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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Lucida Sans Unicode", verdana, arial, helvetica, sans-serif;
	vertical-align: baseline;
}
label, label span{
	display: block;
	position: relative;
}
#login_form .form_message {
	color: red;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h2{
	font-size: 24px;
	color: #133c59;
}

h3{
   font-size: 20px;
	color: #133c59; 
}

body{
	background: #000 url('/images/poster.jpg') top center no-repeat;
}
.clear{
    clear: both;
}
#title_bar{
    height: 25px;
    background-color: #fff;
    text-align: center;
    color:#3372A8;
}

#title_bar a{
    background-color:inherit;
    color: #3372a8;
    font-size:14px;
    line-height:25px;
    text-decoration:none;
}

#signup{
    width: 600px;
    margin: 0 auto;
}

#signup label span{
    color: #fff;
}

#signup textarea, #signup input{
    margin-left:50px;
    width:550px;
    border:1px solid #CECECE;
    padding: 3px 5px;
}

#signup .button{
    cursor:pointer;
    float:right;
    margin:10px 0 0 10px;
    width:auto;
}

#new_captcha{
    position: absolute;
    right: 5px;
    top: 2px;
}

#signup_form{
    position: relative;
}

#message{
    height: 150px;
    width: 300px;
    position: absolute;
    background-color: #fff;
}