/** ..:: COSL | Contact ::.. **/

/* Once off heading changes */
#body .col_main h1:first-of-type { white-space: nowrap; }
#enquiry-form h2.first-child { margin-top: 0; }


/** Form **/
#enquiry-form { overflow:hidden; width:550px; }
#enquiry-form input, #enquiry-form textarea { padding: 5px; border: 1px solid #ccc; font-family: Arial; background: white; }

#enquiry-form .field-container { padding: 10px 0 0; }
#enquiry-form .field-label { float: left; width: 180px; margin-right: 10px; }
#enquiry-form .field-select { float: left; width: 150px; margin-right: 10px; }
#enquiry-form .field-other { float: left; margin-top: -4px; }
#enquiry-form .field-other input { width: 180px; }

/* Hover*/ #enquiry-form input:hover, #enquiry-form textarea:hover { border-color: #aaa; }
/* Focus*/ #enquiry-form input:focus, #enquiry-form textarea:focus { border-color: #006eb4; background: white url(/Resources/COSL/Sites/COSL/Images/Backgrounds/input-fields.gif) top left repeat-x; }

.is_ie7 #enquiry-form .field-other input { width: 175px; }

#enquiry-form .divider { width: 570px; border-top: 1px solid #eee; padding-top: 30px; margin-top: 30px; }
#enquiry-form input.long { font-size: 14px; width: 530px; }
#enquiry-form textarea { float: left; width: 530px; height: 360px; }

#enquiry-form .aurora-field-invalid { background: #ffffdd; }

#activity-element { float: left; margin: 30px 0 0 10px; height:16px; width:16px;background:url("/Resources/JazeDigital/ajax-loader.gif") no-repeat scroll left top transparent; }
