body {
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A  {
	text-decoration : none;
	color : #dd137b
}
A:Hover  {
	text-decoration : underline;
	color : #0093dd
}
.main_right{
	width: 242px;
	padding-top: 25px;
	padding-left: 25px;
	border-left: 1px solid #B4B4B4;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.text_hl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}
.text_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #505050;
}
.input {
	width: 375px;
	height: 20px;
	border: 1px solid #B4B4B4;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: Black;
}
.text_area {
	width: 550px;
	height: 150px;
	border: 1px solid #ffffff;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: Black;
}
.send {
	width: 200px;
	height: 30px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ffffff;
	cursor: pointer;
}
.reset {
	width: 80px;
	height: 30px;
	text-decoration: none;
	background: #c2c2c2;
	border: 1px solid #fefefe;
	cursor: pointer;
}


