/* CSS Document */

@import url(side_menu.css);
@import url(main.css);


div#main_image
{	
	clear:left;
	background:url('../images/main_image_2.jpg') no-repeat 0px 3px;
}

div.form_container
{
 height:220px; 
}

div.form_left
{
 float:left;
 padding-right:30px;
 width:215px;
}

div.form_right
{
 float:left;
 width:215px;  
}


.formfield
{
 padding-left:2px;
 font-size:10px;
 color:black; 
 font-family:verdana;
 height:16px;
 width:215px;
 background-color:#dddbce;
 border-top-style:none;
 border-left-style:none;
 border-right-style:none;
 border-bottom-style:none;
}

.formfield_select
{
 padding-left:2px;
 font-size:10px; 
 font-family:verdana;
 color:#666666;
 text-align:center;
 height:14px;
 width:215px;
 background-color:#dddbce;
 border-top-style:none;
 border-left-style:none;
 border-right-style:none;
 border-bottom-style:none; 
}


.message
{
 padding-left:2px;
 font-size:10px;
 font-family:verdana; 
 height:112px;
 width:215px;
 background-color:#dddbce;
 border-top-style:none;
 border-left-style:none;
 border-right-style:none;
 border-bottom-style:none;
 margin-bottom:16px;
 }

p.bodytext_form
{
 font-family:verdana; 
 font-size:11px;
 color:#666666;
 margin:1px;
}

#submit
{
 float:right; 
}

#required
{
 width:90px;
 float:left; 
}

div.bottom_form
{
 padding-bottom:0px; 
 width:215px; 
}

.my_button
{
 background-color:#989272;
 border:0px; 
 font-weight:bold;
 font-family:verdana;
 font-size:11px;
 color:#333333;
 height:18px;
 width:60px;
 float:right;
 cursor:hand; 
}

.my_button:hover
{ 
 background-color:#989272;
 border:0px; 
 font-weight:bold;
 font-family:verdana;
 font-size:11px;
 color:#333333;
 height:18px;
 width:60px;
 float:right;
 cursor:hand;
 text-decoration:underline;    
}
