.Box_Bg {
	background-color : #E7E8EF;
	font-size : 9	px;
}

.Box_Title {
	font-family : "trebuchet MS";
	font-weight : bold;
	font-size : 13px;
	color : #666699;
	letter-spacing : 1px;
	margin : 15px;
}

.Box_Label {
	font-family : "trebuchet MS";
	font-size : 12px;
	color : #000000;
	text-align : right;
}

.Box_Input {
	border : 1px solid #ADB3CF;
	width : 100%;
}

.Box_Error {
	font-family : "trebuchet MS";
	font-weight : bold;
	font-size : 12px;
	color : #CC0000;
	text-align : center;
}

.Box_Link_Bg {
	background-color : 	#666699;
	text-align : center;
}

.Box_Link {
	font-family : "trebuchet MS";
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;
}

.Box_Link:hover{
	text-decoration : underline;
}