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

.form-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4A4A4A;
	text-decoration: none;
}
.head-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
}
.text-box {
	height: 29px;
	width: 180px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#4A4A4A;
	padding-top:4px;
	border:1px solid #F9DDD2;
}
.text-box-1 {
	height: 60px;
	width: 180px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#4A4A4A;
	border:1px solid #F9DDD2;
}

.text-box-2{
	height: 24px;
	width: 240px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#4A4A4A;
}

.text-box-3{
	height: 24px;
	width: 40px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#4A4A4A;
}

.read-link a:link {
	text-decoration: none;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.read-link a:visited {
	text-decoration: none;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.read-link a:hover {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#E62333;
}
.read-link a:active {
	text-decoration: none;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}


.con-link a:link {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.con-link a:visited {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.con-link a:hover {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FECB00;
}
.con-link a:active {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.submit
{
	border-radius:4px;
	border-width:0px;
	background:#07A1DF;
	color:#FFFFFF;
	width:70px;
	height:27px;
	cursor:pointer;
	}
	
.submit1
{
	border-radius:0px;
	border-width:0px;
	background:#DA5323;
	color:#fff;
	width:70px;
	height:30px;
	cursor:pointer;
	}