/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {font-family:Arial;}
a {font-family:Arial;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.forgotPass{
	color: #39add1;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: 15px;
}
body {background:#ffffff;}

.container.footer{margin:0 auto;width:1024px;position:relative;}
/* .container {width:370px;margin : 0 auto;position:relative;} */
.container {
	position: relative;
	width: 100%;
}
#login-wrapper {
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}

	/* #login-wrapper {padding: 30px 0 35px 80px;} */

		#login-bg{padding:30px 25px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;background:url(../images/header/login-bg.png) repeat-x;width: 315px;height: 260px;margin: 20px auto 0;border:1px solid #d1d1d1;}
			#warnmsg {color:#626262;font-weight:bold;font-size:13px;font-family:'Tahoma, Geneva, sans-serif','MyriadProRegular';}
			#title {color:#004191;font-weight:bold;font-family:'Tahoma','MyriadProRegular';font-size:20px;}
			p.label {margin: 0 10px 25px 0;float: left;font-size: 0px;width: 81px;height: 40px;}
				p.label.username {background:url(../images/header/username.png) no-repeat 0 0;}
				p.label.password {background:url(../images/header/password.png) no-repeat 0 0;}
			#login-form input[type="text"] {margin: 5px 0 0px 0;outline:none;transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px; border:1px solid rgba(0,0,0, 0.2);height:20px; width:215px;padding:5px 10px; color:#000000; font-weight:bold; font-size:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
			#login-form select[type="text"] {outline:none;transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px; border:1px solid rgba(0,0,0, 0.2);height:28px; width:213px;padding:5px 10px; color:#000000; font-weight:bold; font-size:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
			#login-form input[type="text"]:focus{box-shadow: 0 0 5px rgba(0, 0, 255, 1);-webkit-box-shadow: 0 0 5px rgba(0,120, 255, 0.8);-moz-box-shadow: 0 0 5px rgba(0, 120, 255, 0);border:1px solid rgba(0,120,255, 0.8); height:25px; width:215px;}
			
			
			#login-form input[type="password"] {margin: 15px 0 0px 0;outline:none;transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px; border:1px solid rgba(0,0,0, 0.2);height:20px; width:215px;padding:5px 10px; color:#000000; font-weight:bold; font-size:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
			#login-form select[type="password"] {outline:none;transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px; border:1px solid rgba(0,0,0, 0.2);height:28px; width:213px;padding:5px 10px; color:#000000; font-weight:bold; font-size:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
			#login-form input[type="password"]:focus{box-shadow: 0 0 5px rgba(0, 0, 255, 1);-webkit-box-shadow: 0 0 5px rgba(0,120, 255, 0.8);-moz-box-shadow: 0 0 5px rgba(0, 120, 255, 0);border:1px solid rgba(0,120,255, 0.8); height:25px; width:215px;}
			
			/*#login-form input[type="password"] {margin: 25px 0 0px 0;background:#ffffff;color:#a4a4a4;font-size:15px;font-family:'SEGOEUIL','MyriadProRegular';border-radius: 3px;border: 1px solid #e4e4e4;padding: 10px 8px 9px;width: 215px;}*/
			a.forgot-pass {color:#626262;font-size:15px;font-family:'SEGOEUIL','MyriadProRegular';width:182px;height:40px;text-decoration:none;background:url(../images/header/forgot-pass-bg.png) no-repeat 0 0;display: block;float: left;line-height: 38px;text-align: center;}	
			a.forgot-pass:hover{background:url(../images/header/forgot-pass-bg-h.png) no-repeat 0 0;color:#ffffff;}	
			/*#login-form button {margin:20px 0 0 2px; background:transparent url(../images/login_submit.png) no-repeat top; height:36px; width:207px; border:0; cursor:pointer;}*/
			
			#formForgot input[type="text"] {margin: 5px 0 0px 0;outline:none;transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px; border:1px solid rgba(0,0,0, 0.2);height:20px; width:215px;padding:5px 10px; color:#000000; font-weight:bold; font-size:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
			#formForgot select[type="text"] {outline:none;transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px; border:1px solid rgba(0,0,0, 0.2);height:28px; width:213px;padding:5px 10px; color:#000000; font-weight:bold; font-size:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
			#formForgot input[type="text"]:focus{box-shadow: 0 0 5px rgba(0, 0, 255, 1);-webkit-box-shadow: 0 0 5px rgba(0,120, 255, 0.8);-moz-box-shadow: 0 0 5px rgba(0, 120, 255, 0);border:1px solid rgba(0,120,255, 0.8); height:25px; width:215px;}

.login_submit{
	text-align: center
}

.login_btn{
	margin-top: 10px;
	font-size: 16px;
    height: 35px;
    width: 237px;
    font-family: 'Tahoma','MyriadProRegular';
    font-weight: bolder;
    color: white;
	background: #1572a2;
    border-color: #1572a2;
    box-shadow: none;
	border-radius: 3px;
	cursor: pointer;
}

.login_btn:hover{
	background: white;
    border-color: #1572a2;
    color: #1572a2;
}

/* .login_submit input{ margin:20px 0 0 2px; background:transparent url(../images/login_submit.png) no-repeat top; height:38px; width:235px; border:0; cursor:pointer;}
.login_submit input:hover{ background:transparent url(../images/login_submit.png) no-repeat bottom; height:38px; width:235px; border:0;} 
.login_submit button{ margin:20px 0 0 2px; background:transparent url(../images/login_submit.png) no-repeat top; height:38px; width:235px; border:0; cursor:pointer;}
.login_submit button:hover{ background:transparent url(../images/login_submit.png) no-repeat bottom; height:38px; width:235px; border:0;}

.login_proceed input{ margin:20px 0 0 2px; background:transparent url(../images/login_proceed.png) no-repeat top; height:38px; width:235px; border:0; cursor:pointer;}
.login_proceed input:hover{ background:transparent url(../images/login_proceed.png) no-repeat bottom; height:38px; width:235px; border:0;} 
.login_proceed button{ margin:20px 0 0 2px; background:transparent url(../images/login_proceed.png) no-repeat top; height:38px; width:235px; border:0; cursor:pointer;}
.login_proceed button:hover{ background:transparent url(../images/login_proceed.png) no-repeat bottom; height:38px; width:235px; border:0;}

.login_skip input{ margin:20px 0 0 2px; background:transparent url(../images/login_skip.png) no-repeat top; height:38px; width:235px; border:0; cursor:pointer;}
.login_skip input:hover{ background:transparent url(../images/login_skip.png) no-repeat bottom; height:38px; width:235px; border:0;} 
.login_skip button{ margin:20px 0 0 2px; background:transparent url(../images/login_skip.png) no-repeat top; height:38px; width:235px; border:0; cursor:pointer;}
.login_skip button:hover{ background:transparent url(../images/login_skip.png) no-repeat bottom; height:38px; width:235px; border:0;}

.login_back input{ margin:20px 0 0 2px; background:transparent url(../images/login_back.png) no-repeat top; height:38px; width:235px; border:0; cursor:pointer;}
.login_back input:hover{ background:transparent url(../images/login_back.png) no-repeat bottom; height:38px; width:235px; border:0;} 
.login_back button{ margin:20px 0 0 2px; background:transparent url(../images/login_back.png) no-repeat top; height:38px; width:235px; border:0; cursor:pointer;}
.login_back button:hover{ background:transparent url(../images/login_back.png) no-repeat bottom; height:38px; width:235px; border:0;} */
			
/*
#footer	{background:#B1D1E9;height:75px; }
		.footer-content{padding: 20px 0 0;}
		.footer-text {margin:0px  0px auto;}
			#footer p{color:#00000;font-size:13px;font-family:'SEGOEUIL','MyriadProRegular'; }
*/
			
/*=======================FOOTER========================*/			
/* url(../images/footer_bg_wide1.png) */
	/* div#footer{ clear:both; min-height:100px; background:#8dc7ff  repeat-x; border:1px solid transparent;} */
div#footer{ display: none;}
/* ransparent url(../images/footer_bg1.png) no-repeat top center; */
		.footer-bg{height:100px; background:#8dc7ff; border:1px solid transparent;}

		.footer-container{ width:1000px; margin:0 auto; color:#000; text-transform:uppercase;}

		.footer-container .copyright{ color:#000; font-size:10px; margin:0; text-align:center; line-height:15px; margin-top:30px;}

		.footer-container .copyright span{ color:#000; font-size:11px; margin:0; text-align:center; font-weight:bold; display:block;}
	
				
			
			
			
			
			