.contacttab b{
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #C8CEFF;
    background-image: linear-gradient(to bottom, #FFFFFF 0px, #E0E0E0 100%);
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #3B5998;
    cursor: pointer;
    font-size: 12px;
    line-height: 25px;
    padding: 10px 21px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
	border-radius:0px;
	}
.contacttab b:hover {
    box-shadow: 0 0 5px rgba(1, 1, 1, 0.5) inset;
    color: #3B5998;
}
.contactcontent {
border-radius:10px ;
width:494px;
//border:1px solid #999;
height:auto;
}
#contact_form , #complaint_form , #feedback_form, #testimonial_form
{
	margin-top:20px;
	display:none;
}
#contact_form input[type=text], #complaint_form input[type=text], #feedback_form input[type=text] 
{
	width:300px;
	height:30px;
	background:white;
	border:1px solid #E4E4E4;
	outline:none;
}
#contact_form textarea, #complaint_form textarea, #feedback_form textarea 
{
	width:300px;
	height:70px;
	background:white;
	border:1px solid #E4E4E4;
	outline:none;
}
#contact_form select, #complaint_form select, #feedback_form select 
{
	width:100px;
	height:25px;
	background:white;
	border:1px solid #E4E4E4;
	outline:none;
}#contact_form td, #complaint_form td, #feedback_form td 
{
	padding-bottom:5px;
}/*
#contact_form input[type=submit], #complaint_form input[type=submit], #feedback_form input[type=submit] 
{
	width:80px;
	height:30px;
}*/
.current
{
	background-color:#00f;
}
