@charset "utf-8";
.cont_form_in {
	clear: left;
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.cont_form_lineHolder {
	clear: left;
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.cont_form_lineHolder label {
	line-height: 16px;
	text-align: right;
	clear: left;
	float: left;
	height: 16px;
	width: 150px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.cont_input {
	background-color: #000000;
	float: left;
	height: 16px;
	width: 200px;
	border: 1px solid #666666;
	color: #999999;
	padding-right: 5px;
	padding-left: 5px;
}
.cont_select {
	float: left;
	height: 20px;
	width: 213px;
	color: #999999;
	background-color: #000000;
	display: block;
	border: 1px solid #666666;
	background-image: url(/images/select_bg.gif);
}
.cont_textarea {
	background-color: #000000;
	float: left;
	height: 110px;
	width: 211px;
	border: 1px solid #666666;
	color: #CCCCCC;
	padding: 0px;
	font-size: 100%;
	margin: 0px;
}
#checkbox_label label {
	text-align: right;
	float: left;
	height: auto;
	width: 345px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}
.cont_checkbox {
	background-color: #000000;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#checkbox_label2 label {
	text-align: right;
	float: left;
	height: auto;
	width: 345px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}
.cont_submit {
	font-weight: normal;
	color: #FFFFFF;
	width: 60px;
	background-image: url(../images/bg_submenu_1.gif);
	background-repeat: repeat-x;
	float: left;
	height: 26px;
	clear: left;
}
.cont_form_submitHolder {
	clear: left;
	float: left;
	height: auto;
	width: 65px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 381px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}
.cont_x {
	background-color: #D71C6F;
	float: right;
	height: 20px;
	width: 20px;
	margin: 5px;
}
.cont_x a:link, .cont_x a:hover, .cont_x a:visited {
	height: 20px;
	width: 20px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
}
.cont_body ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	color: #C40A5D;
	width: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 90%;
	font-weight: bold;
	float: right;
	height: 20px;
	line-height: 20px;
}
.error_list {
	width: 100px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
	color: #D71C6F;
	font-size: 90%;
	line-height: 20px;
	height: 20px;
}
