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

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

#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: 350px;
}


#form_twocol input {
width:325px;
}

#form_twocol select {
width:325px;
}


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

/* ----- */

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

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

#form_fourcol input {
	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: 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;
}


/* buttons */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

/* end buttons */
