*
{
    border:0;
    padding:0;
    margin:0;
}

body
{
    background: #FFFFFF;
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #949494;
}


#login
{
    background: #f7f7f7;
    height: 250px;
    width:100%;
    margin-top: -125px;
    position:absolute;
    top:50%;
    border-top: 1px solid #DFE2E2;
    border-bottom: 1px solid #DFE2E2;
}

#login .wrapper
{
    width:960px;
    margin-left:auto;
    margin-right:auto;
    height:250px;
}

#login .logo
{
    background: transparent;
    max-width: 355px;
    max-height:95px;
    float:left;
    margin-top:70px;
    margin-left:140px;
}

#login .form
{
    float:left;
    margin-top:55px;
    padding-left: 20px;
    border-left:1px solid #DCDDDD;
}

.input-text, .input-password
{
    border-radius: 3px;
    border:2px solid #EEEEEE;
    margin-bottom: 10px;
    font-size: 12px;
    padding:8px;
    color: #949494;
    width: 250px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.input-text:focus, .input-password:focus {

    border:2px solid #367DB3;

}

.input-login
{
    background: transparent;
    cursor: pointer;
    width: 59px;
    height: 32px;
}

#login .input-request
{
    background: transparent;
    margin-left: 5px;
    cursor: pointer;
    height: 32px;
    width: 70px;
}

.lost-pass-link
{
    font-size:10px;
    text-transform: uppercase;
    margin-right: 75px;
    margin-left: 5px;
    color: #66A3D1;
}

#login .copyright
{
    font-size:10px;
    text-transform: uppercase;
    color: #949494;
    margin-top: 5px;
    text-align: center;
}

#login a.link, #login a.link:visited, #login a.link:link
{
    color: #66A3D1;
    text-decoration: none;
}

#login a.link:hover
{
    color: #859BBC;
}

#login .alert
{
    border-bottom: 1px solid #EEF1EF;
    border-left: 1px solid #EEF1EF;
    border-right: 1px solid #EEF1EF;
    position: absolute;
    text-align:center;
    margin: 1px 200px;
    padding: 12px;
    width: 540px;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

.alert.error
{
    background: #FCDCD2;
    color: #DD6D4B;
}

#login .alert.info
{
    background: #F6FBDA;
    color: #BBC157;
}

#login .alert.success
{
    background: #EFFAEA;
    color: #3B8C8B;
}

#login p.title
{
    margin: 10px 2px 20px;
    font-size:13px;
    letter-spacing: 0.5px;
    text-transform:uppercase;
}

.clear-fix
{
    clear:both;
}

/** IE Compatiblity **/

.ie7 #login .alert
{
    margin-bottom: -45px;
    position:static;
}

#ajaxIndicator {display:none; margin-top:8px; margin-left:30px; width:auto;}

.st-button{
	background:url(../img/default-button.png) repeat-x top;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	border:1px solid #1A527D;
	border-bottom:1px solid #0F3049;
	border-radius:2px;
	padding:6px 10px;
	margin-right:5px;
	text-shadow: 0px -1px #174B73;
    float:right;}

.st-button:hover{
	border:1px solid #133E5C;
	border-bottom:1px solid #0B2436;}

.st-button:active{box-shadow: inset 0 0 0.5em #174B73;}

.button-green{
	background:#51AC53 url(../img/button-green.png) repeat-x bottom;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	border:1px solid #276E27;
	border-bottom:1px solid #174017;
	border-radius:2px;
	padding:7px 10px;
	margin:0px 3px;
	text-shadow: 0px -1px #276E27;}
.button-green:hover{
	border:1px solid #174017;
	border-bottom:1px solid #174017; opacity:0.95;}
.button-green:active{box-shadow: inset 0 0 0.5em #174017;}

.button-blue{
	background:#4088BF url(../img/button-blue.png) repeat-x bottom;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	border:1px solid #1A527D;
	border-bottom:1px solid #0F3049;
	border-radius:2px;
	padding:7px 10px;
	margin:0px 3px;
	text-shadow: 0px -1px #174B73;}
.button-blue:hover{
	border:1px solid #0F3049;
	border-bottom:1px solid #0F3049; opacity:0.95;}
.button-blue:active{box-shadow: inset 0 0 0.5em #174B73;}

.fpstatus {width:90%; font-size:9pt; font-family: 'Segoe UI', Calibri, Arial, Helvetica, sans-serif; color:#fff; -webkit-border-radius:3px; border-radius:3px; -moz-border-radius:3px; padding:5px 10px; background:#FF6B6B; display:none; margin-bottom:.75em;}

.loginError {font-size:12pt; width:700px; margin:0 auto; margin-top:65px; line-height:1.3em;}

.hasPlaceholder {color: #aaa;}