.quickSelect {background: #04B5FF;border-radius:8px;padding: 5px 0 0 0;}.quickSelect img {width:100px;border-radius:4px;margin-left:15px;}.cfcounterImage {display: none;visibility: hidden;}.SelectTitle {border-radius:4px;font-size: 18px;font-weight: bold;background: #A0E1F6;padding: 2px 10px;margin: 15px 0 2px 0;}/* Form */form input[type="text"],form input[type="email"],form input[type="password"],form select,form textarea {position: relative;-webkit-appearance: none;display: block;font-size: 16px;line-height: 24px;padding-left: 10px;background: #fff;background: rgba(255, 255, 255, 0.75);width: 100%;border-radius: 4px;box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);border: solid 2px rgba(38, 188, 244, 0.85);-moz-transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;margin-bottom:6px;}form input[type="text"]:focus,form input[type="email"]:focus,form input[type="password"]:focus,form select:focus,form textarea:focus {box-shadow: 0 0 2px 1px #8ebebc;background: #fff;}