﻿*
{
    padding: 0px;
    margin: 0px;
}
img
{
    border: none;
}
body
{
    font-family: Arial;
    background-image: url('../images/watermark.gif');
	background-position: 20px 50px;
	background-repeat: no-repeat;

}
h1
{
    color: #060230;
    font-family: Trebuchet MS, Arial;
    font-size: 24px;
    margin-top: 100px;
    margin-left: 20px;
    margin-bottom: 10px;
}
div#header
{
    
    background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	height: 135px;
	width: 431px;
	position:absolute;
	top: 2px;
	left: 3px;
	text-indent: -999px;
	z-index: 1;
}
div#siteIntro
{
    font-size: 12px;
    line-height: 22px;
    margin-left: 20px;
}

div#updateStatus
{
    font-family: Trebuchet MS, Arial;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    height: 92px;
}
div#updateStatus p
{
    width: 760px;
    text-align: right;

    line-height: 80px;
   
    vertical-align: bottom;
}
div#googleAdverts
{
    position: absolute;
    top: 100px;
    left: 115px;
}

div#previewThumbnail
{
    position: absolute;
    left: 530px;
    top: 200px;
}

div#footer
{
    margin-top: 30px;
    font-size: 10px;
    border-top: 1px solid #CCC;
    padding-top: 10px;
}
div#footer p
{
    
    width: 760px;
    text-align: right;
}
div#bottomHalf
{
    margin-top: 30px;
}
div#makeSuggestions
{
    margin-left: 20px;
    
    border-top: #CCC 1px solid;
    width: 480px;
    padding-top: 10px;
    background-image: url('../images/h2_bg.jpg');
    background-repeat: repeat-x;
    
}
div#makeSuggestions h2
{
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 10px;
    
}
div#makeSuggestions p
{
    margin-left: 10px;
    font-size: 12px;
    width: 450px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.form
{
    border: 1px solid #CCC;
    background-color: #FDFDFD;
    padding: 10px;
    margin: 10px;
}
div.formField
{
    margin-bottom: 10px;
    margin-left: 10px;
}

div.formField label
{
    margin-bottom: 2px;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

div#googleAdvertsSquare
{
    position: absolute;
   top: 455px;
   left: 560px;
    
}
div#googleAdvertsLeaderboard
{
   margin-left: 15px;
   margin-bottom: 40px;
    
}

a#signUp
{
	font-family:"trebuchet MS", arial;
	color: #FF0000; 
	background-color: #FFECEE; 
	border: 1px solid #FF0000; 
	
	margin-top: 12px; 
	font-size: 23px;
	height: 35px; 
	line-height: 35px; 
	font-weight: bold;
	
	width: 494px;
	display: block;
	text-decoration: none;
	text-align: center;
}
a#signUp:hover
{
	background-color: #FFF;
}

div#pnlPoll
{
    width: 200px;
    border: 1px solid #FF00DD;
    background-color: #FAFAFA;
    padding: 10px;
    margin: 20px;
}
div#pnlPoll p
{
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
div#pnlPoll h2
{
    color: #FF00DD;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}
div#pnlPoll ul
{
    list-style-type: none;
    margin-bottom: 10px;
}
div#pnlPoll ul li
{
    font-size: 12px;
    line-height: 26px;
}
div#pnlPoll ul li input
{
    margin-right: 10px;
}