/* CSS Document */
form#two {



width:420px; 

height: 754px;

padding:5px;

margin:0 auto;

font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	

font-size: 90%;	

}



form#two fieldset {

width:380px; 

display:block; 

border:1px dotted blue; 

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: #4d89ff;

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:200px; 

text-align:right; 

padding-right:10px; 

color: #003399; 

margin-bottom:0.5em;

}



form#two input {

border:1px solid #003399; 

padding:0 2px;; 

margin-bottom:0.3em;

}



form#two select {

margin-left:0.5em;

}



form#two textarea {

border:1px solid #003399; 

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:#003399; 

font-weight: bold;

background: url(../images/btn_bg.gif);

display: inline;

border: none;

width:89px; 

height: 27px;

line-height: 27px;

text-align: center;

margin-left: 11.5em

}



form#two #button2 {

color:#003399; 

font-weight: bold;

background: url(../images/btn_bg.gif);

display: inline;

border: none;

width:89px; 

height: 27px;

line-height: 27px;

text-align: center;

}



form#two #button1:hover, form#two #button2:hover {

color:#FF6705;

}

p {

margin: 4px 0;

}

