/* Contact Us CSS */

.hd_bg{ background-color:#666; color:#FFF;}

.hd_bg h2{ font-family:"Times New Roman", Times, serif; font-size:20px; font-style:normal; font-weight:normal; color:#fff; line-height:23px; margin-top:10px; margin-bottom:10px; border:solid 0px; padding-left:25px;}

.text-title	{
    color: #2b2b2b;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.text-title span{
    color: #f10000;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}


.input-field	{
	width:250px;
	height:30px;
	line-height:30px;
    border:solid #e6e6e6 1px;
    color: #7c7c7c;
    cursor: pointer;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding-left: 8px;
    text-decoration: none;
	background-color:#F9F9F9;
}

.input-select	{
	width:250px;
	height:25px;
	line-height:30px;
    border:solid #e6e6e6 1px;
    color: #7c7c7c;
    cursor: pointer;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding-left: 8px;
    text-decoration: none;
	background-color:#F9F9F9;
}

.input-list	{
	width:250px;
	height:80px;
	line-height:30px;
    border:solid #e6e6e6 1px;
    color: #7c7c7c;
    cursor: pointer;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding-left: 8px;
    text-decoration: none;
	background-color:#F9F9F9;
}

.input-area	{
	border: 1px solid #e6e6e6;
	width:250px;
	height:140px;
    color: #7c7c7c;
    cursor: pointer;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-top: 8px;
    text-decoration: none;
	background-color:#F9F9F9;
}

.input-radio{
	border: 1px solid #e6e6e6;
    color: #7c7c7c;
    cursor: pointer;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-top: 8px;
    text-decoration: none;
}

.btn{
	background: #000;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
.btn:hover{
	background: #646464;
}