body {
	margin: 0; padding: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.625;
    overflow-x: scroll;
    font-weight: 400;
}

body, html { height: 100%; }

#wrapper { display:block; width: 100%; position: absolute; top:50px; bottom:0px; left:0; padding: 0; margin:0; border:0; overflow: hidden; }

a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}

.stdinput select { 
	
	border:1px solid #cfcfcf; height:30px; margin:0;
	padding: 0 30px 0 4px;
	background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            /*appearance: none;*/
    
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	background: #fff url("/images/arrowdown.png") no-repeat right;
	
}

.stdinput select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.stdinput input[type=text],
.stdinput input[type=password],
.stdinput select
 { 
	border: 1px solid #bbb; 
	width: 300px; 
	padding: 5px 5px;
	font-size: 13px;
	font-weight: 400;
	outline: none;
	height: 20px;
			
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
}

.stdinput select { height:32px;  width:312px; font-weight: 400; font-size: 13px; }

.stdinput input:hover, .stdinput button:hover, .stdinput select:hover { 
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(102, 175, 233, .6);
}

.stdinput input, .stdinput select, .stdinput textarea { outline:none; }
.stdinput textarea { padding:5px; font-size: 13px; }

	
.stdinput input:focus { 
	border-color: #0078c1;
}

.stdinput button {
	height: 30px; 
	background-color: #fff;
	border: 1px solid #c8c7cc;
	border-radius: 5px;
	color: #8e8e93;
	padding: 0 12px 0 35px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	background-repeat:no-repeat;
	background-position: 10px center;
}

.stdinput button.default {
	background-color: #2b8def !important;
	color: #fff;
	border-color: #2b8def;
}

.stdinput button:active { background-color: #eee; }

.stdinput button.default:active { background-color: #4badef !important; }

.stdinput button.signin { background-image: url("/images/signin16.png"); }

.header { display: block; height: 50px; line-height: 50px; background: #c9c9c9; padding:0 10px; margin:0; }
.header img { height: 40px; margin-top: 5px; }

.clear { clear: both; }
.hcenter { margin: 0 auto; }
