@charset "utf-8";
/* CSS Document */

.form_content{
	margin:auto;
	float:left;
	width:600px;
	height:auto;
}
.form_bar{
	margin:auto;
	float:left;
	width:590px;
	height:36px;
	background-image: url(../images/form_bar1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:10px;
	line-height:220%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.form_border{
	margin:auto;
	float:left;
	width:598px;
	height:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3387A8;
	border-bottom-color: #3387A8;
	border-left-color: #3387A8;
}
.form_row{
	margin:auto;
	float:left;
	width:598px;
	height:auto;
	background-image: url(../images/form_bgcolor.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.form_title{
	margin:auto;
	float:left;
	width:62px;
	height:auto;
	background-image: url(../images/form_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 11px;
	font-weight: bold;
	padding-left:28px;
	padding-top:10px;
	padding-bottom:10px;
}
.form_field{
	margin:auto;
	float:left;
	width:496px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left:12px;
	padding-top:10px;
	padding-bottom:10px;
}
.form_field_last{
	margin:auto;
	float:right;
	width:496px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left:12px;
	padding-top:10px;
	padding-bottom:10px;
}
.form_separator1{
	margin:auto;
	float:left;
	width:90px;
	height:auto;
}
.form_separator2{
	margin:auto;
	float:left;
	width:508px;
	height:auto;
}
.form_address_field_left{
	margin:auto;
	float:left;
	width:112px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left:12px;
	padding-top:8px;
	padding-bottom:8px;
	line-height:160%;
}
.form_address_field_right{
	margin:auto;
	float:left;
	width:372px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left:12px;
	padding-top:8px;
	padding-bottom:8px;
	line-height:160%;
}
.form_address_field_bottom{
	margin:auto;
	float:right;
	width:496px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left:12px;
	padding-bottom:10px;
}