﻿/* *******************************
	Modal Login Dialog 
   ***************************** */
   
#divAjaxLogin {
    position: fixed;
    top: 25%;
    left: 40%;
    display: none;
    width: 300px;
	background: #F1F1F1;
    z-index: 5000;    
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-bottom: 1px solid #666;    
}


.ie6 #divAjaxLogin { 
    position: absolute;
}

#divAjaxLoginx span {
	color: #F00;
}

div.mlbox {
} 
 
   
div.mlboxtop {
	background: url(../images/backgrounds/hdr_type1_R.png) no-repeat right top;
	border-bottom: 1px solid #666;
} 

div.mlboxtop h3 {
	display: block;
	height: 20px;
	text-align: center;
	line-height: 22px;
	color: #333;
	font-weight: bold;
	background:url(../images/backgrounds/hdr_type1_L.png) no-repeat left top;
	margin: 0;
}
/* for directive login popup - not used
.loginPopup #divAjaxLogin {
    ____display: block;
    -moz-box-shadow: 5px 5px 5px #999;
    -webkit-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
    z-index: 10002;
}
*/

div.mlboxbody {
	background-color: #F1F1F1;
	border-left: 1px solid #CCC;
	border-right: 1px solid #666;
	padding-bottom: 10px;
	overflow: hidden;
}

div.mlboxfoot {
	background:url(../images/backgrounds/bg_secure.png) no-repeat left bottom;
	border-left: 1px solid #CCC;
	border-right: 1px solid #666;
	border-top: 1px solid #999;
	height: 20px;
}

.ie6 div.mlboxfoot {
    margin: 0 1px; 
}

div.mlboxfoot p {
	color: #666;
	text-align: left;
	font-size: 85%;
	line-height: 22px;
	padding-left: 25px;
	margin: 0;
}

.ie6 div.mlboxfoot p {
    line-height: 20px; 
}


/* *******************************
	simple form box
   ***************************** */
   
.mlsimpleForm {
	margin: 0 10px;
	padding-top: 10px;
}

.hfive .mlsimpleForm div.messages 
{
	border-bottom: 1px solid #CCC;
	font-size: 92%;
	margin-bottom: 10px;
	padding: 3px 0;
}

.hfive .mlsimpleForm div.messages p.error {
    margin: 0px;
    padding: 0px;
}

.mlsimpleForm div.action {
	font-size: 92%;
	padding: 5px 0; 
	text-align: center;
	clear: left;
	xborder-bottom: 1px solid #CCC;
 }

.mlsimpleForm label, .mlsimpleForm input.text {
	display: block;
	float: left;
	margin-bottom: 15px;
	xwidth: 150px;
	font-size: 92%;
}

.mlsimpleForm input.text {
	border: 1px solid #cccccc;
	width: 180px;
}

.mlsimpleForm input.niceButton {
	clear: left;
	float: none;
	margin: 5px;
}

.mlsimpleForm label {
	padding-right: 5px;
	text-align: right;
	width: 100px;
}

.mlsimpleForm br {
	clear: left;
}	
