/* Reset Browser Defaults */
@import url( '../css/reset.css' );

body {
    background-color:#FFF;
    background-image:url("../img/bg.jpg");
    background-repeat:no-repeat;
	background-position:top right;
    margin-top:100px;
    text-align: center;
}
.hidden {
	display:none;
	visibility:hidden;
}
h1#logo {
	width:360px;
	text-align: left;
	margin:10px auto;
}
#loginscreen {
    -moz-border-radius:8px 8px 8px 8px;
    background-color:#FDFDFD;
    border:2px solid #CCCCCC;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:1.8em;
    margin-left:auto;
    margin-right:auto;
    padding:25px;
    width:350px;
}
#loginscreen .input {
    -moz-border-radius:4px 4px 4px 4px;
    border:1px solid #CCCCCC;
    color:#666666;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    padding:5px;
    width:100%;
    height: 24px;
}
#loginscreen .select {
    -moz-border-radius:4px 4px 4px 4px;
    border:1px solid #CCCCCC;
    color:#222222;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    padding:4px;
    width:100%;
}
#loginscreen .button {
    -moz-border-radius:4px 4px 4px 4px;
    background-color:#EBEBEB;
    background-image:url("images/gray-grad.png");
    border:1px solid #CCCCCC;
    color:#333333;
    font-size:13px;
    font-weight:bold;
    padding:4px 10px;
}
#loginscreen .button:hover {
    border:1px solid #666666;
    cursor:pointer;
}
#logindata {
    border-bottom:1px dotted #CCCCCC;
    border-top:1px dotted #CCCCCC;
    font-size:12px;
    margin-bottom:10px;
    margin-top:10px;
    padding-bottom:10px;
    padding-top:10px;
}
#logindata th {
    font-weight:bold;
}
#logindata td {
    padding:5px;
}
#rememberme_label {
	line-height:18px;
	vertical-align:top;
}

fieldset p.error label, label.error { color: red; }

#loginscreen input.error  {
	border:1px solid #ff0000;
}
div.container ul {
	list-style-type: none;
	margin-left: 20px;
	text-align:left;
	color: red;
	min-height:32px;
	line-height:16px;
}
div.container { display: none  }
.container label.error {
	display: inline;
	width:100%;
}
.error_div {
	background:transparent url(../img/error.png) no-repeat scroll 0.5em center;
	color:#FF0000;
	padding:0 0 0 40px;
	margin-bottom:5px;
	text-align:left;
	height:32px;
}

.error_wrapper {
	background:transparent url(../img/error.png) no-repeat scroll 0.5em center;
	color:#FF0000;
	padding:0 10px 0 45px;
	margin-bottom:5px;
	text-align:left;
	height:32px;
	line-height:15px;
}