/** created by Positive New Media **/
/** www.positivenewmedia.co.uk **/

/* FORMS -------------------------------------------------- */

input:hover {
background-color:#F1FCFE;
}
input:focus {
background-color:#F1FCFE;
}
textarea:focus {
background-color:#F1FCFE;
}
textarea:hover {
background-color:#F1FCFE;
}

/*set the style for the submit button*/
input.submitbutton {
width: 100px;
background: #5BC3D9;
border: 1px solid #5BC3D9;
}


ul, ol, dl { /* fixes bug in IE windows that stops background images displaying correctly */
position: relative;  
}

input.short {
width: 200px;
padding: 1px 1px;
border: 1px solid #5BC3D9;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

input.long {
width: 424px;
padding: 1px 1px;
border: 1px solid #5BC3D9;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

textarea.long {
width:424px;
padding: 1px 1px;
border: 1px solid #5BC3D9;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}



	

	
