body
{
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
background-color:#f1f5f9;
font-family:Arial,Helvetica,sans-serif;
}
input,select,textarea {
padding:6px;
background-color:#fff;
border: 1px solid #444;
border-radius:2px;
outline:none;
}
input:focus,select:focus,textarea:focus {
box-shadow: 0px 0px 4px rgba(30, 144, 255, 0.75);
}
input[type=submit],input[type=button] {
margin:4px;
padding:8px;
background-color:#1EA0EF;
border: 1px solid #0AF;
border-radius:4px;
color:#fff;
}
input[type=submit]:hover,input[type=button]:hover {
background-color:#2EB0FF;
border: 1px solid #fff;
box-shadow: 0px 0px 8px rgba(30, 144, 255, 0.75);
}
#logo-table
{
width:100%;
height:185px;
text-align:center;
background-image: url(../images/csbg2.png);
}
#logo
{
margin:auto;
width:640px;
height:175px;
background-image: url(../images/cslogo.jpg);
}
#center-form
{
margin:auto;
width:300px;
padding-top:10px;
}
#form-table
{
background-image: url(../images/account/cs_cloud_lock4.png);
background-repeat:no-repeat;
background-color:#9fdfef;
border:2px ridge #1975D1;
border-radius:4px;
box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
width:300px;
height:520px;
padding-top:115px;
text-align:center;
}
#test
{
width:285px;
height:350px;
margin:auto;
background-color:rgba(80,150,255,0.15);
}
#back
{
text-align:center;
}