/* CSS Document */


.input {
border: 1px solid #006;
width: 200px;
height: 20px;
font-size:13px;
margin-left: 3px;
margin-top:2px;
margin-bottom: 6px;
}
.input:hover {
border: 1px solid #f00;
background: #ff6;
}
.button {
border: 1px solid #006;
background: #ccf;
margin-left:3px;
margin-top:2px;
}
.button:hover {
border: 1px solid #f00;
background: #eef;
}
label {
display: block;
width: 140px;
float: left;
margin: 0px 0px 0px -20px;
margin-top: 2px;
text-align: right;
font-size: 12px;
}

.textarea
{
width:300px;
height: 100px;
margin-left: 3px;
}

.select{
border: 1px solid #006;
background: #ffc;
margin-left: 3px;
width: 170px;
}

.select:hover {
border: 1px solid #f00;
background: #ff6;
}

.formTable
{
float: left;
margin-left: -12px;
margin-top: 10px;
width: 480px;
height: 200px;
background-color:#FFFFFF;
}

* html .formtable
{
height: 250px;
}

br { clear: left; }


#backBtn 
{
float: left;
margin-left: 40px;
margin-top: 20px;
margin-bottom: 7px;
font-size: 13px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-weight: bold;
}

#backBtn a
{
padding-right: 100px;
color:#663333;
}

#backBtn a:hover
{
text-decoration:none;
color:#CCFF00;
}

* html #backBtn 
{
margin-left: 40px;
margin-top: -5px;
margin-bottom: 7px;
}

.style6
{
color: #990000;
font-weight:bold;
}

#adInfo
{
margin-left: 7px;
margin-top: 10px;
width: 340px;
font-size:12px;
font-weight:bold;
}

#adInfo p
{
color: #990000;
line-height: 1.5em;
}

#adInfo p a
{
color:#000066;
font-weight:bold;
font-size:12px;
line-height: 1.9em;
text-decoration:none;
}

#adInfo p a:hover
{
color: #99FF00;
text-decoration: none;
}

.style8
{
margin-top:6px;
color:#660000;
font-size: 12px;
text-decoration:underline;
}

.style9
{
padding: 5px;
color:#660000;
}