/* @override http://dollopcreamportions.com.au/style/contact.css */


/* Remove this when pasting into your Stylesheet! */

html, body { border: 0; margin: 0; padding: 0; }
body {color: #666; background:#eee; min-width: 100%; min-height: 101%; }

/* END Remove This */

#contact p, label, legend {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: gray;
}

#contact h1 {color: #333333; }

#contactform{
	width:480px;
}

#contact { display: block; width: 480px; margin:0; border:none; background-image: url(../images/form-bg.png); -webkit-border-radius:5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;
 }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px;  -webkit-border-radius:5px; text-align: right; margin-right: 10px;
	margin-top: 5px;
}

#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #e3e3e3; border: 1px solid #e3e3e3; margin: 5px 0; webkit-border-radius:5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;
}


#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border:none; background: #1c4583; color:#fff; margin: 6px 40px 8px; float: right;}
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { margin-top:25px; border:none; padding:0 0 15px 0;
min-height: 460px}
#contact legend {font-weight:normal; color:#000; border:none;margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px;
	color: #455988;
	font: normal normal 16px Arial, Helvetica, Geneva, sans-serif;
}


acronym { border-bottom:1px dotted #ccc; }

.select{
	width: 50px;
}