/*styles*/
html{
    background:#13458c url("../images/bg-blue-gradient-img.jpg") 0 0 repeat-x;
    height:100%;
}
body{
    background:transparent url("../images/bg-shape-img.png") 0 0 no-repeat;
    min-height:100%;
    margin:0;
    font-family:Arial,sans-serif;
    color:#000;
    font-size:14px;
    padding:0;
}
.main-wrapper{
    width:436px;
    min-height:350px;
    background:#fff;
    border-radius:4px;
    margin:0 auto;
    position:relative;
    top:215px;
}
header{
    background:#072e70 url("../images/login-logo-img.png") 18px center no-repeat;
    padding:21px 5px 19px 76px;
    border-radius:4px 4px 0 0;
    color:#fff;
}
header h1{
    color:#fff;
    font-size:17px;
    font-weight:normal;
    line-height:normal;
    margin:0
}
article{
    padding:25px 28px 0 42px;
}
article #username,article #password{
    width:222px;
    height:32px;
    padding:0 0 0 36px;
    border-width:1px;
    border-color:#a7a7a7 #afafaf #dfdfdf #b7b7b7;
    border-style:solid;
    display:block;
    clear:both;
    margin-bottom:18px;
    border-radius:3px;
    box-shadow:3px 3px 3px #E1E1E1 inset;
    color:#000;
    font-size: 14px;
}
article #username{
    background:transparent url("../images/login-icon.png") 6px 50% no-repeat;
    float:left;
    margin-right:10px;
}
article #password{
    background:transparent url("../images/pass-icon.png") 7px 50% no-repeat;
}
article #pwd-remind{
    display:inline-block;
    padding-top:9px;
    text-decoration:none;
    color:#0061ab;
}
article div.tooltip{
    width:16px;
    height:16px;
    overflow:hidden;
    position:relative;
    background:transparent url("../images/help-mark.png") 0 0 no-repeat;
    top:9px;
}

article div.error-icon{
    width:17px;
    height:17px;
    overflow:hidden;
    position:relative;
    background:transparent url("../images/error-mark.png") center center no-repeat;
    vertical-align: middle;
    display: inline-block;	
}

article button[type="submit"]{
    background:#0299f0;
    border:1px solid #c9c9c9;
    border-radius:4px;
    text-transform:uppercase;
    font-size:15px;
    line-height:normal;
    color:#fff;
    min-width:93px;
    padding:9px;
    cursor:pointer;
    float:right;
    margin-right:26px;
}
article button[type="submit"]:hover,
article button[type="submit"]:focus{
    background:#0280d0;
}
article button[type="submit"]:active{
    box-shadow:0 2px 6px #333 inset;
}
article .flash{
    color:#cc0000;
    /*width:260px;*/
    padding-right:27px;
    padding-bottom:5px;
    font-size:12px;
    text-align: center;
    line-height: 18px;
}

article .orange-button a {
    -pie-background: linear-gradient(top, #ff8d30 0%,#ff7300 100%);
	filter: none;
}
article .orange-button {
    -pie-background: linear-gradient(top, #ff7300 0%,#ff8d30 100%);
	filter: none;
}
article .gray-button a {
    -pie-background: linear-gradient(top, #ffffff 0%,#cdcdcd 100%);
	filter: none;
}
article .gray-button a:hover {
    -pie-background: linear-gradient(top, #cdcdcd 0%,#ffffff 100%);
	filter: none;
}
article .blue-button a {
    -pie-background: linear-gradient(top, #0094d3 0%,#0073a5 100%);
	filter: none;
}
article .blue-button a:hover {
    -pie-background: linear-gradient(top, #0073a5 0%,#0094d3 100%);
	filter: none;
}
#denialForm{
	padding: 18px 5px 0px 5px;
	width:10em;margin:0 auto;
}
#confirmationForm {
	padding: 18px 5px 0px 5px;
	width:10em;margin:0 auto;
}
#logoutForm{
	width:10em; margin:0 auto;
}
#loginForm {
	padding: 18px 40px 0px 40px;
}