/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }


/* GENERAL */

body { color: gray; font: normal bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; background: #141414 url(images/background.jpg) repeat; }

h1 { text-indent: -9999px; }

/* LAYOUT */

/*div { border: 1px solid }*/

#wrapper { background: transparent url(images/logo.jpg) no-repeat center top; width: 515px; height: 545px; margin: -80px auto 0 auto; }

#main { margin: 400px auto 0 auto; width: 425px; }

#infotop { margin: 10px 0; background: transparent url(images/info_top.png) no-repeat; width: 425px; height: 30px; text-indent: -9999px; }

#message { margin: 15px 0 5px 0; background: transparent url(images/message.png) no-repeat; width: 425px; height: 30px; text-indent: -9999px;}

#login { margin: 0px 0 15px 18px; display: none; }
	
	#login label { margin-top: 5px; display: block; height: 16px; color: #bababa; text-transform: uppercase; }
	
	#login input { width: 135px;  margin-right: 20px; background-color: #2d2d2d; outline: none; border: none; color: #bababa; font-weight: bold; padding: 4px 5px 5px 5px; font-size: 12px; }

	#login button { width: 60px; height: 24px; border: none; background: url(images/login_btn.gif) no-repeat; cursor: pointer; }
		
	#login li { float: left; display: inline;}

#infobottom { text-align: center; line-height: 32px; background: transparent url(images/info_bottom.png) no-repeat center top; width: 425px; height: 30px; }

#infobottom a { color:#34afed; text-transform: none; font-weight: bold; text-decoration: none; font-size: 11px; background: url(images/background.jpg) repeat; padding: 8px;}

#infobottom a:hover { text-decoration: underline; }
