body{
	background-color:#080808;
	margin: 15px;
}
.form_back {
	background-image: url(images/Form_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 471px;
}
.Title_Black {
	font-family: Arial, Helvetica, "sans-serif 14px bold";
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
.Title_Blue_Big{
	font-family: Arial, Helvetica, "sans-serif 14px bold";
	font-size: 40px;
	color: #3399FF;
	font-weight: bold;
}
.Title_Orange_Big {
	font-family: Arial, Helvetica, "sans-serif 14px bold";
	font-size: 40px;
	color: #FF9900;
	font-weight: bold;
}
.Content_Black {
	font-family: Arial, Helvetica, "sans-serif 14px bold";
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.Content_Black2 {
	font-family: Arial, Helvetica, "sans-serif 14px bold";
	font-size: 13px;
	color: #F90;
	font-weight: normal;
}
.Content_Black1 {
	font-family: Arial, Helvetica, "sans-serif 14px bold";
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.hr_line {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 10px;
}
.Form_Lable {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
