﻿.btn,.btnOver
{
	margin-top:20px;
	border:none;
	color: #3E454B;
	font-size: 14px;
	width:66px;
	height:26px;
	text-align:center;
	cursor:pointer;
}
.btn
{
	background: url(../img/button.jpg) no-repeat;
}
.btnOver
{
	background: url(../img/button_over.jpg) no-repeat;
}
.btnMain
{
	margin-top:20px;
	border:none;
	color: #3E454B;
	font-size: 14px;
	width:103px;
	height:26px;
	text-align:center;
	cursor:pointer;
	background: url(../img/button-main-green.gif) no-repeat;
}


.Hide
{
	display:none;
}
.ErrMsg
{
	color: #E06818;
	display:block;
}
.InfoMsg
{
	color: #8CC109;
	display:block;
}

input,textarea
{
	border:1px solid #A5ACB2;
	color: #78A710;
	padding:2px;
}
.radio input
{
	border:none;
}