.fastmailform {
	text-align: left;
	color: #202020;
	font-size: 100%;
}
.fastmailfield {
	border:1px solid gray;
	margin:0 auto;
	padding:10px 0;
	width:500px;
}
.fastmaillabel { 
	display:inline-block;
	padding:0 0 10px 20px;
	vertical-align:top;
	width:110px;
}
.fastmaillabel_small { 
	display:inline-block;
	width:10px;
}
.fastmailtextfield{
	width:215px;
}
.fastmailtextfield_small{
	width:40px;
}
.fastmailbutton{
	background:url("inputbtn.png") no-repeat scroll 0 0 transparent;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	height:35px;
	margin:0 135px;
	width:100px;
	cursor:pointer;
}
.fastmailhint {
	color:#000;
	font-size:11px;
}
#fastmailerror{
	background: #fff url(../../css/img/bgr.png) repeat-x scroll 0 0;
	border:1px solid gray;
	left:450px;
	overflow:hidden;
	padding:10px;
	position:absolute;
	text-align:center;
	top:300px;
	width:350px;
	z-index:999;
}
