#form_twocol input[type=text], #form_fourcol input[type=text], #form_twocol select, #form_fourcol select {
	padding:0px;
	margin: 0 0 0 5px;
	background-color:#fff !important;
	color:#595959;
}

#form_twocol
{
	/* font-family:Arial,sans-serif; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	width:700px;
	overflow:visible;
	padding:20px 0px 0px 0px;
	margin:0px;
}

#form_twocol .row 
{
	height:30px;
}

#form_twocol .row .col1
{

float: left;
text-align:right;
width: 125px;
padding-right:10px;
}

#form_twocol .row .col2
{

float: left;
width: 525px;
}


#form_twocol input {
width:400px;
}

#form_twocol select {
width:400px;
}


#form_twocol textarea {
width:400px;
height:175px;
}

/* ----- */

#form_fourcol
{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* font-family:Arial,sans-serif; */
	line-height: 140%;
	width:525px;
	overflow:visible;
	padding:20px 0px 0px 0px;
	margin:0px;

}

#form_fourcol div
{
	padding:0;
	margin:0;
}

#form_fourcol input {
	color:#595959;
	width:120px;
}

#form_fourcol label
{
	font-weight:normal;
}

#form_fourcol .row 
{
	height:30px;
}

.extra-padding {margin-bottom:10px;}

#form_fourcol .row .col1
{
	float: left;
	width: 150px;
}

#form_fourcol .row .col2
{
	float: left;
	width: 130px;
}

	#form_fourcol .row .col2_span3
	{
		float: left;
		width: 305px;
	}
	
	#form_fourcol .row .col2_span3 input {
		width:300px;		
	}

#form_fourcol .row .col3
{
	float: left;
	width: 50px;
}

#form_fourcol .row .col4
{
	float: left;
	width: 125px;
}

.post-comment input {color:#595959}


