@font-face {
font-family: 'BebasRegular';
src: url('../fonts/bebasregular-webfont.eot');
src: url('../fonts/bebasregular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/bebasregular-webfont.woff') format('woff'),
url('../fonts/bebasregular-webfont.ttf') format('truetype'),
url('../fonts/bebasregular-webfont.svg#BebasRegular') format('svg');
font-weight: normal;
font-style: normal;
}

/* LOGIN DIALOG */
.dialog_content {
	height:								100%;
	background:						 	none;
	color:								auto;
	padding:							0;
	border-right:						none;
	border-bottom:						none;
	border-left:						none;
	-moz-border-bottom-left-radius: 	none;
	border-bottom-left-radius: 			none;
	-moz-border-bottom-right-radius: 	none;
	border-bottom-right-radius: 		none;
}

#outer {
	padding: 		0;
	background: 	none repeat scroll 0 0 #576158;
    border: 		3px solid white;
    border-radius: 	10px 10px 10px 10px;
    box-shadow: 	5px 5px 5px #353535;
	width:			500px;
}

#loginTool {
	padding:	10px;
	width:		480px;
}

#loginTool h2 {
	color: 			white;
    font-family: 	BebasRegular,Arial,Helvetica,sans-serif;
    margin: 		3px 0 4px 1px;
	text-transform:	uppercase;
}

.loginBox {
	border-color: #424C43;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    width: 457px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

.loginBox .username {
	margin-bottom:	4px;
}

.loginBox label {
	color: white;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    width: 60px;
}

.loginBox input.textBox {
	border: 1px solid #E8EFFC;
    border-radius: 4px 4px 4px 4px;
    color: #576159;
    margin-bottom: 5px;
    padding: 2px 4px 2px 4px;
    width: 253px;
}

.loginBox .username input {
    width: 370px;
}

/*remove inner dotted border (outline)*/
.loginBox input.button::-moz-focus-inner { border: 0; }

.loginBox input.button {
	background: none repeat scroll 0 0 #349AFE;
    border: 2px solid #E8EFFC;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-family: 'BebasRegular',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-left: 70px;
    margin-top: 3px;
    padding-top: 4px;
	vertical-align: middle;
    width: 90px;
}
/*safari and chrome hack*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.loginBox input.button { padding-top: 0; }
}

.loginBox a.forgotPwd {
	color: white;
    margin-left: 10px;
    text-decoration: none;
	outline: none;
}

.loginBox #lblToolMessage {
    border-radius:	4px 4px 4px 4px;
    display:		inline-block;
    font-size:		12px;
    line-height:	25px;
    margin-top:		3px;
	margin-left:	1px;
    padding:		0 7px 0 7px;
    vertical-align: middle;
}
.loginBox #ContentPlaceHolder1_lblMessage {
    color:			#A1000F;
    font-size:		12px;
	font-weight:	bold;
    margin-left:	5px;
}

/* END LOGIN DIALOG */

/* FORGOT PASSWORD DIALOG */

.loginBox p, .loginBox span {
	display:		block;
	margin: 		0;
	color: 			white;
	line-height: 	18px;
}

/*
p#pwdSent {
	font-weight: bold;
	margin-bottom: 5px;
}
p#forgotPwdText {
	margin:		0 0 5px 0;
}

#forgotPwdForm label {
	width: 100px;
}

#forgotPwdForm input.textBox {
	width: 335px;
	margin-bottom: 8px;
}

#forgotPwdForm input.button {
	margin-left: 113px;
}
#forgotPwdForm input#ContentPlaceHolder1_btnCancel {
	margin-left: 20px;
}
*/

body#forgotpassword label {
	width: 100px;
	padding-left: 0;
}
body#forgotpassword #loginToolForm div {
	margin-top: 10px;
}
body#forgotpassword #loginToolForm input.button {
	margin-left: 109px;
}
body#forgotpassword #loginToolForm input#ContentPlaceHolder1_btnCancel, body#forgotpassword #loginToolForm input#btnCancel  {
	margin-left: 82px;
}

#closeBtn {
    bottom: -31px;
    display: inline;
    float: right;
    left: -7px;
    position: relative;
}

/* END FORGOT PASSWORD DIALOG */

/* END DIALOG PUBLIC */