/* ------- This is the CSS Reset ------- */

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, 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;
}
/* ------- Remove Chrome's border around active fields ------- */

*:focus {
	outline: none;
}
/* ------- Disable background and border for input fields ------- */

input {
	background: transparent;
	border: 0;
}
/* --------------------------------------------------------------- */

/* ------- Body ------- */

body {
	background: #eeeeee url(../images/login/bg.jpg) top left repeat;
	font-family:Verdana;
}
/* ------- Container ------- */

#container {
	margin: auto;
	width: 524px;
	height: 262px;
	text-align: left;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}
.goBack {
	font-size: 13px;
}
.welcome_heading{
	font-size:25px;
	text-align:center;
	font-weight:bold;
	color:#464646;
	padding:70px 0px 50px 0px;
	text-shadow: white 0em 0em 4em;	
}
/* ------- Login Form ------- */

form, .welcome {
	background: url(../images/login/form-bg.png) top left no-repeat;
	width: 524px;
	height: 262px;
	padding-top: 1px;
}
.login, .welcome-user {
	width: 470px;
	float: left;
	margin-top: 33px;
	margin-left: 40px;
	font-size: 20px;
}
.username-text {
	width: 190px;
	height: 25px;
	float: left;
	font-size: 14px;
	margin-top: 50px;
	margin-left: 30px;
}
.password-text {
	width: 290px;
	height: 25px;
	float: left;
	font-size: 14px;
	margin-top: 50px;
	margin-left: 10px;
}
.welcome-text {
	width: 360px;
	float: left;
	margin-top: 50px;
	margin-left: 40px;
	line-height: 16px;
}
.username-field {
	/*width: 168px;
	height: 38px;
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	background: #fff;
	border-radius: 5px;
	background: url(../images/login/username-field.png) center left no-repeat;*/
}
/*.username-field:hover {
	background: url(../images/login/username-field-hover.png) center left no-repeat;
}*/
.password-field {
	/*width: 168px;
	height: 38px;
	float: left;
	margin-top: 10px;
	margin-left: 22px;
	background: #fff;
	border-radius: 5px;
	background: url(../images/login/password-field.png) center left no-repeat;*/
}
/*.password-field:hover {
	background: url(../images/login/password-field-hover.png) center left no-repeat;
}*/
input[type="text"], input[type="password"] {
	float: left;
	width: 160px;
	height: 25px;
	margin-top: 10px;
	margin-left: 10px;
	font-family: verdana;
	font-size: 14px;
	color: #333;
	border-radius: 3px;
	background: #fff;
	padding: 0px 5px 0px 5px;
	margin-left: 30px;
	line-height: 25px;
}
.capsLock{
	float: left;
	color: #ff0000;
	background: #fff;
	font-weight: bold;
	padding: 6.5px;	
	margin-top: 10px;
	margin-left: -5px;
}
/* ------------ Custom Checkbox ------------------------------- */

/* Works for browsers with CSS3 support (with or without Javascript) */
/* Works for Internet Explorer 6-8 (without CSS3 support) with Javascript */
/* If Javascript isn't available this doesn't work for Internet Explorer 6-8 */


.join-us {	
	float: left;
	margin-top: 35px;
	margin-left: 25px;
	color: #cccccc;		
	display: block;
	position: relative;
	line-height: 24px;
}
.join-us a {
	color: #cccccc;
	text-decoration: none;
	font-style: italic;
}
.join-us a:hover, .join-us a:focus {
	text-decoration: underline;
}
/*input[type="checkbox"]:checked:hover + label, input[type="checkbox"]:checked:focus + label {
	background: url(../images/login/checkbox-on-hover.png) top left no-repeat;
}
input[type="checkbox"]:not(:checked):hover + label, input[type="checkbox"]:not(:checked):focus + label {
	background: url(../images/login/checkbox-off-hover.png) top left no-repeat;
}
/* -------------------------------------------------------------------------- */

.forgot-usr-pwd {
	width: 177px;
	float: left;
	margin-top: 35px;
	margin-left: 38px;
	color: #cccccc;
	line-height: 24px;
}
.forgot-usr-pwd a {
	color: #cccccc;
	text-decoration: none;
	font-style: italic;
}
.forgot-usr-pwd a:hover, .forgot-usr-pwd a:focus {
	text-decoration: underline;
}
/* Login Attempt*/
input[type="submit"] {
	width: 60px;
	height: 30px;
	float: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	margin: 20px 0px 0px 20px;
	/*background: url(../images/login/submit.png) 15px 30px no-repeat;*/
	background: url(../images/login/submit.png) left top no-repeat;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	color:#35b6d7;
}
/* END */

/* Invalid Login Attempt*/
input[type="submit"] {
	width: 60px;
	height: 30px;
	float: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	/*background: url(../images/login/submit.png) 15px 30px no-repeat;*/
	background: url(../images/login/submit.png) left top no-repeat;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	color:#35b6d7;
}
/* END */
input[type="reset"] {
	width: 60px;
	height: 30px;
	float: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	margin: 20px 0px 0px 20px;
	/*background: url(../images/login/submit.png) 15px 30px no-repeat;*/
	background: url(../images/login/submit.png) left top no-repeat;
}
input[type="reset"]:hover, input[type="reset"]:focus {
	color:#35b6d7;
}
.continue {
	float: left;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
.continue a, .continue a:hover, .continue a:focus {
	color: #ffffff;
	text-decoration: underline;
}
#footer {
	margin: auto;
	margin-top: 50px;
	width: 500px;
	height: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #8d8d8d;
}
#footer a {
	text-decoration: none;
	color: #8d8d8d;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #cb5387;
}
button {
	border: 1px solid #999;
	border-radius: 3px;
	text-shadow: 0 1px 1px white;	
	font: bold 12px Sans-Serif;
	padding: 6px 13px;
	white-space: nowrap;
	vertical-align: middle;
	color: #666;
	background: transparent;
	cursor: pointer;
	background-color: #f6f6f6;
}
button:hover, button:focus {
	border-color: #999;
	background: -webkit-linear-gradient(top, white, #E0E0E0);
	background: -moz-linear-gradient(top, white, #E0E0E0);
	background: -ms-linear-gradient(top, white, #E0E0E0);
	background: -o-linear-gradient(top, white, #E0E0E0);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
button:active {
	border: 1px solid #AAA;
	border-bottom-color: #CCC;
	border-top-color: #999;
	-webkit-box-shadow: inset 0 1px 2px #aaa;
	-moz-box-shadow: inset 0 1px 2px #aaa;
	box-shadow: inset 0 1px 2px #aaa;
	background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
	background: -moz-linear-gradient(top, #E6E6E6, gainsboro);
	background: -ms-linear-gradient(top, #E6E6E6, gainsboro);
	background: -o-linear-gradient(top, #E6E6E6, gainsboro);
}
