/** Comment Form **/
.input_form{	
	width:594px;
	font-size: 12px;
}

.input_form a{
	color:#000;
}

.input_form a:hover{
	color:#333;
}

.input_form input{
	border:1px solid #d2d2d2;
	height:20px;
	background:#f6f6f6;
	
}


.input_form  input[type="text"]{
	margin-left:20px;
	padding:5px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 0 !important;
    width: 97% !important;
}

.input_form textarea{
	border:1px solid #d2d2d2;
	font-family:Arial, Helvetica, sans-serif;
	width:95%;
	margin-top:10px;
	padding:10px;
	background:#f6f6f6;
}

.input_form  input.submit{
	background:url(images/reply-a.png) repeat-x !important;
	border:1px solid #bfbfbf;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	color:#6A6a6a;
	font-size:12px;
	text-shadow:1px 1px #fff;
	float:left;
	text-align:center;
	height:27px;
	padding:0px 12px 0px 12px !important;
	/* top right bottom left */
	width:130px !important;
	line-height:12px !important;
}
.input_form label{
	float:left;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 12px;
    padding-top: 12px;
    width: 60%;
}


.mytable {
	width:594px;
	padding: 0;
	margin: 0;
	font-size:12px;
	border-collapse:collapse;
}



.mytable  th {
	font-style: bold;		
	letter-spacing: 2px;	
	text-align: left;
	padding: 6px 6px 6px 12px;		
	border:1px solid #d2d2d2;
	
}
.mytable td {
	border: 1px solid;	
	background: #fff;
	padding: 6px 6px 6px 12px;	
	border:1px solid #d2d2d2;	
	border-collapse: collapse;
}
.faq{
	clear:both;
	margin-bottom:40px;
	font-family: Arial,"Microsoft Sans Serif","Lucida Sans Unicode";
	width:610px;
}

.faq h4{
	font-size: 15px;    
}

.faq p {
	color: #333333;
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 30px;
}



.mobileLocationResult
{
	border:0px none;
	width:100%;
}
.mobileLocationResult tr
{
	border:0px none;
	width:100%;
	height:37px;
}
.mobileLocationResult td
{
	border:0px none;
	width:50%;
}
.locateMobileDiv
{
	min-height:250px;
}

.locateMobileDiv p
{
	clear:both;
	padding-bottom:22px;
	padding-top:10px;
}
.h3style
{
	border-top:1px dotted;
	margin-top:50px;
	padding-top:10px;
}
#outputDiv{
	margin-bottom:40px;
}
#feedback
{

}

#feedback img
{
	border: 0px;
	padding-right: 15px;
	cursor:pointer;
}
#banner
{
	background:none repeat scroll 0 0 #EFEFEF;
	border:1px dotted;
	padding:6px;
	text-align:center;
	margin-bottom:10px;
}