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,b, 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;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

body{background: url(/img/background/gray.jpg) repeat;color: #ccc}
h1{text-align: center;font-variant: small-caps;text-transform: uppercase;margin:100px auto 30px auto;color: #fff;font-size: 18px;}
form{margin: 0 auto; width:360px;height:260px;background-color: #ccc;background-image: url(/img/background/login.jpg);padding: 34px 20px 30px 20px;border: 1px solid #333;}
	form label, #public form input{display: block;}
	form label{font-variant: small-caps;margin: 22px 20px 10px;color: #ccc;font-weight: bold;}
	form input[type=text], #public form input[type=password]{margin: 10px 20px 33px 20px;background-color: #333;padding: 5px;border: 1px solid #000;width: 290px;color: #629aff;}
	form input[type=submit]{background-color: #333;padding: 5px;border: 1px solid #000;width: 100px;color: #629aff;margin: 70px 0px 0px 222px}
		
.message{background-color: #222;color: #999;padding: 20px;text-align: center}