html, body{
	margin:0;
    padding:10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size:12px;
}
*{
	margin:0;
	padding:0;
}
a, img, img a{
	border:0;
	outline:none;
	text-decoration:none;
}
a{
	color:#6d4277;
}
a:hover{
	color:#000;
}
fieldset{
  border:0;
}
fieldset label{
	float:left;
	padding:4px;
	background:#e6bebc;
	text-transform:uppercase;
	font-size:11px;
	width:120px;
	margin-bottom:3px;
	min-height:18px;
}
h1{
	color:#8a294c;
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:15px;
}

.inputok input{
	float:left;
	width:330px;
	border:solid 1px #e6bebc;
	padding:4px;
	color:#656565;
	margin-bottom:3px;
}
.submit{	
	text-align: center;
}
.submit input{
	width:102px;
	height:29px;
	background:url(../img/submit_btn_bg.gif) no-repeat;
	color:#fff;
	font-size:11px;
	text-align:center;
	margin:0px auto 0px auto;
	cursor:pointer;
	border:0;
	padding-right:10px;
}
.inputok textarea{
	float:left;
	width:330px;
	border:solid 1px #e6bebc;
	padding:4px;
	color:#656565;
	margin-bottom:3px;
	height:80px;
}
.error{
	font-weight:bold;
	margin-bottom:5px;
	color:#840000;
}
.clearer{
	clear:both;
	line-height:0;
	float:none;
	height:0;
	width:100%;
}
