body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-color: blue;*/
	
	/*position: absolute;
   	width: 1024px;
   	height: 812px;*/
}
.authPanelContainer{
	
	top: 200px;
	width: 550px;
	height: 109px;
}
.loginPanel, .secretQuestionPanel {
	height: 150px;
	vertical-align: top;
}

.rich-panel-body{
	padding-bottom: 140px;
	}

.awayPanel {
	height: 120px;
	vertical-align: top;
}
.logoutPanel {
	height: 70px;
}
.secretQuestionPanel {
	width: 400px;
}
.forgotPasswordPanel {
	height: 150px;
	vertical-align: top;
	padding-bottom: 10px;
}
.panelHeader {
	text-align: left;
}
.forgotPassword {
	text-align: left;
	padding-top: 5px;
	width: 100%;
}
.backToHome {
	text-align: left;
	padding-top: 5px;
	width: 100%;
}
.authenticationErrors {
	color: red;
}


.common_1column_container {
	float: left;
	width: 250px;
	
	position: relative;
}

.common_2column_container {
	float: left;
	width: 560px;
	height: 109px;
	position: relative;
	/*background-color: yellow;*/
	background-image: url("../images/panelNew.png");
	background-repeat: no-repeat;
}
.common_lables_left {
	width: 120px;
	height: 13px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	position: relative;
	text-align: right;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 9px;
	padding-left: 0px;
	overflow: hidden;
	line-height:25px;
}
.common_lables_right {
	width: 120px;
	height: 13px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	position: relative;
	text-align: left;
	padding-left: 6px;
	padding-bottom: 10px;
	overflow: hidden;
	line-height:25px;
}
.common_values_right {
	width: 160px;
	height: 18px;
	float: left;
	position: relative;
	text-align: left;
	padding-left: 6px;
	padding-bottom: 10px;
	overflow: hidden;
}

.common_values_center {
	width: 250px;
	height: 36px;
	float: left;
	position: relative;
	text-align: left;
	padding-left: 6px;
	padding-bottom: 10px;
	overflow: hidden;
}

.forgot_password_values_right {
	width: 220px;
	height: 18px;
	float: left;
	position: relative;
	text-align: left;
	padding-left: 6px;
	padding-top: 9px;
	overflow: hidden;
}
.textField {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #444444;
	border: solid #c7c7c7 1px;
	height: 26px;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-left: -5px;
	border: 1px solid none;
}
.labelField {
	width: 152px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	height: 18px;
	margin-top: 100px;
	padding-left: 3px;
}
.selectField {
	width: 158px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	border: solid #c7c7c7 1px;
	height: 20px;
	background-color: #FFFFFF;
}
.button {
	margin-top: 8px;
	margin-left: -33px;
	overflow: visible;
	text-align: center;
		background: url("../../images/media/btn_enabled.png") top right repeat-x;
	color: #f3f3f3;
	border: solid #cc6600 0px;
	font-family: verdana;
	 font-size: 20px;
	width:155px;
	height:41px;
	border: solid 1px none;
}
.linkStyle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a.linkstyle:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.loginStatusPanel {
	position: absolute; 
	left: 10px; 
	top: 10px;
}
.loginStatusPanelImage {
	vertical-align: middle;
}
.loginStatusText {
	font-size: 8pt; 
	padding-left: 5px; 
	vertical-align: middle;
}
.loginLanguage {
	height: 20px; 
	position: absolute; 
	bottom: 0px; 
	right: 10px; 
	vertical-align: middle;
}
.logoutThankYouPanel {
	height: 150px; 
	left: 33%; 
  position: relative; 
	top: 100px;
  vertical-align: middle; 
  width: 300px; 
}
.logoutThankHeader {
  text-align: center;
}
.logoutThankYouToLogin {
  cursor: pointer;
  float: left;
}
.logoutThankYouCloseWindow {
  cursor: pointer;
  float: right;
}
.loginStatusPanel {
	bottom: 0px;
	height: 35px;
	left: -10px;
	position: absolute;
	top: 118px;
	width: 35px;
}
#exBox_ok{
	color:red;
}