@charset "utf-8";

.information_box {
	border: 1px solid #E6E6E6;
	background-color: #F6F6F6;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 390px;
	height: 208px;
	background-image: url(../images/home.jpg);
}

#main_section {
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 10px;
}

#main_section_left {
	float: left;
	width: 400px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	padding: 20px;
	background-color: #FFFFFF;
	
}

#main_section_right {
	color:#FFFFFF;
	float: left;
	position: relative;
	padding: 20px;
	background-color: #4b2046;
	width: auto;
}

#main_section_right h1{
	color:#FFFFFF;
	font-size: 22px;
	font-weight: normal;
}

#main_section_right form{
	color:#B4007B;
}
