/* Dialog Box */

.dialog {
	background: #212a39;
	color: #969aa7;
	font-size: 14px;
	font-family: arial;
	display: none;
	padding: 16px 25px 25px;
	position: absolute;
	width: 309px;
	z-index: 7000;
	    -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

.dialog ul {
	list-style: none;
	margin: 26px 0 0;
}

.dialog li {
	margin: 15px 0 0;
}

.dialog i {
	color: #636977;
	font-size: 12px;
	display: block;
	margin: 5px 0 0;
 }

.dialog label {
	display: block;
	margin: 0 0 14px;
	padding-left: 3px;
}

.dialog input[type=text],
.dialog input[type=password] {
	background: #fff url(../images/bg_text.png) top left repeat-x;
	color: #212a39;
	border: none;
	display: block;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	width: 289px;
		-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

#dialog-signup,
#dialog-login {
	display: none;
}

.dialog .close {
	float: right;
}

.dialog .fb {
	text-align: center;
	display: block;
	margin: 30px 0 34px;
}

.dialog .btn-login {
	background: url(../images/btn_login.png) top left no-repeat;
	cursor: pointer;
	border: none;
	height: 53px;
	margin: 9px auto 0;
	width: 308px;
}

.dialog .btn-signup {
	background: url(../images/btn_create.png) top left no-repeat;
	cursor: pointer;
	border: none;
	height: 53px;
	margin: 9px auto 0;
	width: 308px;
}

.dialog .btn-submit {
	background: url(../images/btn_submit.png) top left no-repeat;
	cursor: pointer;
	border: none;
	height: 53px;
	margin: 9px auto 0;
	width: 308px;
}

#mask {
	background: #212a39;
	position: absolute; left: 0; top: 0;
    z-index: 5000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.5;
}

.current {
	top: 253px;
}

.haserror {
	color: #F00 !important;
}

a.forgot {
	color: #cc2c2c;
	text-decoration: none;
	display: block;
	margin-bottom: -7px;
	font-size: 12px;
}

.dialog li {
	position: relative;
}

.inline-url {
	position: absolute;
	top: 38px;
	left: 10px;
	font-style: italic;
}

.url-input {
	padding-left: 138px !important;
	width: 161px !important;
}

.recover-instructions {
	font-style: italic;
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: -10px;
}