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

.form-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding-left:0PX;
}
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
}
.text-box {
	height: 29px;
	width: 250px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	padding-top:4px;
	border:1px dotted #6ebe44;
	
	
}
.index-text-box {
	height: 29px;
	width: 204px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#4A4A4A;
	border:1px solid #6ebe44;
	background:#fff;
	margin-left:10px;
}

.text-box-date{
	height: 22px;
	width: 45px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	border:1px solid #F9DDD2;
	background:url(../images/trans-bg.png) repeat;
}
.text-box-month{
	height: 29px;
	width: 252px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	border:1px solid #630;
	background:url(../images/trans-bg.png) repeat;
}

.text-box-1 {
	height: 60px;
	width: 250px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	border:1px dotted #6ebe44;
	
}

.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:0px;
	border-width:0px;
	background:#6ebe44;
	color:#333;
	width:80px;
	height:30px;
	cursor:pointer;
	}
	
.submit1
{
	border-radius:0px;
	border-width:0px;
	background:#DA5323;
	color:#fff;
	width:70px;
	height:30px;
	cursor:pointer;
	}
.index-submit
{ 
	background:#6ebe44;
	color:#000;
	width:70px;
	border:none;
	cursor:pointer;
	font-family: 'Monda', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	height:30px;
	
	}