@charset "utf-8";
@font-face {
font-family: "mywebfont";
src: url("fonts/framd.eot?#iefix") format("embedded-opentype"), url("fonts/framd.ttf") format("truetype");font-weight:normal!important;
}
*{ margin:0px; padding:0px;}
body{ background-color:#FFF;}
#wrapper {
	background-color: #333;
	height: 323px;
	width: 312px;
	margin:0px auto;
	background-image: url(img/formbg.jpg);
	background-repeat: no-repeat;
}
#form{height:200px; width:240px; margin:10px 0 0 36px;}
.quic{ font-family:"mywebfont"; font-size:24px; color:#226ca1; padding:0 0 0 72px; background-image:url(img/border.png); background-position:bottom; background-repeat:no-repeat; height:36px;}
.input{ width:222px; height:23px; border:1px solid #e3e0e0; color:#ccc;}
.submit{ width:79px; height:28px; background: rgb(24,103,158); /* Old browsers */
background: -moz-linear-gradient(top, rgba(24,103,158,1) 0%, rgba(20,81,124,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,103,158,1)), color-stop(100%,rgba(20,81,124,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(24,103,158,1) 0%,rgba(20,81,124,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(24,103,158,1) 0%,rgba(20,81,124,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(24,103,158,1) 0%,rgba(20,81,124,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(24,103,158,1) 0%,rgba(20,81,124,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18679e', endColorstr='#14517c',GradientType=0 ); /* IE6-9 */
border:none; color:#ffffff;}
.message1{
	color:#D31E1E;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:15px;
	float: left; 
	width:140px;
	border:solid 1px #e3e0e0;
	margin:0 0 0 10px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
}

.td_style1{font-family:Arial; font-size:13px; color:#333; padding:0 0 3px 10px;}