/* Avani contact form*/
* {padding: 0; margin: 0;}
body {font-family: Arial, Helvetica, sans-serif;}

#leftcol {
position: absolute;
width: 250px;
top: 270px;
left: 35px;
	margin-right: 60px; }
	
#formWrapper {
	font: 0.71em/1.5em Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #ddd;
	background: #F3F3F3;
	width: 410px;
	padding: 0px 10px 20px;
	margin: 45px 20px 20px 320px;
}


#formWrapper P {
	font: 0.85em/1.3em Arial, Helvetica, sans-serif;
	PADDING-TOP: 5PX;
	color: #000;}
	
#formWrapper h4 {
	font: 1em Arial, Helvetica, sans-serif;
	PADDING-TOP: 15px;
	color: #000;
	border-bottom: 1px solid #eee;
	margin-right: 10px;
	text-align: left;
}

		
#leftcol h3 {
	background: #fff;
	color: #F94809;
	font: bold 0.81em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 0px;
}
#leftcol p {
	color: #000;
	font:  0.8em/1.3em Arial, Helvetica, sans-serif;
	padding-top: 5px;
	text-align: left;
}


.col1 {
	line-height: 18px;
	text-align: left;
	width: 190px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #eee;
	padding-left: 5px;
	padding-right: 5px;
	word-spacing: normal;
	color: #000;
	
}

.col2, .multipleselection {
	width: 140px;
	display: block;
	float: left;
	padding-left: 5px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;

}
.requirements {
	text-align: left;
	float: left;
	border-bottom: 1px solid #eee;
	padding:8px 5px;
}

/* for multiple country selection section */
.multipleselection {
	padding-bottom: 8px;

}
.country {
	width: 160px;
	padding-bottom: 2px;
	font-size:11px;
	
}

/* ends multiple country selection section */

.col2comment {
	width: 405px;
	margin: 0;
	display: block;
	float: left;
	
}

.col1comment { 
	line-height: 18px;
	text-align: left;
	width: 360px;
	float: left;
	display: block;
	margin-right: 2px;
	margin-left: 5px;
	padding-bottom: 8px;
}

div.row1 {
	clear: both;
	width: 400px;
	background: #F3F3F3;
	
}
div.row2 {
	clear: both;
	width: 400px;
	background: #EDEEF2;
	
}

.submit {
	background: url(images/bg_submit.gif) no-repeat;
	clear: both;
	padding-left: 0px;
	margin-top: 15px;
} 

.input {
	background-color: #fff;
	color: #f63;
	padding: 1px;
	font-family: sans-serif;
	margin-top: 4px;
	border: 1px solid #9AABCA;
	-moz-border-radius: 5px;
}

.textarea  {
	background-color: #fff;
	font: 11px sans-serif;
	color: #f63;
	margin: 4px 0px 5px 0px;
	width: 392px;
	border: 1px solid #9AABCA;
	-moz-border-radius: 10px;
}
.lineheight {line-height: 18px;}
.media {
	width: 140px;
	color: #666;
	height: 225px;
	font-size: 11px;
	line-height: 14px;
}

.radio {
	border: 1px solid #9AABCA;
	background: #eee;
	font-size: 11px;
	line-height: 14px;
	width: 150px;
}


input:focus, select:focus, textarea:focus  {
	background: #f63;
	color: white;
}
