/*body { background:white; font: 12px/1.7em arial, sans-serif; margin: 75px; }*/

#login {
	
	/*position: absolute;
	float:left; */
	margin:0 auto;
	border: 0px solid black;
	
	/*
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	
	background: white;
	
	-moz-box-shadow: 0 0 1px #ccd, 0 1px 2px rgba(0, 0, 0, .5) inset;
	-webkit-box-shadow: 0 0 3px #ccd, 0 1px 2px rgba(0, 0, 0, .5) inset;
	box-shadow: 0 0 3px #ccd, 0 1px 2px rgba(0, 0, 0, .5) inset;
    	*/
}

#login_panel
{
	background: white;
	width: 255px;
	height:300px;
	overflow: hidden;
}


#reg_panel
{
	background: url(../../../images/chef-panel-lady.png) no-repeat center center;
	width: 335px;
	background-size:250px 370px;
	borders-right: 1px solid #CCC;
	overflow: hidden;
	text-align: middle;
	float:left;
	vertical-align: center;
}


#login_panel .login_fields { padding: 22px 15px 15px; }
	input { width: 200px; }
#login .login_act{ background: #ccd; width: auto; padding: 12px 15px;}
#login .login_actions { background: #vvv; width: auto; padding: 12px 15px;}