body{
    font-family:arial, serif;
    font-size:16px;
    overflow:auto;
    background-color:#ebebeb;
	 color:#444;
}

.center{
	text-align:center;
}

.error{
	font-size:14px;
	width:500px;
	display:block;
	margin:0 auto;
	position: absolute;
	top:50%;
	margin-top:-180px;
	left:50%;
	margin-left:-250px;
	font-weight: bold;
	border:0;
	background: none;
}

div#box_login{
	padding: 10px;
	width:380px;
	height:306px;
	display: block;
	position:absolute;
	top:50%;
	margin-top:-123px;
	left:50%;
	margin-left:-200px;
	background-image: url(../img/login_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

div#box_login h1{
	color:#fff;
	font-size:24px;
	height:30px;
	line-height:30px;
	margin-bottom:30px;
}

div#box_login p{
	margin-bottom:5px;
	font-weight: bold;
}

div#box_login p.separator{
	margin-bottom:30px;
}

div#box_login input{
	font-size:18px;
	padding:5px 5px 5px 25px;
	width:335px;
	margin:0;
	background-position: 5px center;
	background-repeat: no-repeat;
}

div#box_login input.user{
	background-image: url(../img/user.png);
}

div#box_login input.pass{
	background-image:url(../img/lock.png);
}

div#box_login select[disabled],
div#box_login input[disabled]{
    background-color:#eee;
    color:#888;
}

img.logo{
	position: absolute;
	top:50%;
	margin-top:-250px;
	left:50%;
	margin-left:-200px;
}


.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	float:right;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 16px;
	padding: .2em 1em .22em;
	font-weight:bold;
}
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #131f37;
	background: #182744;
	background: -webkit-gradient(linear, left top, left bottom, from(#606e89), to(#182744));
	background: -moz-linear-gradient(top,  #606e89,  #182744);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#606e89', endColorstr='#182744');
}
.blue:hover {
	background: #45536f;
	background: -webkit-gradient(linear, left top, left bottom, from(#45536f), to(#0d1f3a));
	background: -moz-linear-gradient(top,  #45536f,  #0d1f3a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#45536f', endColorstr='#0d1f3a');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#182744), to(#606e89));
	background: -moz-linear-gradient(top,  #182744,  #606e89);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#182744', endColorstr='#606e89');
}

