/* Reset CSS */
html, body, div, span,
applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
/*	padding: 0; */
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	/*text-align: left;*/
/*	vertical-align: baseline;*/
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;	/* eliminate margin */
	margin: 0;
	padding: 0;
}
/****************************************************************
End CSS reset 
****************************************************************/



body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	color: #5f6464;
	background: #fff url(../images/topbar_tile.gif) top left repeat-x;
	font-weight: normal;
	font-size: 13px;
}

#container {
	width: 335px;
	height: 370px;
	background: url(../images/login-bg.jpg) no-repeat;
	margin: 91px auto;
}

#container-logout {
	width: 335px;
	height: 370px;
	background: none;
	margin: 91px auto;
}

#logout_form {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 5px 70px;
	background: #fff url(../images/logoff_icon.gif) 0 5px no-repeat;
}

#login_form {
	float: left;
	margin: 115px 0 0 28px;
}

*html #login_form { margin: 115px 0 0 15px; } /* IE Fix */

label{
	color:#5f6464;
	font-size:13px;
}

input {
	width: 275px;
	height: 28px;
	border: 1px #d9d9d9 solid;
	background: #fbfbfb;
	margin-top: 2px;
	font-size: 20px;
	padding-left: 5px;
}

p.remember_link {
	float: left;
	margin: 0;
	width: 210px;
}

.remember_link a {
	color: #493951;
}

.login_btn {
	width: 69px;
	height: 38px;
	padding: 0;
	margin: 0;
	float: left;
	background: url(../images/btn_login.jpg) 0 3px no-repeat;
	border: none;
	color:#fff;
	font-size: 11px;
	cursor: pointer;
}

.msg
{
	width:300px;
}