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

#form_twocol
{
	width:450px;
	overflow:visible;
}

#form_twocol
{
	padding:0px;
	margin:0px;
}

#form_twocol label
{
	font-weight:bold;
}

#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
{
	overflow:visible;
	width:490px;
}

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

#form_fourcol input {
	width:120px;
}

#form_fourcol label
{
	font-weight:normal;
}

#form_fourcol .row 
{
	height:30px;
}

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

#actions .col {width:45%;float:left;line-height:150%;}
#actions h2 {font-size:16px; margin:10px 0px;}
#actions label {padding-left:10px;}
.cl {height:0;clear:both;}

#event-form input {width:500px;margin-bottom:20px;}
#event-form textarea {width:500px;height:100px;margin-bottom:20px;}