@charset "utf-8";

body {
	margin:0px;
}

#form {
	width:242px;
	height:358px;
	line-height:16px;	
}

#form_head{
	width:242px;
	height:25px;
	background:url(img/form_head.jpg) repeat-y scroll left top transparent;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:8px;
	font-size:20px;
}

#form_body{
	width:242px;
	height:325px;
	background:url(img/form_body.jpg) repeat-y scroll left top transparent;
	color:#000000;
}

#data {
	padding-top:8px;
	padding-left:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#buton {
	width:132px;
	height:47px;
	margin:0 auto;
}


#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
.error-message, label.error {
	color:#F00;
	margin:0;
	display:inline;
	font-size:0.7em !important;
	font-weight:lighter;
}