﻿html { height: 100%;margin-bottom : 0px;}
/* set global margin and padding to none */
* {margin: 0;padding: 0;}
body
{background-position: rgb(215, 215, 215);width: 100%;height: 100%;background: rgb(215, 215, 215);text-align: left;color: #3B3B3B;font-family: Verdana, Arial, sans-serif;font-size: small;}

/* Remove padding and margin on selected elements*/
/* debug border on all divs*/
/* Class for clearing floats */
/* Remove border around linked images and fix Firefox odd spaces */
h1,h2,h3,h4,h5,h6,pre,body,p,div {margin: 0;padding: 0;}
div {border: 0;}
.clear {clear: both;}
img {border: 0;vertical-align: bottom;}
/* @end */

#centerbox {
	width:  901px;
}
#centerboxtop {
	background-image: url(../../images/centerboxtop1.png);
	height:  18px;
}
#centerboxmid {
	background-image: url(../../images/centerboxmid.png);
	background-repeat: repeat-y;
}
#centerboxmid_cs {
	background-image: url(../../images/centerboxmid.png);
	background-repeat: repeat-y;
}
#centerboxmid_cs p {
	width: 640px !important;
}
#centerboxbtm {
	background-image: url(../../images/centerboxbtm.png);
	height: 20px;
}

.login { background:#FFFFFF; border: 8px solid #006600;  margin:108px auto 0; width:460px; padding:15px;}
.login label { color:#888888; display:block; font-size:12px }

input.textbox { background:#FAFAFA none repeat scroll 0 0; border:1px solid #EEEEEE; font-size:18px; line-height:20px; margin:0;padding:3px;width:440px;}
input.textbox: focus {background:#FCFCFC none repeat scroll 0 0;border:1px solid #CCCCCC }