/*	Body and general style
--------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font: normal 12px/18px "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	color: #666;
	background-color: #F3F8FC;
}

img {
	border: none;
	margin: 0 4px;
}

a:link, a:visited {
	color: #6089bf;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #79aef2;
}

h1, h2, h3, h4, h5, h6 {
	font: normal 18px/24px "Trebuchet MS",Arial,Bitstream,Tahoma,sans-serif;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.error {
	color: #de1818;
}

.success {
	color: #7bde18;
}

.message {
	font-size: 15px;
	color: #0d68de;
}

.clear {
	clear: both;
}

/*	Header
--------------------------------------------------*/

#content {
	width: 758px;
	margin:0 auto;
}

#main {
	border:solid #b0b4b7 1px;
	position:relative;
	background-color:#FFFFFF;
	width:758px;
	padding:15px;
}

#header {
	float:left;
}

#menu {
	float: right;
	margin-top:130px;
	width:400px;
}

.tab{
	padding:5px;
	display:block;
	float:right;
	border:solid #a0a4a7 1px;
	background-color:#f3f3f3;
	margin-right:5px;
	position:relative;
	bottom:-1px;
}

#menu a{
	color:#0776BE;
	font-size:11px;
	text-transform:uppercase;
}

#menu a:hover{
	color:#0776BE;
	background-color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#footer{
margin-top:8px;
margin-bottom:20px;
text-align:center;
width:786px;
}

#vote_text, #select_color, #answers, #question, #select_size, #generate_code, #html_code{
	margin:10px;
}

#question_field, #answers_field, #vote_field, #generate_code, #html_code_field{
	width:250px;
}

#answers_field{
	height:100px;
}

#generate_code{
	text-align:center;
}

#code_field{
	margin-top:10px;
	margin-bottom:10px;
}

#width_field, #height_field{
	width:72px;
}

#settings{
	float:left;
}

#preview{
	float:left;
	margin-left:20px;
	margin-top:10px;
}

#html_code_field{
	height:100px;
	background-color:#FFF79F;
}

#banner468{
	position:absolute;
	top:-125px;
	right:0px;
}

#banner728{
	width:728px;
	margin:12px auto;
	margin-bottom:0px;
}

#copy{
	float:left;
	width:126px;
}
#radarstats{
	float:right;
	width:88px;
}