@charset "utf-8";
/* CSS Document */

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, font, 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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


body {
	font-family: “Lucida Grande”, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: center;
	}

#container {
	width: 100%;
	float: left;
	}

#top_line {
	background: url(../images/top_bg.jpg) left top repeat-x;
	position: fixed;
	top:0;
	left:0;
	height: 30px;
	width:100%;
	}

#content {
	width: 100%;
	}

#wrapper {
	width: 362px;
	margin: 10% auto;
	}

#login_form_top {
	width: 362px;
	float: left;
	overflow: hidden;
	background: url(../images/login_form_top.jpg) left top no-repeat;
	margin: 0;
	height: 13px;
	}

#login_form {
	width: 362px;
	float: left;
	overflow: hidden;
	background: url(../images/login_form_center.jpg) left repeat-y;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 200;
	}

#login_form img {
	float: right;
	margin-right: 40px;
	}

#commentForm {
	width: 270px;
	float: left;
	margin-left: 40px;
	text-align: right;
	color: #666;
	}

#login_form p {
	clear: both;
	float: right;
	width: 100%;
	line-height: 30px;
	}

#login_form .inner_titles {
	font-family: “Lucida Grande”, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.8em;

}

#login_form .texts {
	width: 150px;
	line-height: 15px;
	padding: 5px 5px;
	margin: 1px auto;
	color: #666;
	border: 1px solid #ccc;
	}

#login_form .texts:hover {
	border: 1px solid #ff7908;
	}

#login_form .texts:focus {
	border: 1px solid #ff7908;
	}

#login_form .submits {
	height: 32px;
	padding: 0 20px;
	line-height: 32px;
	background: url(../images/submit_bg.jpg) top left repeat-x;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-top: none;
	margin: 1px;
	font-size: 14px;
	color: #999;
	clear: both;
	float: right;
	}

#login_form_bottom {
	width: 362px;
	height: 13px;
	float: left;
	overflow: hidden;
	background: url(../images/login_form_bottom.jpg) left top no-repeat;
	margin: 0;
	}

#bottom_line {
	background: url(../images/bottom_bg.jpg) bottom left repeat-x;
	position: fixed;
	bottom:0;
	left:0;
	height: 30px;
	width:100%;
	}

.error {
	width: 100%;
	clear: both;
	float: right;
	color: #990000;
	font-size: 11px;
	}

#warning_wrapper {
	width: 500px;
	margin: 20px auto;
	text-align: left;
	height: 60px;
	}

#user_ok {
	width: 250px;
	margin: 20px auto;
	height: 40px;
	background: #fff url(../images/ok.jpg) left center no-repeat;
	border: 1px solid #3dc600;
	text-align: left;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 5px 5px 50px;
	float: left;
	margin-left: 40px;
}

#user_not {
	width: 250px;
	margin: 20px auto;
	height: 40px;
	background: #fff url(../images/fault.jpg) left center no-repeat;
	border: 1px solid #ff0000;
	text-align: left;
	color: #FF0000;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 5px 5px 50px;
	float: left;
	margin-left: 40px;
}

#user_fault {
	width: 250px;
	margin: 20px auto;
	height: 40px;
	background: #fff url(../images/user_error1.jpg) left center no-repeat;
	border: 1px solid #ff0000;
	text-align: left;
	color: #FF0000;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 5px 5px 50px;
	float: left;
	margin-left: 40px;
}
	


