@charset "utf-8";



/*---------------------------------------

	LEAN MODAL

-----------------------------------------*/

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.box-head{
	font-size:28px;
	color: #333333;
	font-weight:500;
	text-align:center;
	text-shadow:#050505 1px 1px 3px;
filter:dropshadow(color=#050505, offX=1px, offY=1px);
	margin: 30px 10px 73px 10px ;
	}
a.button_login{
	cursor: pointer;
	color: #ffffff;
	text-decoration:none;
	line-height: 18px;
	font-family: MyriadProLightBold;
	font-size: 16px;
	font-weight: 500;
	background:  url('../image/login.png') top left no-repeat  ;
	/*-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;behavior: url(PIE.htc);
	-webkit-box-shadow: 0px 2px 2px #0D2E32;
	-moz-box-shadow: 0px 2px 2px #0D2E32;
	box-shadow: 0px 2px 2px #0D2E32;*/
	padding: 8px 0px 8px 12px;
}
a.button_login span {
	background: url('../image/login_h.png') top right no-repeat;
	padding: 8px 12px 8px 0px;
}
a.button_login:hover{
	
}

#cloker{
	 width:31px;
	  height:31px;
	   cursor:pointer;
	   background:url(../image/closeses.png);
	   float:right;
	   margin-top:-42px;
	   margin-right:-12px;
}
/*---------------------------------------

	EXAMPLES

-----------------------------------------*/

        #signup {

     width: 357px;
	 height: 410px;
     padding: 0px 0px 10px 0px;
	 

    display:none;
    background:  url(../image/login_bg.png) no-repeat;
       
}
input.logout{
	width:63%;
	border: none;
	background: none;
	color: #656565;
	font-size: 18px;
margin-left: 62px;
margin-right: 0px;
margin-bottom: 27px;
	
}

        #test {
    width: 600px;
	padding: 30px; 
    display:none;


    background: #FFF;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
       
}

#test p { color: #666; text-shadow: none; }

#signup-header { background: url(img/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

#signup-header  h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#signup-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

#signup .txt-fld { position: relative; width: 364px; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
#signup .btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }

#signup .txt-fld label { display: block; float: left; width: 90px; padding-top: 8px; color: #222; font-size: 1.3em; text-align: left;  }
#signup .txt-fld input { width: 244px; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
#signup .txt-fld input.good_input { background: #DEF5E1 url(img/good.png) 236px center no-repeat; }
#signup .txt-fld input.error_input { background: #FDE0E0; }



