body{
	background-color: #70828f;
	background-image: url('../pics/login/bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
img{
	border: 0px;
}
.alert{
	color: red;
}
.alertmessage{
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	width: 398px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 0.8em 0.8em 0.8em 0.8em;
    margin: auto;
    margin-top: 150px;
}
.alertmessage div{
	height: 62px;
	margin: 10px;
	box-shadow: 0 0 0.8em rgba(255, 255, 255, 0.5);
	background-image:url('../pics/login/alertbg.gif');
	background-repeat: repeat-x;
	border: 1px solid #999999;
	border-color: #AAAAAA #333333 #000000 #666666;
	border-radius: 4px 4px 4px 4px;
    color: white;
    text-align: center;
}
.alertmessage p{
	display: block;
	background-image: url('../pics/login/info.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding: 0px;
	margin: 17px;
	padding-left: 25px;
	padding-top: 6px;
}
.loginbox{
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	width: 398px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 0.8em 0.8em 0.8em 0.8em;
    margin: auto;
    margin-top: 30px;
}
.loginbox div{
	background: none repeat scroll 0 0 white;
    border: 1px solid #999999;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    box-shadow: 0 0 0.8em rgba(255, 255, 255, 0.5);
    position: relative;
	height: 260px;
	margin: 10px;
}
.loginbox p{
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top:10px;
	border-radius: 0.083em 0.083em 0 0;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Arial,Helvetica,sans-serif;
	border-bottom: 1px solid #B5B3B4;
    border-top: 1px solid #9BD2EE;
    color: white;
    font-size: 2em;
    font-weight: bold;
    height: 3em;
    line-height: 3em;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    background-image:url('../pics/login/loginheadbg.gif');
	background-repeat: repeat-x;
}
.loginbox h1{
	border-radius: 0.278em 0.278em 0.278em 0.278em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    left: 0.5em;
    margin: 0;
    position: absolute;
    top: -0.3em;
    z-index: 100;
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , white, #72C6E4 4%, #0C5FA5) repeat scroll 0 0 transparent;
    border-color: #50A3C8 #297CB4 #083F6F;
    border-style: solid;
    border-width: 1px;
    color: white;
    font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Sans",Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    padding: 0.278em 0.444em 0.389em;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    background-image:url('../pics/login/logintitlebg.gif');
	background-repeat: repeat-x;
}
.loginbox span{
	display: block;
	height: 31px;
	margin-top: 20px;
}
.loginbox label{
	display: inline-block;
	height: 31px;
	width: 170px;
	margin-left:10px;
	color: #333333;
    font-weight: bold;
    font-size: 18px;
}
.loginbox input{
	background-image:url('../pics/login/logininputbg.gif');
	background-repeat: repeat-x;
    border: 1px solid #89BAD3;
    border-radius: 0.417em 0.417em 0.417em 0.417em;
    color: #333333;
    font-size: 1em;
    line-height: 1em;
    padding: 0.5em;
    width: 170px;
}
.loginbox button{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image:url('../pics/login/loginbuttonbg.gif');
	background-repeat: repeat-x;
    border-color: #50A3C8 #297CB4 #083F6F;
    border-radius: 0.333em 0.333em 0.333em 0.333em;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 1.167em;
    font-weight: bold;
    line-height: 1.429em;
    padding: 0.286em 1em 0.357em;
    width: 183px;
    margin-left: 180px;
    margin-top: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.loginbox button:hover{
	background-image:url('../pics/login/loginbuttonhoverbg.gif');
	background-repeat: repeat-x;
}
.loginbox b{
	position: absolute;
	display: block;
	bottom:30px;
	left:10px;
}