/* Login.aspx & RememberPassword.aspx */
.mainLoginPanel
{
    clear: both;
}
.loginPane
{
	padding-left: 100px;
	width: 293px;
	float: left;
	/*margin-bottom: 10px;*/
}

.loginPane .containerPanel .containerForm
{
	padding: 11px;
}

.remember
{
	padding: 10px !important;
}

.remember div
{
	padding: 2px 0;
}

h3, .loginTitle
{
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    padding-top: 15px;
}

.loginTitle
{
	font-family: Arial;
	color: #001f5b;
	text-align: left;
	padding-bottom: 10px;
	margin: 0px;
}

.loginLabel
{
	color: #747679;
	font-weight: bold;
	font-size: 12px;
}

.loginTextBox
{
	width: 260px;
	font-family: Arial;
	border: 1px solid #bbb;
}

.loginBottom
{
	background: url(./image/frame_bottom.jpg) no-repeat 0 100%;
	padding: 0px 10px 19px 10px;
}

.loginBottom .link
{
	padding-right: 20px;
	background: #fff url(./image/arrow_pic.jpg) no-repeat right;
	color: #909090;
	font-size: 8pt;
}

.loginInfoPane
{
	margin-left: 410px;
	padding-top: 10px; 
}

.loginInfoPane h3
{
	padding-left: 0;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.multipage
{
	background: url(./image/decor.jpg) repeat-x top;
}

.containerPanel
{
	background: #fff url(./image/frame_center.jpg) repeat-y top;
}
.containerForm
{
	background-image: url(./image/frame_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	margin: 0px;
}
.containerForm div
{
	padding-left: 4px;
}
.containerForm P
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.buttonLog
{
	cursor: pointer;
	margin: 0px 3px 0px 0px;
	border: 0px;
	padding: 2px 5px 2px 5px;
	background: #cecece url(./image/search_btn.jpg) repeat-x top;
	color: #001f5b !important;
	font-weight: bold;
}
.button
{
    border: solid 1px #babcbe;
    background: #cecece url(./image/search_btn.jpg) repeat-x top;
    margin: 0px 5px 0px 0px;
    padding: 2px 5px 0px 5px;
    height: 17px;
    color: #001f5b !important;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none !important;
    display: -moz-box;
    display: inline-block;
    width: auto;
}

.customValidation
{
    margin: 0px 5px 0px 0px;
    color: #960f0f;
}

.rememberValidator
{
	position:absolute;
	margin-top: 5px;
}

.validationErrorList
{
    margin: 0px 5px 0px 0px;
}
.validationErrorList ul li, .validationError
{
    margin: 0px;
    list-style: none;
    padding: 2px 0px 2px 17px;
    background: url(./image/validator.gif) no-repeat left;
    color: #960f0f;
}

.passwdSent
{
    color: #090;
    text-align: left;
    display: block;
    padding-top: 5px;
}

/* Welcome panel */
.wPanel
{
    /*padding-left: 100px;*/
	width: 293px;
	float: left;
	margin-bottom: 10px;
}
.wPanelTop
{
	/*background-image: url(./image/frame_top.jpg);
	background-repeat: no-repeat;*/
	background: #fff url(./image/frame_top.jpg) no-repeat 0px 0px;
	padding-top: 10px;
	/*margin: 0px;*/
}
.wPanelCenter
{
	background: #fff url(./image/frame_center.jpg) repeat-y 0px 0px;
	padding: 0 40px 0 16px;
}
.padding-right-18{
    padding-right: 18px;
}

.wPanelCenter .link
{
	padding-right: 20px;
	background: #fff url(./image/arrow_pic.jpg) no-repeat right;
	color: #909090;
	/*font-size: 8pt;*/
}
.wPanelBottom
{
	background: #fff url(./image/frame_bottom.jpg) no-repeat 0px 100%;
	padding: 0px 10px 19px 10px;
	margin-bottom: 10px;
}
.wInfoPanel
{
    /* float: left; */
	margin-left: 410px;
	padding-top: 10px;     
}
.wInfoPanel h3
{
	padding-left: 0;
}
/*.login_rvf
{    
    padding-top:4px;
    height: 13px;
}*/
.flash_error
{
}

.fLeft
{
    float: left;
}
.clear
{
    clear:both;
}

