@charset "utf-8";
/* loginbox styles */


#loginbox {
	position:relative;
	top: -9px;
	right: -1px;
	width:199px;
	min-height:295px;
	background-image:url('../newskin_images/loginbox.png');
	background-repeat: no-repeat;
	background-color: #f4f8fc;
	display:none;
	padding: 20px 10px 10px 10px;
	font-size: 0.6em;
	color: #666;
	border-bottom: 5px solid #666;
	}

#loginbox  a {
	text-decoration: none;
	color: #fb4437;
}

#loginbox hr {
	width:171px;
	border-top: 1px solid #eee;
	margin-top: 20px;
}

#loginbox input[type="text"], input[type="password"] {
	 width: 171px;
	 margin-top: 5px;
}

#loginbox p {
	margin-top: 22px;
}

#loginbox h5, #loginbox errormsg {
	font-size: 1.2em;	
	font-family: GothamBold, Arial, Helvetica, sans-serif;		
	color: #fb4437;
	margin-top: 20px;
	text-align:center;
	}

#loginbox errormsg {
	display: none;
	padding: 10px 10px 10px 10px;
	margin-bottom: -60px;
}

#loginbox input[type="submit"] {
	 width: 171px;
	 margin-top: 5px;
	 font-size: 1.1em; 
}

#msgbox {
    position:fixed;
    left: 0;
    right: 0;
    margin-left:auto;
    margin-right:auto;
	top: 200px;
	width:620px;
	height:288px;
	display: none;
	background-image:url('../newskin_images/msgwindow.png');
	background-repeat: no-repeat;
	font-size: 0.6em;
	color: #666;
	cursor: pointer;
	}
	
#msgboxtext {
	font-size: 2em;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;	
	color: #fb4437;
	margin-top: 150px;
	text-align:center;	
}

#dialog-form {
    position:fixed;
    left: 0;
    right: 0;
    top: 10px;
    margin-left:auto;
    margin-right:auto;
	width:820px;
	border: 1px solid #ccc;
	display: none;
	background-color: white;
	z-index: 1001;	
}