body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Tahoma;
	font-size: 11px;
	color: #707070;
	

}

h1, h2, h3 {
	text-transform: uppercase;
	font-family: Courier New;
	font-weight: bold;
	font-style: none;
        text-align: center;
	color: #ffffff;
}

h2 { font-size: 20px; }
h3 { font-size: 20px; }

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	border: none;
}

strong {
	color: #666666;
}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 20px 40px 20px 60px;
	background: #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
        text-size: 10px;
        text-decoration: none;
        color: #666666;
        left: 0px;
        
}


.post h2, .post h3 {
	margin-left: -10px;
}





/* Content */

#content {
	width: 955;
	margin: auto;
	padding: 10px;
align: center;
}

#colOne {
	float: center;
	width: 685px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	float: right;
	width: 450px;
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

#footer * {
	color: #333333;
}

table.tbl  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #666666;
border: 1px solid #000000;
background-color: #000000;
}

input.submit  {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #777777;
text-align: center;
height: 20px;
border: 2px solid #111111;
background-color: #333333;
}


select  {
font-family: Verdana;
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-align: center;
border: 2px solid #111111;
background-color: #333333;
}

.messagebox{
 position:absolute;
 width:100px;
 margin-left:30px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
}
.messageboxok{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 font-weight:bold;
 color:#008000;
}
.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 color:#CC0000;
}


.button_register {
	width: 82px;
	height: 20px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	background: transparent url(minichat3/register/images2/button_register.jpg) no-repeat 0 0;
}