@charset "utf-8";
/* CSS Document */

.contentLeft{
	float:left;
	width:620px;
	margin-right:10px;
	font-size:11px;
	text-align:justify;
}

.contentRight{
	float:left;
	width:200px;
}

.dataSel{
	font-size:18px;
	font-weight:bold;
	color:#85c4b9;
	margin-top:5px;
	margin-bottom:5px;
}

input.email{
	border: solid 1px black;
	width:163px;
	font-size:11px;
	text-decoration:none;
}