@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: top;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
body {
    background: white;
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}

table td {
	/*vertical-align: middle;*/
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

header, section, footer, article, nav, aside {display: block;}


/*
------------------------------8<--------------------------------
*/

header#topo {
	margin: 20px auto;
	width:900px;
}
header#topo h1{
	font:bold 28px Arial, Helvetica, sans-serif;
	color:#763C3C;
	letter-spacing:-1px;
	text-align:center;
	margin-bottom:10px;
	text-transform:uppercase;
}
section#banner {
	width:890px;
	height:430px;
	background:#eaeaea;
	border:4px #fff solid;
	/*-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	border-radius: .8em;*/
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.2);
	box-shadow: 1px 2px 5px rgba(0,0,0,.2);
	
}
hr {
	border-style:solid;
	border-width:1px;
	border-color: #ccc #999 #fff #999;
	margin:5px 0;
}
footer{
	margin:0 auto;
	width:900px;
	text-align:center;
	border-top:1px #ccc dotted;
	padding-top:10px;
}
footer h1{
	font:normal 28px Arial, Helvetica, sans-serif;
	color:#999;
	letter-spacing:-1px;
}
section#site {
	margin:20px auto;
	width:900px;
}
section#logo {
	float:left;
	width:480px;
}
section#logo article p{
	font:normal 10px/1.5em Arial, Helvetica, sans-serif;
	margin:5px 0;
	color:#666;
}
section#logo h1 {
	font:normal 20px Arial, Helvetica, sans-serif;
	margin:5px 0;
	color:#763C3C;
	letter-spacing:-1px;
}

section#logo .img{
	margin:0 20px 10px 0;
	float:left;
}

section#login {
	float:left;
	width:370px;
	border-left:1px #ccc dotted;
	padding-left:40px;
	
}
section#login h1 {
	font:normal 20px Arial, Helvetica, sans-serif;
	margin:5px 0;
	color:#763C3C;
	letter-spacing:-1px;
}
section#login form p{
	font:normal 16px/1.5em Arial, Helvetica, sans-serif;
	margin:5px 0;
	color:#666;
}
section#login form .field {
	width:300px;
	border:none;
	border-bottom:1px #ccc dotted;
	padding:5px;
	color:#666;
	font:normal 12px Arial, Helvetica, sans-serif;
}
section#login form .bt {
	background:#666;
	padding:5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#fff;
	border:none;
	width:40px;
}
section#login form p.submit, section#login form p.submit * { vertical-align: middle; }
section#login form p.submit a {
	display: inline-block;
	padding:5px 10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	letter-spacing: -1px;
	background: #bbb;
}
section#login form p.submit a:hover { background: #ccc }
/*-------------------clear--------------------*/
section#site:after, .clear {
	clear: both; 
	display: block; 
	font: 1px/0px serif; 
	content: "."; 
	height: 0; 
	visibility: hidden; 
}

