* {
	margin: 0;
	padding: 0;
}

body {
background: #0171AF url(images/background.gif) repeat-x;
font-family: Arial;
font-size: 12px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

img {
	border:0;
}

p {
	padding-bottom: 10px;
}

#wrap {
margin: 15px auto 40px;
width: 780px;
background: #fff;
border: 10px solid #D1E6EF;
}

#header {
height: 90px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #0171AF;
}
#header h1 a { 
color: #0171AF;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #ACD3E5;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #D1E6EF;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
}
#menu ul li a:hover {
color: #111;
text-decoration: none;
}

#content {
padding: 0 20px 20px 20px;
}

.screenshots td {
padding: 0 15px;
}

.screenshots b {
color:  #0066CC;
}

.left {
float: left;
width: 460px;
text-align: justify;
}
.left h2 {
color: #FF6600;
font-size: 24px;
font-weight: 100;
padding: 25px 0;
}

.left h3 {
font-size: 14px;
margin: 10px 0;
}

.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

.right {
float: right;
width: 260px;
padding-top: 10px;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
background: #D1E6EF;
color: #111;
font-size: 13px;
}
.right ul {
padding: 10px 0 15px 15px;
list-style-type: square;
}
.right ul li a {
color: #648CA5;
text-decoration: none;
font-size: 14px;
font-weight: 100;
}
.right ul li a:hover {
color: #111;
}
.adleft {
float: left;
height: 105px;
width:105px;
border: 10px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}
.adright {
float: right;
height: 105px;
width:105px;
border: 10px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}

#footer {
background: #D1E6EF;
text-align: center;
font-size: 11px;
padding-top: 12px;
}

.copyrights {
	text-align: center;
	font-size: 80%;
	color: #ccc;
}

.copyrights a {
	color: #ccc;
}

p.dynamic
{
	padding:0 0 0 21px;
	background:url('/images/ico/dynamic.png') no-repeat 0 3px;
}

p.dynamic-active
{
	background:url('/images/ico/dynamic-active.png') no-repeat 0 3px;
}

p.dynamic a b {
	color: red;
}

p.dynamic-active a.js
{
	border-bottom:1px dotted #f60;
	color:r;
}

p.dynamic-active a.js:hover
{
	padding-bottom:1px;
	border-bottom:none;
}

div.dynamic-content
{
	padding:0 0 0 17px;
	margin:0 0 32px 5px;
	border-left:1px dotted #f60;
	overflow:hidden;
	position:relative;
	top:6px;
}

table.formtable th
{
	padding:0 12px 0 0;
	vertical-align:top;
	background:none;
}

table.formtable th label
{
	padding:0;
	text-align: left;
	margin:0;
	font-weight: normal;
	display:block;
}

table.formtable td
{
	padding:0 0 10px;
	vertical-align:top;
}

table.formtable td label.error
{
	width:240px;
	padding-top:1px;
	display:block;
	clear:both;
	font-size:10px;
	line-height:11px;
	color:red;
}

table.formtable td input.text
{
	width:252px;
	display:block;
	float:left;
}

table.formtable td textarea
{
	width:252px;
	height:140px;
	display:block;
	float:left;
}

table.formtable td input.error,table.formtable td textarea.error
{
	background:#fff url('/images/input-error.png') repeat-x 0 0;
}

table.formtable td img.required
{
	float:left;
	display:block;
	color:red;
	position:relative;
	left:8px;
	top:10px;
}

#text {
	display:none;
}

#ask-question
{
	padding:0;
	margin:0;
	border:none;
}

#ask-question table.formtable td textarea
{
	height:90px;
}

#ask-question table.formtable td button,#ask-question table.formtable td input.submit
{
	width:99%;
}

#ask-question table.formtable td label.note
{
	padding:5px 0 0 12px;
	color:#f90;
}

#ask-question table.formtable th label,.smallblock ul
{
	padding:0 0 2px;
}

.error_msg { 
	font-size : 120%; 
	padding : 15px; 
	background-color : white; 
	border : 1px solid #ccc; 
	margin : 15px 0 0; 
} 
.error_msg#true { 
	color : #009900; 
	border-color : #009900; 
} 
.error_msg#false { 
	color : #cc0000; 
	border-color : #cc0000; 
} 