

@CHARSET "ISO-8859-1";

/** 
First Reset and shit
*/
.html, body, div, span, object, iframe,
.h1, h2, h3, h4, h5, h6, p, blockquote, pre,
.abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
.small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
.fieldset, form, label, legend,
.table, caption, tbody, tfoot, thead, tr, th, td,
.article, aside, canvas, details, figcaption, figure,
.footer, header, hgroup, menu, nav, section, summary,
.time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
.ie7 img { -ms-interpolation-mode: bicubic; }
body, select, input, textarea {
	color: #444;
}
input, select { vertical-align: middle; }
body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }


/**
Ok Real Style Stuff
*/

body {
	background-image: URL(/images/login-back.png);
	background-repeat: repeat-x;
	background-color: #6e87d7;
}

.centerbox {
	margin-top: 100px;
	background-color: #7e8ab2;
	width: 440px;
	min-height: 190px;
	margin-left: auto;
	margin-right: auto;	
	
	padding: 10px;
}

.roundedbox10 {
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.centerbox .picturebox {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eaebf7');
	background-color: blue;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eaebf7));
	background: -moz-linear-gradient(top,  #fcfcfc,  #eaebf7);
	height: 100px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.centerbox .picturebox img {
	margin-top: 2px;	
}

.shadow {
  -moz-box-shadow: 0px 2px 5px #333;
  -webkit-box-shadow: 0px 2px 5px #333;
  box-shadow: 0px 2px 5px #333;
}

.in-shadow {
   -moz-box-shadow:inset 0 0 3px #333;
   -webkit-box-shadow:inset 0 0 3px #333;
   box-shadow:inset 0 0 3px #333;
}

.form-fields {
	margin-top: 15px;
	padding-right: 25px;
	padding-left: 22px;
	text-align: center;
}

.form-fields input {
	width: 300px;
	margin-bottom: 5px;
	border: 1px solid #8d9bcc;
	font-size: 22px;
	padding: 2px 0px 2px 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.form-fields .buttons {
	text-align: center !important;
	margin-right: auto;
	margin-left: auto;
	width: 300px;	
}

.form-fields .buttons button {
	padding: 3px 0px 3px 0px;
	width: 250px;
	font-size: 18px;
	font-familty: Helvetica, Verdana, Arial, sans-serif;
	background: #ccc;
	border: 1px solid #747a88;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.form-field-username input {
	padding-left: 24px !important;
	background-image: URL(/images/login/user.ico.png);
	background-repeat: no-repeat;
	font-familty: Helvetica, Verdana, Arial, sans-serif;
	/*background-position: 2*/	
}

.form-field-password input {
	padding-left: 24px !important;
	background-image: URL(/images/login/lock.ico.png);
	background-repeat: no-repeat;
}

.error {
	color: red;
	padding: 5px;
	background-color: cornsilk;
	border: 1px solid #333;
	margin-bottom: 7px;
}

.prslogo {
	margin: 5px auto auto auto;
	text-align: center;	
}
