/*Forms*/

form
{
	padding: 0;
	margin: 0;
}

/* Containers */

.form1_container 
{
	float:left;
	width:400px; 
	height:310px;
    padding:0;
	margin: 0;
}



.form1_space 
{	
 float:left;	
 padding-top:3px;	 
}

.form1_desc 
{
	float: left;
	width: 125px;
	text-align: right;
	font-weight : bold;
	padding:5px 0 5px 0;
}

.form1_element 
{
	float:right;
	text-align: center;  
}



/* Elements */

.form1, textarea.form1, input.form1, select.form1
{
	width: 260px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 2px;
	border: 1px solid #666; 
	
	color:#424573;
	background-color: #fafafa;
}

input.form1:focus, select.form1:focus, textarea.form1:focus 
{
	border: 1px dotted #314665;
	background-color: #efefef;
}

input.form1_button
{	
	float:left;
	width:110px;
	border: 1px solid #2D65B2; 
	
	background-color: #efefef;
	color:#000;
	margin:5px 20px 0 0;
	font-weight:bold;
}

input.form2_button
{	
	border: 1px solid #2D65B2; 
	
	background-color: #efefef;
	color:#000;
	margin:5px 20px 0 0;
	font-weight:bold;
}

.form2, textarea.form2, input.form2, select.form2
{

	border: 1px solid #666; 
	color:#424573;
	background-color: #fafafa;
}

input.form2:focus, select.form2:focus, textarea.form2:focus 
{
	border: 1px dotted #314665;
	background-color: #efefef;
}
