@charset "utf-8";
/* CSS Document */

.ritCMS_LoginPanelFrame {
	width: 100%;
	height: 100%;
	border: 0px solid #666666;
	text-align:center;
}


.ritCMS_LoginPanel {
	min-height:100px;
	width: 310px;
	border: 1px solid #666666;
	background-color:#fff;
	margin-top: 130px;
}

.ritCMS_LoginPanel_Header {
	height: 35px;
	background-image:url(/images/iconGUI/loginPanel/loginPanel_Head_BG.jpg);
	background-repeat:repeat-x;
	border: 1px solid #cfcfcf;
	border-bottom: 0px;
}
.ritCMS_LoginPanel_Body {
	min-height:134px;
	height:130px;
	border: 0px solid #FF0000;
	background-image:url(/images/iconGUI/loginPanel/loginPanel_BG.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	z-index:333;
}
.ritCMS_LoginPanel_Footer {
	height: 49px;
	background-image:url(/images/iconGUI/loginPanel/loginPanel_Footer_BG.jpg);
	background-repeat:repeat-x;
	border: 1px solid #cfcfcf;
	border-top: 0px;
}
.ritCMS_LoginPanel_Footer_Inner {
	height: 48px;
	background-image:url(/images/iconGUI/loginPanel/loginPanel_Footer_R.jpg);
	background-position:right;
	background-repeat:no-repeat;
	border-top: 0px;
}
.ritCMS_LoginPanel_Footer_R {
	height: 32px;
	float:right;
	margin-top:12px;
}
.ritCMS_LoginPanel_Footer_L {
	height: 32px;
	float:left;
	margin-left: 3px;
	margin-top:12px;
}




.loginPanel_User {
	margin-top: 10px;
}

.loginPanel_Pass {
	margin-top: 5px;

}
.loginPanel_InputField {
	width: 190px;
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.ritCMS_LoginPanel_loadFrame {
	margin-top:30px;
}
#login_loadElement {
	margin-bottom:20px;
}
#login_loadTxt {
	min-height: 50px;
	width: 310px;
	border: 1px dotted #666666;
	background-color:#E8E8E8;
	color:#333333;
}

