﻿form#main_form {
background:	url(bg.png) center top no-repeat;

width:469px; 
height: 566px;
padding:5px;

margin:0 auto;
margin-top:15px;

font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
font-size: 76%;	
}

form#main_form fieldset {
width:430px; 
display:block; 
border:1px dotted #fff; 
padding:5px; 
margin-bottom:0.5em; 
margin-right: 13px;
line-height:1.2em;
}

form#main_form fieldset#opt {
/*background:#ff6705;*/
}

form#main_form legend {
font-size:1.1em; 
font-weight:bold; 
color: #4d89ff;
margin: 0 0 5px 10px; 
height: 24px;
line-height: 24px;
width:157px; 
border: 1px solid #137C41;
padding: 0 5px;
background: url(legend_bg.gif);
}

form#main_form label {
clear:right; 
display:block; 
float:right; 
width:100px; 
text-align:right; 
padding-right:10px; 
color: #003399; 
margin-bottom:0.5em;
}

form#main_form input {
border:1px solid #003399; 
padding:0 2px; 
margin-bottom:0.3em;
}

form#main_form select {
margin-left:0.5em;
}

form#main_form textarea {
width:380px; 
height:auto;
border:1px solid #003399; 
padding:0.5em; 
overflow:auto; 
}

form#main_form option {
background:#003399; 
color:#fff;
}

form#main_form optgroup {
background: #4D89FF; 
color:#FFF; 
}

form#main_form optgroup option {
background:#C5D9FF; 
color:#003399;
}

form#main_form #button1 {
color:#003399; 
font-weight: bold;
background: url(btn_bg.jpg);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
padding:auto;
/*margin-left: 20.5em*/
}

form#main_form #button2 {
color:#003399; 
font-weight: bold;
background: url(btn_bg.jpg);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;

}

form#main_form #button1:hover, form#main_form #button2:hover {
color:#FF6705;
}
p {
margin: 4px 0;
}