
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;
}



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;
}

a {
	color:#08C;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color:#06aeff;
}


*:focus {
	outline: none;
}


input {
	background: transparent;
	border: 0;
}


body {
	font-size: 12px/18px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height:100%;
	background:url(../images/ttbg.png);
}

#container {
	margin: auto;
	margin-top: 180px;
	width: 510px;
	text-align: left;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 12px;
	position:relative;
}
.gbg {
	position:absolute;
	width:1200px;
	height:600px;
	margin:0px 0 0 -350px;
	top:0;
	left:0;
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 65%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(65%,rgba(255,255,255,0)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%);
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%);
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	z-index:1;
}



form, .welcome {
	width: 510px;
	padding-top: 1px;
	position:relative;
	z-index:2;
}

.login, .welcome-user {
	width: 470px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	font-size: 20px;
}

.username-text {
	width: 240px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}

.password-text {
	width: 150px;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
}

.welcome-text {
	width: 360px;
	float: left;
	margin-top: 50px;
	margin-left: 40px;
	line-height: 16px;
}




.clear {clear:both;}

input[type="text"], input[type="password"] {
	width: 180px;
	height: 27px;
	padding:3px 8px 4px 8px;
	margin: 10px 5px 0 38px;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #2d2d2d;
	background:#FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:inset 0 0 8px rgba(0,0,0,0.15); 
	-moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.15);
	border:1px solid rgba(0,0,0,.3);
	float:left;
}

label {color:#c5c5c5; margin:0 0 0 5px;}

.tools {
	line-height:1em;
	margin:10px 35px 0 0;
}
.remember-me-check {display:inline-block; width:238px; margin:10px 0 0 38px;}
.forgot-usr-pwd {
	display:inline-block;
	width: 200px;
	margin-top: 15px;
	margin-left: 0;
	color: #c5c5c5;
	line-height: 24px;
}

.forgot-usr-pwd a {
	color: #c5c5c5;
	text-decoration: underline;
	font-style: italic;
}

.forgot-usr-pwd a:hover, .forgot-usr-pwd a:focus {
	color: #c00;
	text-decoration: underline;
}

input[type="submit"] {
	width:80px;
	margin:15px 0 0 38px;
}

.submit {
	width: 180px;
	height: 70px;
}

.message {
	display:block;
	width: 0 auto;
	padding: 10px 40px 0 40px;
	text-align: left;
	overflow: hidden;
	color: #333;
	position:relative;
	z-index:3;
}

.message.redtext {
	color: #c00;
}

.system_message {
	font-size:14px;
	color:#444;
	min-height:30px;
}
.sm_attention {
	background:#fffde3 !important;	
	border-bottom:1px solid #f6f1b4;
}
.sm_success {
	background:#e5ffde !important;	
	border-bottom:1px solid #c2f6b4;
}
.sm_error {
	color:#c00 !important;
}
.system_message > i {
	display:inline-block;
	vertical-align:middle;
	margin-top: -3px;
}
.system_message > span {
	margin-top:3px;
}

.fs03 {
	font-size: .3em !important;
}
.fs04 {
	font-size: .4em !important;
}
.fs05 {
	font-size: .5em !important;
}
.fs06 {
	font-size: .6em !important;
}
.fs07 {
	font-size: .7em !important;
}
.fs08 {
	font-size: .8em !important;
}
.fs09 {
	font-size: .9em !important;
}
.fs1 {
	font-size: 1em !important;
}
.fs11 {
	font-size: 1.1em !important;
}
.fs12 {
	font-size: 1.2em !important;
}
.fs13 {
	font-size: 1.3em !important;
}
.fs14 {
	font-size: 1.4em !important;
}
.fs15 {
	font-size: 1.5em !important;
}
.fs17 {
	font-size: 1.7em !important;
}
.fs18 {
	font-size: 1.8em !important;
}
.fs2 {
	font-size: 2em !important;
}
.fs25 {
	font-size: 2.5em !important;
}
.fs3 {
	font-size: 3em !important;
}
.fs4 {
	font-size: 4em !important;
}
.fs5 {
	font-size: 5em !important;
}
.fs6 {
	font-size: 6em !important;
}
.fs10px {
	font-size: 10px !important;
}
.fs11px {
	font-size: 11px !important;
}
.fs12px {
	font-size: 12px !important;
}
.fs13px {
	font-size: 13px !important;
}
.fs14px {
	font-size: 14px !important;
}
.fs15px {
	font-size: 15px !important;
}
.fs16px {
	font-size: 16px !important;
}
.fs17px {
	font-size: 17px !important;
}
.fs18px {
	font-size: 18px !important;
}
.fs19px {
	font-size: 19px !important;
}
.fs20px {
	font-size: 20px !important;
}
.fs100 {
	font-size:100px !important;
}

.yellow {
	color:#FC0;
}
.red {
	color:#C00 !important;
}
.dark_red {
	color:#750909;
}
.green {
	color:#77a400;
}
.dark_green {
	color:#476200;
}
.blue {
	color:#0088cc;
}
.gray {
	color:#CCC;
}
.mid_gray {
	color:#999;
}
.dark_gray {
	color:#665;
}
.white {
	color:#FFF;
}
.black {
	color:#000;
}

.bold {
	font-weight:bold;
}
.notbold {
	font-weight:normal !important;
}
.inline {
	display:inline-block !important;
}

.w90 {width:90px !important;}
.w100 {width:100px !important;}
.w200 {width:200px !important;}

.maintabs_captcha_ref {
	position:absolute;
	top: 20px;
	left: 394px;
}
#maintabs_captcha {
	position: absolute !important;
	display: inline-block !important;
	vertical-align: middle !important;
	top: 40px;
	left: 394px;
}
#maintabs_code_field {
	position:relative !important;
	display:inline-block !important;
	vertical-align:middle !important;
}
.password-field1 {
	position: relative;
}

#frecover {
	display:none;
}



