/* CSS Document */
body{
padding:0 0 0 0;
margin:0 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:normal;
text-align:left;
}
#wrapper{
width:100%;
height:100%;
padding-top:5%;
margin:0 0 0 0;
}
.content{
width:95%;
height:100%;
}
h2{
font-size:14px;
color:#FF6600;
line-height:12px;
text-align:left;
}
h2 span{
color: #000000;
line-height:12px;
}
h4{
font-size:12px;
color:#006699;
margin-left:5px;
}
.input{
border: 1px solid #000000;
margin-left:5px;
}
.input:focus{
border: 1px solid #000000;
background:#FFFF99;
margin-left:5px;
}
.button{
background:url(../images/btn.png);
width:85px;
height:22px;
color:#FFFFFF;
border:0px;
}
