@charset "utf-8";
/* CSS Document */
body{
	margin: 25px;
	font: 62.5% Arial, Helvetica, sans-serif;
}
h1{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 26px;
}
h2{
	margin-bottom: 1.6em;
	border: 1px solid #B6E0B2;
	background: #ECF8E7;
	color: #357830;
	font-size: 1.3em;
	padding: 3px;
	margin-top: 0px;
}
p{
	font-size: 1.3em;
	line-height: 1.6em;
}
p.msg{
	background: #FFC;
	border: 1px solid #FEEA5A;
	padding: 2px;
	color: #786901;
	font-weight: bold;
}
form,cfform{
	width: 600px;
}
form p,cfform p{
	margin-top:0;
	margin-bottom: 20px;
	clear: both;
}
form p small,cfform p small{
	font-size: 90%;
	color: #999;
	margin-left: 6px;
}
form label,cfform label{
	width: 185px;
	float: left;
	padding-right: 10px;
}
form input,cfform cfinput{
	width: 275px;
}
form p.button,cfform p.button{
	clear: both;
}
form p.button input,cfform p.button cfinput{
	width: auto;
	margin-right:6px;
}

