.side.right {
	margin-top: 40px;
}

#contactform {
	margin: 40px 30px 0; padding: 40px 50px; 
	background: rgba(255, 255, 255, 0.5);
}

#contactform label {
	display: inline-block;
	margin-top: 20px;
	font-weight: bold;
} #contactform label:first-child { margin-top: 0; }

#contactform input.textinput, textarea, select {
	margin: 0; padding: 5px; border: 0;
	width: 400px; height: 30px;
	font-size: 16px; line-height: 30px;
	background: rgba(255, 255, 255, 0.8); 
} 
#contactform textarea { height: 90px; }
#contactform input.short { width: 70px; }
#contactform button.submit { 
	width: 100px; margin: 15px 150px 0;
	border: none;
	background: #cdcbd4;
	}

#contactform span.required {
	color: #d93636;
}

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

.error_message { 
	display: block;
	background: rgba(246, 70, 70, 0.4) url('../assets/error.gif') no-repeat 10px center; 
	padding: 4px 10px 4px 35px; 
}

.loader { padding: 0 10px; margin: 0 auto; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

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


/* Form style 

#contact { display: block; width: 650px; margin: 50px auto; padding: 35px; border: 1px solid #cbcbcb; background-color: #FFF; -webkit-border-radius:5px;  }

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-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: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; 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. */

