#container_body {
	font-family:verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#636363;
	text-align:left;
}

#container_body .input_field {
	border-style:none;
	border-width:0px;
	border-bottom-style:solid;
	border-bottom-color:#d0d0d0;
	border-bottom-width:1px;
	width:inherit;
	margin-left:10px;
	padding-top:5px;
}

.error_message {
	font-family:verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:red;
	text-align:left;
}

/*
	the login panel
*/
	
	/* Apply the border to the right side */
	#panel_login.yui-panel {
		border:none;
		overflow:visible;
	}

	/* Style the close icon */
	#panel_login.yui-panel .container-close {
		position:absolute;
		top:5px;
		right:8px;
		height:21px;
		width:21px;
		background:url(../images/site/cross.png) no-repeat;
	}

	/* Style the header with its associated corners */
	#panel_login.yui-panel .hd {
		padding:0;
		padding-left:0px;
		padding-right:0px;
		border:none;
		background:url(../images/site/login_top.png) no-repeat center;
		color:#FFF;
		height:50px;
		width:263px;
		text-align:left;
		vertical-align:middle;
		overflow:visible;
	}

	/* Style the body with the left border */
	#panel_login.yui-panel .bd_login {
		overflow:hidden;
		padding-left:8px;
		padding-right:8px;
		height:486px;
		width:245px;
		border-left:1px solid #dbcfcf;
		border-right:1px solid #dbcfcf;
		background-color:#FFF;
	}

	/* Style the footer with the bottom corner images */
	#panel_login.yui-panel .ft {
		background:url(../images/site/login_bottom.png) no-repeat;
		height:15px;
		width:263px;
		padding:0px 10px;
		border:none;
	}

	/* Skin custom elements */
	#panel_login.yui-panel .hd span {
		line-height:30px;
		vertical-align:middle;
		font-weight:bold;
	}

