/*
 * $Id: dialogLogin.css 33621 2010-04-08 11:06:22Z iargent $
 */

/*	STYLES FOR > page: POPUP*/
#loginDialog {display:none;}
#loginDialog, .popupStyles {
	width:350px;
	background-color:#FFF;
	padding:0px;
	top:250px;
	border:none;
    margin-left:-175px;
}
.popup-container {
	margin: 0 auto; /* centers popup-container in page */
	width: 350px !important; /* change to desired popup-container width */
	width /**/: 350px; /* for IE 5.5 */
	padding: 2px 0 0 0;
	text-align: left;
	font-size: 1.2em;
	background: #fff ;
	z-index:999;
}
.content {
	margin:15px;
	border:1px solid #cfd2d7;
}
.popup-container .header {
	padding: 15px 10px 8px 25px;	
	background: #fff ;
	overflow: hidden;
	_height: 1%;
}
.popup-container .header h2 {
	float: left;
	font-size: 1.333em;
}
.popup-container .header .close {
	float: right;
	width: 115px;
	text-align: right;
	font-size: .916em;
	line-height: 1.333em;
}
.popup-container .header .close a {
	padding: 0 16px 1px 0;	
}
.popup-container h3 {
	margin-bottom: 10px;
}
.popup-container fieldset ol {
	list-style: none;
	margin: 0;
	padding: 5px 0 0px 15px;
	overflow: hidden;
	_height: 1%;
}
.popup-container fieldset ol li {
	padding: 0 0 0px 0;
	overflow: hidden;
	_height: 1%;
	clear: both;
}
.popup-container fieldset ol label {
	float: left;
	width: 125px;
	padding: .25em 10px 1px 0;
	text-align: right;
}
.popup-container fieldset ol input {
	width:170px;
}
::root .popup-container fieldset ol input.input_text {
	width: 250px !important; /* for safari */
}
.popup-container fieldset ol li.button {
	float: left;
	width: 109px;
	margin: 10px 0 20px 185px;
	_margin: 10px 0 20px 94px;
	padding: 0;
}
#TB_ajaxContent .popup-container p {
	font-size: .916em;
	float: none;
	width: auto;
	margin: 0;
	padding: 10px 20px 10px;
	text-align: left;
}
.loginError {
	background:#FECFD2;
	border:2px solid #CC0000;
}
.messages {
	margin:5px;
	text-align:center;
}
.loginElement {
	text-align:right;
}
.lostPasswordLink {padding-right:20px;}
a.lostPasswordLink {float:right; margin: 0 -15px 15px 0;text-transform:capitalize;}

fieldset{border:none;}
.close.jqmClose a{
	font-size:12px;
	color:gray;
}
a.lostPasswordLink{
	font-size:12px;
	color:gray
}
#loginDialogLogin p, #loginDialogLostPassword p{
color:#007229;font-weight:bold;}

.error{color:red;}

