/* CSS Document */
body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#050202;
	color:#FFF;
}
.frm{
	background:url(../images/form.png) top center no-repeat;
	width:757px;
	height:865px;
	margin-left:auto;
	margin-right:auto;

}
.frm2{
	background:url(../images/form2.png) top center no-repeat;
	width:757px;
	height:230px;
	margin-left:auto;
	margin-right:auto;

}

form{
	padding:0px;
	margin:0px;
}
.txtb{
	border:none;
	color:#3C3D3E;
	padding-left:4px;
	padding-right:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.sbmt {
   font-size:13px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight:bold;
   line-height: 35px;
   width:100px;
   height:35px;
   color: #FFFFFF;
   background-color:#6a5d36;
   border-color:#544200;
   border-bottom-width: 1px;
   border-top-width: 1px;
   border-left-width: 1px;
   border-right-width: 1px;
}
.error {
   COLOR: #990000;
}
