.form-module {width:500px;}

.form-module .row {padding:15px 0;clear:both;}
.form-module .label {width:150px;float:left;}
.form-module .field {width:350px;float:left;}
.form-module .field input, .form-module .field select {width:300px;}
.form-module .field input[type=radio] {width:auto;}
.form-module .field textarea {width:300px;height:100px;}
.form-module .submit {width:auto;position:relative;left:150px;padding:0 10px;}	

input, select {
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	color: #000;
}

#form_twocol
{
	line-height: 140%;
	width:450px;
	overflow:visible;
	padding:0px;
	margin:0px;
	color: #000;
	font-size: 13px;
}

#form_twocol .row 
{
	height:30px;
}

#form_twocol .row .col1
{

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

#form_twocol .row .col2
{

float: left;
width: 250px;
}


#form_twocol input {
width:200px;
}

#form_twocol select {
width:200px;
}


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

/* ----- */

#form_fourcol
{
	line-height: 140%;
	overflow:visible;
	width:500px;
	color: #000;
	font-size: 13px;
}

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

#form_fourcol input {
	width:120px;
}

#form_fourcol label
{
	font-weight:normal;
}

#form_fourcol .row 
{
	height:30px;
	clear:both;
}

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

#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;
}




