
/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
/* #Site Styles
================================================== */



		
/* #Basic Styles
================================================== */
body { 
		
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444; 
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: none;
 }
	
			
/* #Forms
================================================== */

	form { 
		margin-bottom: 20px; }
	fieldset { 
		margin-bottom: 20px; }
	.form-bg input[type="text"], 
	.form-bg input[type="password"],
	.form-bg input[type="email"],
	.form-bg textarea, 
	.form-bg select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	.form-bg select { 
		padding: 0; }
	.form-bg input[type="text"]:focus,
	.form-bg input[type="password"]:focus,
	.form-bg input[type="email"]:focus, 
	.form-bg textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	.form-bg textarea {
		min-height: 60px; }
	.form-bg label { 
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	.form-bg select { 
		width: 220px; }
	.form-bg input[type="checkbox"] {
		display: inline; }
	.form-bg label span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
	.form-bg p{	padding: 5px;}
		
/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.add-bottom { margin-bottom: 20px !important; }

	


/* #Page Styles
================================================== */
	.notice {
		width: 100%;
		background: #fff;
		border-bottom: 4px solid #eaeff3;
		color: #e34848;
		position: fixed;
		top: 0;
		font-size: 14px;
		font-weight: bold;
		height: 45px;
		-moz-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
		box-shadow:0px 0px 3px 1px rgba(0,0,0,0.3);
	}
	
	.notice p.warn {
		text-align: center;
		line-height: 45px;
	}
	
	.notice a.close {
		width: 9px;
		height: 9px;
		float: right;
		background: url(/Manager/images/login/close.png) no-repeat top left;
		text-indent: -9999px;
		margin-right: 15px;
		margin-top: 20px;
	}
	
	.notice a.close:hover {
		background: url(/Manager/images/login/close-hover.png) no-repeat top left;		
	}
	
	.form-bg {
		width: 370px;
		height: 248px;
		-moz-border-radius:9px;
		-webkit-border-radius:9px;
		border-radius:9px;
		margin: 10% auto ;
		background: url(/Manager/images/login/form-bg.png) top left;
		padding: 8px 0 0 8px; 
		}
	
	.form-bg form {
		width: 360px;
		height: 239px;
		background: #fff url(/Manager/images/login/bg_form.jpg) repeat-x top left;		
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
		-moz-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
		-webkit-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
		box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
	}
	
	.form-bg form h2 {
		font-size: 14px;
		font-weight: bold;
		color: #555555;
		font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-shadow: 0 1px 0 #fff;
		<!--[if lte IE 9]>filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=1, Color=#fff);<![endif]-->
		filter: dropshadow(color=#fff, offx=0, offy=1);

		
		line-height: 45px;
		margin-bottom: 24px;
		margin-left:25px;
	}
	
	.form-bg  input[type="text"], .form-bg  input[type="password"]{
		box-shadow: 0px 0px 0px 4px #f2f5f7;
		width: 290px;
		height: 33px;

		padding: 0 10px 0 10px;
		margin: 0 auto;
		color: #aeaeae;
		border: 1px solid #bec2c4;
	}
	
	.form-bg  input[type="text"]:focus,.form-bg  input[type="password"]:focus{
		box-shadow: 0px 0px 0px 4px #e0f1fc;
		border:1px solid #7dc6dd;
	}
	
	.form-bg  input[type="checkbox"] {
		vertical-align: middle;
	}
	

	button[type='submit']{
		
		/* Submit button */

		margin: 0 0 0 54px;
		opacity:0.9;
		/*position:absolute;
		top:262px;
		left:25px;*/
		width: 239px;
		height:36px;
		cursor:pointer;
		border-radius:6px;
		box-shadow:0 1px 1px #888;
		border:none;
		color:#fff;
		font-size:14px;
		/* IE9 */ 
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50667F', endColorstr='#6A819B');

		/* CSS3 Gradients */
		background-image: linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
		background-image: -o-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(80,102,127) 50%, rgb(87,109,136) 50%, rgb(106,129,155) 100%);
		
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.5, rgb(80,102,127)),
			color-stop(0.5, rgb(87,109,136)),
			color-stop(1, rgb(106,129,155))
		);

	}
	
	
	label {
		display: inline;
		/*margin-left: 35px;*/
		vertical-align: middle;
	}
	
	label span {
		color: 555555;
		font-size: 12px;
	}
	
	p.forgot {
		text-align: center;
		margin-top: 10px;
		margin-left:-55px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	}
	
	p.forgot a {
		color: #cbebf6;
		text-decoration: none;
		transition: color 0.5s linear;
		-moz-transition: color 0.5s linear;
		-webkit-transition: color 0.5s linear;
		-o-transition: color 0.5s linear;
	}

	p.forgot a:hover {
		color: #65c4e5;
	}

	

/* #Media Queries
================================================== */
	
	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 991px) {}
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {}
	
	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}
	
	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}
	
	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}
	

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file 
		Just create a "fonts" folder at the root, 
		copy your FontName into code below and remove
		comment brackets */
		
/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

.manager_top{width: 550px;
margin: 0 auto;
color: #fff;
text-align: center; margin-top:30px;}


#header {width:100%; height:140px;}
.tnbLogo {background:url(/images/manager/top/logoBg.png); height:50px; }
.tnbLogo ul {width:1200px; margin:0px auto;}
.logoText {float:left; width:30%; font-size:20px; font-weight:bold; line-height:50px;}
.logoPre {float:right; line-height:50px;}

.tnbMenu {background:url(/images/manager/top/tnb_bg.png); height:90px;}
.menuWarp {width:1240px; margin:0px auto; }
.tnbLogin {float:left; background:url(/images/manager/top/tnbLeft_box.png) no-repeat; width:272px; height:90px;}
.tLt1 {margin-left:21px; width:230px; text-align:center; line-height:45px; color:#fff; font-size:11px; border-bottom:1px solid #7f2323;}
.tLt2 span {display:block; float:left; width:45%; text-align:center; line-height:45px;margin-top:10px;}
.tLt2 span a { color:#fff; font-size:11px;}
.icon1 {margin-left:5px;}
.Menu {float:right; width:944px;  margin:50px 20px 0 0px;}
.Menu li {float:left; background:#f9f9f9; height:40px; width:134px; text-align:center; border-right:1px solid #ccc; background:url(/images/manager/top/menuHoverBg.png) no-repeat; }
.Menu li:hover, .Menu li.active { background:#fff; color:#f00;}
.Menu li:last-child {border-right:none;}
.Menu li a {line-height:40px; color:#333; font-size:14px; font-weight:bold; color:#ff0;}
.Menu li:hover a {color:#f00;}
.Menu li.active a {color:#f00;}


.copyright{width: 550px;
				margin: 0 auto;
				color: #fff;
				text-align: center; margin-top:30px;}

.copyright span a{color: #fff;}

