form#two {
width:97%; 
padding:5px;
margin:0 auto;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size:76%;
}

form#two fieldset {
width:97%; 
display:block; 
border:1px dotted #ccc; 
padding:5px; 
margin-bottom:0.5em; 
line-height:1.2em;
}

form#two fieldset#opt {
/*background:#ff6705;*/
}

form#two legend {
background: url(/images/bg_content_top.gif);
background-repeat:repeat-x;
font-size:0.9em; 
font-weight:bold; 
color: #6e6991;
margin: 0 0 5px 10px; 
height: 24px;
line-height: 24px;
width:157px; 
border: 1px solid #ccc;
padding: 0px 15px;
}

form#two label {

margin-top:0.4em;
clear:left; 
display:block; 
float:left; 
width:120px; 
text-align:right; 
padding-right:10px; 
color: #666; 

}

form#two input {
	border:0px solid #6e6991;
	font-weight:bold;
	color:#666666;
	border-bottom:1px dashed #ccc; 
	padding:2px 4px; 
	margin-bottom:0.8em;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}


form#two input:hover {
	background-color:#efefef;
}
form#two select {
margin-left:0.5em;
}

form#two textarea {
width:100%; 
height:auto;
border:1px solid  #6e6991; 
padding:0.5em; 
overflow:auto;
font-size:1.5em;
}

form#two option {
background:#003399; 
color:#fff;
}

form#two optgroup {
background: #4D89FF; 
color:#FFF; 
}

form#two optgroup option {
background:#C5D9FF; 
color:#003399;
}

form#two #button1 {
color:#6e6991; 
font-weight: bold;
background: url(/images/bg_content_top.gif);
background-repeat:repeat-x;
display: inline;
border: none;
height: 27px;
line-height: 27px;
text-align: center;
margin-left: 11.5em;
width:125px;
}

form#two #button2 {
color:#6e6991; 
background: url(/images/bg_content_top.gif);
background-repeat:repeat-x;
font-weight: bold;
width:125px;
display: inline;
border: none;
height: 27px;
line-height: 27px;
text-align: center;
}

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}

form#two #button1:hover, form#two #button2:hover {
color:#FF6705;
}
p {
margin: 4px 0;
}