form#two {
background:	url(images/bg.png) center top no-repeat;
width:360px; 
height: 520px;
padding:5px;
margin:0 auto;
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
font-size: 76%;	
}

form#two fieldset {
width:300px; 
display:block; 
border:1px dotted #fff; 
padding:5px; 
margin-bottom:0.5em; 
margin-left: 13px;
line-height:1.2em;
}

form#two fieldset#opt {
/*background:#ff6705;*/
}

form#two legend {
font-size:1.1em; 
font-weight:bold; 
color: #422100;
margin: 0 0 5px 10px; 
height: 24px;
line-height: 24px;
width:157px; 
border: 1px solid #137C41;
padding: 0 5px;
background: url(images/legend_bg.gif);
}

form#two label {
clear:left; 
display:block; 
float:left; 
width:100px; 
text-align:right; 
padding-right:10px; 
color: #000000; 
margin-bottom:0.5em;
}

form#two input {
border:1px solid #A9CF9C; 
padding:0 2px;; 
margin-bottom:0.3em;
}

form#two select {
margin-left:0.5em;
}

form#two textarea {
width:300px; 
height:auto;
border:1px solid #A9CF9C; 
padding:0.5em; 
overflow:auto; 
}

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:#000000; 
font-weight: bold;
background: url(images/btn_bg.jpg);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
margin-left: 11.5em
}

form#two #button2 {
	color:#000000;
	font-weight: bold;
	display: inline;
	border: none;
	width:89px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background-image: url(images/btn_bg.jpg);
}

form#two #button1:hover, form#two #button2:hover {
color:#88986A;
}
p {
margin: 4px 0;
}

