﻿body 
{
	padding: 205px 0 0 0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background: url(/template2/img/logo.jpg)  no-repeat top center;
}
form
{
	margin: 0 auto;
	width: 750px;
	
}

#header
{
	background: #808080;
	-moz-border-radius-topleft: 5px;	
	-webkit-border-radius-topleft: 5px;
	border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;	
	-webkit-border-radius-topright: 5px;
	border-radius-topright: 5px;
	 padding: 0 10px;
}
#header, #header li { list-style: none; margin: 0; }
#header li { line-height:25px; padding:0 10px 0 0; display:inline; }
#header li a { color: White; }
#content
{
	padding: 10px;
	background: #EFEFEF;
	-moz-border-radius-bottomleft: 5px;	
	-webkit-border-radius-bottomleft: 5px;
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;	
	-webkit-border-radius-bottomright: 5px;
	border-radius-bottomright: 5px;
}
h1
{
	font-weight: normal;	
}

img { border:0; }
.images 
{
	margin: auto;
	width: 600px;	
}
.images div 
{
	background: white;
	padding: 10px 3px;
    -moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;         
	border: 1px solid #808080;
	margin: 3px;
	text-align: center;
	float: left;
	width: 270px;
}
.images div em { display: block; text-align: center; color: 333333; font-weight: bold; font-style: normal; padding: 5px 0; }
.DeviceTable 
{
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;         
	border: 1px solid #808080;
	background: white;
	margin: auto;
}
.DeviceTable th
{
	background: #808080;
	color: White;
	text-align: left;
}
.DeviceTable th, td
{
	font-size: 10px;
	padding: 2px 10px;	
}
.DeviceTable tr { vertical-align: top; }
input, textarea
{
	border: 1px solid #808080;
	padding: 2px 5px;
	-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;
	border-radius: 4px;      
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
input[type=button], input[type=submit]
{
	background: #808080 !important;
	color: White !important;

}

.ComposerBody { width: 400px; height: 80px; }
.ForumQuoteButton
{
	font-size: 10px;
	margin: 10px;
	padding: 2px;
	float: right;	
	
}
.ForumPostTable
{
	width: 100%;	
}
.ForumPostHeader
{
	background: #CCCCCC;	
}
.ForumPostUserPane
{
	width: 150px;	
}
.ForumPostBodyPane
{
		-moz-border-radius: 4px;	
	-webkit-border-radius: 4px;
	border-radius: 4px;      
	background: white;
}
.FreeDBS
{
    width: 160px; 
    font-size: 11px; 
    position: absolute; 
    top: 230px; 
    margin-left: 550px; 
    padding: 10px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #808080;
    color: White;
}
.FreeDBS a { color: White; font-weight: bold;}