/* CSS Document */


.Input{
	background-color: #F8F8F8;
	font-size: 12px;
	color: #2F7AB4;
	border: 1px solid #666666;
}
 .Input_hover{
	background-color: #FFFFFF;
	font-size: 12px;
	color: #2F7AB4;
	border: 1px solid #666666;
} .warn {
	font-weight: bold;
	color: #FF0000;
	text-decoration: blink;
}
.info {
	font-weight: bold;
	color: #0099FF;
}
a.Link_Mail{
	color: #0066CC;
	text-decoration: underline;
}
a.Link_Mail:hover{
	color: #0066CC; 
	text-decoration: none;
}
a.Btn_Form_Send {
	color: #333333;
	cursor:pointer;
	background-image: url(../Img/btn/Btn_Form.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 91px;
	display: block;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	float: right;
	text-decoration: none;
	font-weight: bold;
	margin-right: 23px;
	padding-top: 2px;
	font-size: 13px;
}
a.Btn_Form_Send:hover {
	color: #000000;
	cursor:pointer;
	background-image: url(../Img/btn/Btn_Form.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 91px; 
	display: block;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 23px;

}

