div#box_page form{
	margin: 20px 0px 0px 0px;
}
div#box_page form fieldset{
	border: solid 1px #e4e4e4;
}
div#box_page form fieldset legend{
	color: #0093B1;
	font-style:italic;
	font-size: 10px;
	margin-left: 20px\9;
	padding: 5px;
}
div#box_page form div.clear{
	height: 10px;
}
div#box_page label{
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	padding: 5px 15px 0px 0px;
	font-size: 12px;
}

div#box_page input, div#box_page select{
	width: 300px;
	border: solid 1px #AAAAAA;
	padding: 5px;
	background-image: url(../img/bg.input.png);
	background-repeat:repeat-x;
	background-color:#e4e4e4;
	background-position: bottom;
}
div#box_page textarea{
	width: 300px;
	border: solid 1px #AAAAAA;
	padding: 5px;
	background-image: url(../img/bg.ta.png);
	background-repeat:repeat-x;
	background-color:#fff;
}
div#box_page select{
	width: 312px;
}

div#box_page input.button{
	width: 147px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div#box_page .acckey{
	text-decoration: underline;
}

div#box_page input.cb{
	float: left;
	width:auto;
	margin-left: 215px;
	background-image:none !important;
	background-color:#FFFFFF;
	border: none;
}
div#box_page label.cb{
	text-align: left;
}
div.error{
	border: solid 1px #990000;
	background-color:#f5cfcf;
	color:#FF0000;
	padding: 10px 5px 5px 75px;
	background-image:url(../img/icons/error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 35px;
	font-size: 12px;
}
div.success{
	border: solid 1px #4fbd41;
	background-color:#f2faf1;
	color:#4fbd41;
	padding: 15px 5px 5px 75px;
	background-image:url(../img/icons/ok.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size: 12px;
	height: 30px;
}
div.error ul li{
	list-style-type:disc;
	font-size: 11px;
}
.forgot{
	font-size: 10px;
	color:#999999;
}

div#recaptcha{
	margin:  0px 0px 0px 212px;
}
