﻿.void
{
}
/* For W3C CSS Compliance */
@media print
{
}

/* Contact Us */
#contactusform
{	
    padding: 30px;
    margin-left:0px;
    width:360px;
    float:left;    

}

/*Fonts Style */
/*#contactus .textbox, #contactus .label, #contactus .dropdownselected, #contactus .commentbox, #contactus .dropdownoption
{
    font-size: 10px;
    font-family: Verdana;
    color: #6c7e8b;
}
*/

/* label, textbox and dropbox style */
#contactusform .textbox, #contactusform .dropdownselected
{		
    margin-top: 7px;
    border: none;
    height: 15px;
}

#contactusform .textbox
{	
    background: url(../Images/FormTextBox.gif) no-repeat top;
    padding: 3px 0 0 12px;
    vertical-align: middle;
    width: 311px;
    float: left;
    clear: both;
}

br
{
    clear: both;
}

hr
{
     border-style: solid;
    border-width: 1px;
    border-color: #EEEEFF;
}

#contactusform .commentboxtop
{
	width: 311px;
	height: 4px;
	margin: 7px 0 0 0;
	padding: 0 0 0 12px;
    background: url(../Images/FormCommentBoxTop.gif) no-repeat top;    
    float: left;    
    clear: both;
}

#contactusform .commentboxleft
{	
	width: 3px;
	height: 90px;
	background: url(../Images/FormCommentBoxLeft.gif) no-repeat top; 
	clear:both;     
	float: left; 
}

#contactusform .commentbox
{	
	border: none;
    height: 90px;
    background: url(../Images/FormCommentBox2.gif) no-repeat top;   
    background-color: #ECECEC;
    margin: 0; 
    padding: 0 0 0 12px;
    width: 307px;
    overflow: hidden;
    float: left;        
}

#contactusform .commentboxright
{	
	width: 1px;
	height: 90px;
	background: url(../Images/FormCommentBoxRight.gif) no-repeat top;    
    float: left;    
}

#contactusform .commentboxbottom
{
	width: 311px;
	height: 3px;
	margin: 0px;
	padding: 0 0 0 12px;
    background: url(../Images/FormCommentBoxBottom.gif) no-repeat top;         
    float: left;        
}

#contactusform .dropdownselected
{
    background: url(../Images/DropDown.gif) no-repeat top;
    padding: 3px 0 0 12px;
    width: 188px;
    float: left;
}

#contactusform .dropdownbutton
{
    background: url(../Images/DropDownButton.gif) no-repeat top;
    cursor: pointer;
    height: 18px;
    width: 17px;
    float: left;
    vertical-align: middle;
    margin-top: 7px; /* Make sure this matches textbox margin-top value;*/
}

#contactusform #dropdownselections
{
    border: solid 1px #A3A3A3;
    display: none;
    float: left;
    clear: both;
    text-align: left;
    position: absolute;
    z-index: 100;
    width: 215px;
    margin: 25px 0 0;
}
*body #contactusform #dropdownselections
{
    #
    margin: -19px 0;
}

#contactusform .dropdownoption
{
    background-color: #EBEBEB;
    cursor: pointer;
    display: block;
    padding: 3px 0 2px 5px;
    width: 210px;
    float: left;
}

#contactusform #category
{
    float: left;
}

#contactusform .dropdownoption:hover
{
    background-color: #C4CACE;
    cursor: pointer;
    display: block;
    padding: 3px 0 2px 5px;
    width: 210px;
}

#contactusform #submit
{
    clear: both;
    height: 30px;
    margin: 0 39px 0 0;
    padding: 15px 0 0;
}

#contactusform .buttongo
{    
	float: right;
    width: 40px;
    margin: 7px 6px 0 0;
}

#contactusform .missinginfo
{	
    float: left;
    font-size: 10px;
    margin-top: 7px;
    height: 15px;
    text-align: left;
}
#contactusinfo
{
     padding-left:5px;
     width: 625px;
	 font-size: 11px;
}

#contactusinfo a
{
	color:#717171;	
}

a.submitbutton:active, a.submitbutton:link, a.submitbutton:visited, a.submitbutton:hover
{
    float: right;
    width: 65px;
    margin: 7px 6px 0 0;
    background: transparent url('../Images/ButtonMain.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding:  2px 0 1px 5px;
    font: normal 11px arial, sans-serif;
    text-decoration: none;
    color: #717171;
}
