
/*
### Easy Web Sites Ltd.
### Control Panel v1.2
### Black #363636### Mid tone #999### Silver #ccc### Highlight #e2e2e2###
*/



.smallbtn{
display: block;
float: left;
background: #e2e2e2;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
text-align: left;
margin-right: 10px;
padding: 4px 10px;
}

.setwidth{
width: 190px;
height: 28px;
padding: 0px;
padding-top: 4px;
padding-left: 10px;
margin-bottom: 2px;
}

div.cp_field{
padding: 5px;
background: #e2e2e2;
margin-bottom: 1px;
}

form.cp_form{
text-align: center;
background: #999;
padding: 4px;
}

form.cp_form label{
font-weight: bold;
color: #363636;
background: #ccc;
padding: 5px 20px;
}

form.cp_form input{
border: 1px solid #999;
}

form.cp_form textarea{
border: 1px solid #999;
}

form.cp_form select{
border: 1px solid #999;
}

input.cp_submit{
padding: 3px 30px;
border: 1px solid #363636;
}




.cpblock{
float: left;
width: 95%;
text-align: center;
border: 1px solid #c2c2c2;
background: #ececec;
margin-right: 20px;
margin-bottom: 10px;
overflow: auto;
}

.cpblock_halfwidth{
float: left;
width: 300px;
text-align: center;
border: 1px solid #c2c2c2;
background: #ececec;
margin-right: 20px;
margin-bottom: 10px;
overflow: auto;
}

.cpblock_head{
height: 25px;
width: 100%;
background-image: url(images/headrep.png);
background-repeat: repeat-x;
text-align: left;
overflow: auto;
}

div.cpblock h1{
letter-spacing: 1px;
padding: 4px 0px 0px 8px;
}

.cpblock_stats{
margin: 0px;
padding: 3px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
overflow: auto;
height: 32px;
}

.cpblock_buttons{
margin: 3px 0px;
margin: 10px;
overflow: auto;
}

.auto{
width: 95%;
height: auto;
padding: 8px;
margin-bottom: 10px;
color: #363636;
}

.auto h1{
color: #363636;
}


div.editbox{
clear: both;
float: left;
margin: 4px 0px;
}




input.logoutbtn{
border: 1px solid #6f00bd;
color: white;
font-size: 9px;
font-weight: bold;
display: inline;
background: #9f55d3;"
}