/*
last updated: 2011-06-15
*/

body { 
	background: #CFE6EB url(../../images/login_body_bg.gif) 50% 0px repeat-x;  
	text-align: center; 
	font: 12px 'Lucida Grande',lucida,helvetica,arial,sans-serif;  
	color: #333333;  
	padding: 0px;  
	margin: 0 auto;  
	width: 430px;
}
img {border:none;}

#wrapper{
	width: 410px;
	padding: 0 20px 0 20px;
	margin-top: 40px;
	position: relative;
}

#content{
	width: 410px;
	background-color: #fff;
	text-align: left;
	border-radius: 8px;
	box-shadow: 0 0 10px #A8CFD8;
}

#header {
    border-bottom: 1px solid #B2CCD0;
    padding: 20px 0 0 60px;
    width: 350px;
	border-radius: 8px 8px 0 0;
	
	background-color: #CFE6EB;
	background-repeat: repeat-x;

	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFE6EB));
	background-image: -moz-linear-gradient(center top, #FFFFFF, #CFE6EB);
	background-image: -ms-linear-gradient(top, #FFFFFF, #CFE6EB);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #CFE6EB));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #CFE6EB);
	background-image: -o-linear-gradient(top, #FFFFFF, #CFE6EB);
	background-image: linear-gradient(top, #FFFFFF, #CFE6EB);
}

#footer{
    width: 390px;
    padding: 0 10px 10px 10px;  
	border-radius:  0 0 8px 8px;
	background-color: #fff;
	color: #C0C0C0; 
	font: 11px 'Lucida Grande', arial, sans-serif;
	text-align: center;
}
#footer a{
    color: #C0C0C0; 
}

fieldset{
	border: 0;
	margin: 10px;
	display: block;
	margin-top: -30px;
	background-color: #fff;
	padding-top: 20px;
}
fieldset p{
	color: #333333;
	padding: 0;
	margin: 0;
}
label{
	float: left;
	text-align: right;
	width: 90px;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 7px;
}
.width_110 label{
	width:110px;
}
input{
	height: 20px;
	width: 243px;
	_width: 242px;
	margin-bottom: 15px;
	padding: 3px;
	font: 13px 'Lucida Grande', arial, sans-serif;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input:hover {
	border-color: #888888;
}

input:focus {
	border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.btn{
    float:left;
	min-width: 100px;
	margin-right:3px;
	background-color: #0074CC;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0088CC), to(#0055CC));
	background-image: -moz-linear-gradient(center top, #0088CC, #0055CC);
	background-image: -ms-linear-gradient(top, #0088CC, #0055CC);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0088CC), color-stop(100%, #0055CC));
	background-image: -webkit-linear-gradient(top, #0088CC, #0055CC);
	background-image: -o-linear-gradient(top, #0088CC, #0055CC);
	background-image: linear-gradient(top, #0088CC, #0055CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

	color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;

    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
}
.btn:hover {
	background-color: #357AE8;
    border-color: #2F5BB7;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#4D90FE), to(#357AE8));
	background-image: -moz-linear-gradient(center top, #4D90FE, #357AE8);
	background-image: -ms-linear-gradient(top, #4D90FE, #357AE8);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4D90FE), color-stop(100%, #357AE8));
	background-image: -webkit-linear-gradient(top, #4D90FE, #357AE8);
	background-image: -o-linear-gradient(top, #4D90FE, #357AE8);
	background-image: linear-gradient(top, #4D90FE, #357AE8);
}

#forgottenpassword{ 
	margin-top: 7px;
}
#forgottenpassword a{
	color: #333333;
	}
#forgottenpassword a:hover{
	color: #104b67; 
}
#forgottenpassword li{ 
	display: inline; 
	margin-left: 10px; 
} 

#darkbanner{
	width: 360px;
	margin: 20px 0 0 -18px;
	padding: 8px 10px 10px 40px;
	background: #424242;
	position: relative;
}
#darkbanner span{
	padding-left: 35px;
	color: #fff;
	display: block;
}
#darkbannerwrap{
	background: url(../../images/login_aiwrap.png);
	width: 18px;
	height: 10px;
	margin: 0 0 20px -18px;
	position: relative;
}

h1 {
    display: inline;
    margin-top: 15px;
    width: 360px;
}
h2 {
    color: #FFFFFF;
    display: inline;
    font: bold 24px helvetica,arial,sans-serif;
    margin-left: 10px;
}

.info, .success, .warning, .error {
    border: 1px solid;
    margin: 10px 0 20px 0;
    padding:15px 20px 15px 55px;
    font: bold 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.info {
    color: #00529B;
    background: #BDE5F8 url(../../images/icon-info.png) no-repeat 10px center;
}
.success {
    color: #4F8A10;
    background: #DFF2BF url(../../images/icon-tick.png) no-repeat 10px center;
}
.warning {
    color: #9F6000;
    background: #FEEFB3 url(../../images/icon-warning.png) no-repeat 10px center;
}
.error {
    color: #D8000C;
    background: #FFBABA url(../../images/icon-cross.png) no-repeat 10px center;
}