root 
{ 
    display: block;    
}
body
{
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    background: white;
}
 
.spacer{clear:both; height:1px;}

#tabbutton{
    top: 5px;
    border-radius: 5px;
    border:solid 0px #6681b6;
    padding: 2px;    
    width: max-content;
    background-color: white; 
} 

table
{
    top: 5px;
    border-radius: 5px;
    border:solid 1px #6681b6;
    padding: 2px;    
    width: max-content;
    background-color: white; 
}
 
.myform{
margin:0 auto;
width:400px;
padding:14px;
}
 
 
#mystyle{
border:solid 2px #6681b6;
background: white;
border-radius: 1px;

}
#mystyle h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#mystyle p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #6681b6;
padding-bottom:10px;
}
#mystyle label{
display:block;
font-weight:bold;
text-align:right;
width:140px;

float:left;
}
#mystyle .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#mystyle input{
float:left;
font-size:10px;
padding:4px 2px;
border:solid 1px #6681b6;
width:200px;
margin:2px 0 20px 10px;
border-radius: 5px;
}
#mystyle button{
clear:both;
margin-left:150px;
width:125px;
height:25px;
background:#666666;
text-align:center;
/*//line-height:31px;*/
color:#FFFFFF;
font-size:10px;
/*//font-weight:bold;*/
border-radius: 2px;
}
#mystyle select
{   
    float:left;
    font-size:10px;
    padding:4px 2px;
    border:solid 1px #6681b6;
    width:200px;
    margin:2px 0 20px 10px;
    border-radius: 5px;
}
