#contact { display: block; width: 440px; margin: 10px auto;}


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

.error_message { color: #be282d; text-align:left; font-size:10px;
	/*background: #be282d;
	background: -moz-linear-gradient(top, #d43e42 0%, #be282d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d43e42), color-stop(100%,#be282d));
	background: -webkit-linear-gradient(top, #d43e42 0%,#be282d 100%);
	background: -o-linear-gradient(top, #d43e42 0%,#be282d 100%);
	background: -ms-linear-gradient(top, #d43e42 0%,#be282d 100%);
	background: linear-gradient(top, #d43e42 0%,#be282d 100%);*/}

.loader { padding: 0 10px; }

.sucess_message { color: #6E9E30; text-align:left; font-size:10px;/*background: #6E9E30;
	background: -moz-linear-gradient(top, #7DB037 0%, #6E9E30 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7DB037), color-stop(100%,#6E9E30));
	background: -webkit-linear-gradient(top, #7DB037 0%,#6E9E30 100%);
	background: -o-linear-gradient(top, #7DB037 0%,#6E9E30 100%);
	background: -ms-linear-gradient(top, #7DB037 0%,#6E9E30 100%);
	background: linear-gradient(top, #7DB037 0%,#6E9E30 100%);*/}

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

option {background: #fafafa;}
