@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	color:#6a6a6a;
	text-align:justify;
	background-color:#7E7E7E;
	margin:0;
	padding:0;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:33px;
	font-weight:normal;
	color:#FFF;
	}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:31px;
	font-weight:normal;
	font-style:italic;
	color:#231F20;
	}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	color:#231F20;
	}


#wrapper {
	position:relative;
	left:50%;
	margin-left:-489px;
	margin-top:30px;
	width:978px;
	overflow:hidden;
	}

#page {
	position:relative;
	width:976px;
	background:#000;
	border-left:1px solid #686868;
	border-right:1px solid #686868;
	}

#top {
	padding-top:38px;
	}

#logos {
	position:relative;
	width:260px;
	padding-left:8px;
	float:left;
	}

#mc_logo {
	margin-top:40px;
	margin-left:45px;}
	
#mc_logo p {
	font-size:11px;
	color:#FFF;
	margin-bottom:5px;
	}

#presentation {
	padding-right:60px;
	padding-bottom:10px;
	}
	
#presentation h1 {
	background:url(../images/title_search.png) no-repeat;
	display:block;
	text-indent:-9999px;
	margin-left:265px;
	}

#presentation p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	line-height:120%;
	margin-bottom:10px;
	}

#bottom {
	}

#leftcol {
	position:relative;
	width:585px;
	margin-left:50px;
	}

#voteform {
	position:relative;
	background:#FFF;
	padding-left:35px;
	padding-right:40px;
	padding-top:15px;
	}

.formclear {
	clear:left;
	height:8px;
	}
	
.rfloat {
	float:right;
	}
	
label {
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#656565;
	text-transform:uppercase;
	padding:3px;
	margin-top:5px;
	}

label span {
	font-size:11px;
	color:#999999;
	font-style:italic;
	text-transform:none;
	font-weight:normal;
	}

label.error {
	position:absolute;
	width: 250px;
	display: block;
	color:#F00;
	margin-top:-7px;
	margin-left:10px;
	padding-left:10px;
	font-size:10px;
	text-transform:none;
	background:url('../images/bg_error.png') no-repeat;
	} 

#reglabel {
	visibility:hidden;
	}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}
	
input.text1 {
	width:227px;
	height:26px;
	background:url(../images/bg_text1.png) no-repeat;
	border:none;
	padding:5px;}

input.text2 {
	width:359px;
	height:26px;
	background:url(../images/bg_text2.png) no-repeat;
	border:none;
	padding:5px;
	}
	
/* j added */
input.text3 {
	width:499px;
	height:26px;
	background:url(../images/bg_text3.png) no-repeat;
	border:none;
	padding:5px;
	}
/* j added */
	
textarea.textarea {
	width:499px;
	height:111px;
	background:url(../images/bg_textarea.png) no-repeat;
	border:none;
	padding:5px;
	}

#votenow {
	position:relative;
	width:136px;
	height:52px;
	display:block;
	background:url('../images/votenow_off.png') no-repeat;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	}
	
#votenow:hover {
	background:url('../images/votenow_on.png') no-repeat;
	}

.fakecheck {
	float:left;
	width:27px;
	height:27px;
	background:url('../images/checkbox_off.png') no-repeat;
	display:block;
	text-decoration:none;
	outline:none;
	cursor:pointer;
	margin-top:5px;
	margin-right:2px;
}

.fakecheck:hover {
}

.fakechecked {
	background:url('../images/checkbox_on.png') no-repeat;
}

#mailcheck {
	display:none;
}

div.terms {
	font-size:10px;
	color:#999;
	font-style:italic;
	line-height:105%;
	}
	
#mailterms {
	width:365px;
	padding-top:5px;
	}
	
#agreeterms {
	margin-top:10px;
	}
	
#thankyou {
	display:none;
	}

#slider {
	position:relative;
	margin-top:7px;}

#rightcol {
	position:relative;
	width:289px;
	float:right;
	margin-right:45px;
	}

#right {
	position:relative;
	width:261px;
	padding:6px;
	padding-right:14px;
	padding-left:14px;
	background:#EA961A;
	}

#right h3 {
	margin-bottom:10px;
	}

#right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#231F20;
	line-height:120%;
	margin-bottom:5px;
	}

#moreinfo {}

#moreinfo a {
	text-decoration:none;
	color:#231F20;
	font-weight:bold;
	}
	
#moreinfo h3 a {
	font-weight:normal;
	}

#judges {}

#judges ul li {
	list-style:none;
	display:block;
	height:35px;
	background:url('../images/bg_judges.png') no-repeat right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding-bottom:5px;
	text-align:left;
	}

#judges ul li p {
	padding-right:30px;
	line-height:90%;
	}
	
#judges ul li a {
	display:block;
	text-decoration:none;
	color:#333;
	}

#judges ul li a:hover {
	filter: alpha(opacity=60); opacity: .6;
	}
	
#judges ul li img {
	float:left;
	margin-right:5px;
	}

#footer {
	margin-top:10px;
	margin-bottom:20px;
	}

#footerlinks {
	padding-top:22px;
	margin-left:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	}

#footerlinks a {
	text-decoration:none;
	color:#FFF;
	}
	
#footerlinks a:hover {
	color:#333;
	}

#credits {
	position:relative;
	float:right;
	margin-right:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#fff;
	font-style:italic;
	}

#credits a:hover {
	filter: alpha(opacity=60); opacity: .6;
	}
	
#credits img {
	margin-bottom:-5px;
	}

/* Voting stage 2*/

.notice {
	font-size:10px;
	}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	color:#EA961A;
	}

.garages {
	font-size:11px;
	padding-top:4px;
	padding-bottom:11px;
	text-align:left;
	line-height:18px;
	cursor:pointer;
	}

#swgarages {
	width:172px;
	}

textarea.textarea2 {
	width:328px;
	height:78px;
	background:url(../images/bg_textarea2.png) no-repeat;
	border:none;
	padding:5px;
	}