@import 'reset.css';
html{
	background-color:#b3b3b3;
}
body{
	font-family:sabon, georgia, serif;
	background:transparent url(/images/global/bg/body-2.gif) no-repeat 50% 0px;
}
h1,
h2,
a:hover,
legend,
strong{
	color:#273919;
}
h1{
	margin-bottom:.16em;
	font-size:3em;
}
p,li{
	font-size:1.4em;
	color:#333;
}
p{
	clear:both;
}
a{
	text-decoration:none;
	color:#3E8E1A;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
#wrapper{
	position:relative;
	overflow:auto;
	width:930px; /* FINAL SIZE SHOULD BE 955 */
	margin:0 auto;
	padding:32px 12px 12px;
}
#contest{
	position:relative;
	overflow:auto;
	width:882px; /* FINAL SIZE SHOULD BE 930 */
	padding:8px 24px 18px;
	background-color:#fff;
}
#logo{
	position:absolute;
	display:block;
	top:0px;
	left:0px;
}
#fdic{
	display:block;
	float:right;
	margin:12px 24px 0;
}
img.corner{
	position:absolute;
	display:block;
}
#thumbnails img.selected,
#favorites img.selected{
	border:1px solid #3E8E1A;
}
#tr{
	top:0px;
	right:0px;
}
#bl{
	bottom:0px;
	left:0px;
}
#info{
	padding:0px 70px 12px 300px;
}
#submit_page #info{
	padding-bottom:22px;
}
/*
** PREVIEW
*/
#preview{
	width:525px;
	height:350px;
	margin:0 0 6px 12px;
	background:transparent url(/images/global/loadingAnimation.gif) no-repeat 50% 50%;
}
#preview,
#thumbnails{
	position:relative;
	float:right;
	display:inline;
}
form,
#preview,
#thumbnails,
#favorites,
#favorites a.remove,
#message{
	border:1px solid #354725;
}
#addfav{
	position:absolute;
	display:block;
	width:501px;
	left:0px;
	bottom:0px;
	padding:8px 12px 6px;
	text-align:right;
	font-size:14px;
	color:#ccd1c8;
	background-color:#354725;
}
#addfav.disabled,
#addfav.disabled:hover{
	color:#68755c;
	cursor:default;
}
#addfav:hover{
	color:#fff;
}

/*
** FAVORITES
*/
h2{
	clear:both;
	font-size:2em;
	font-weight:bold;
	padding-bottom:.125em;
}
#favorites{
	position:relative;
	clear:left;
	width:575px;
	height:82px;
	padding-right:2px;
}
form,
#vote_page h2,
#favorites,
#review,
#message{
	margin-left: 105px;
}
#favorites div{
	position:relative;
	float:left;
	display:inline;
	width:107px;
	height:72px;
	padding:5px 3px 5px 5px;
}
#review img,
#favorites img{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	cursor:hand;
	cursor:pointer;
}
#favorites a.remove{
	position:absolute;
	display:block;
	top:2px;
	right:0px;
	padding:2px 4px;
	font-family:"arial black", arial, sans-serif;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	background-color:#c00;
}
#favorites a.remove:hover{
	color:#c00;
	background-color:#fff;
}
#submit,
#reset{
	float:right;
	display:block;
	width:80px;
	height:80px;
	margin-left:12px;
}
#submit{
}

/*
** THUMBNAILS
*/
#thumbnails{
	width:338px;
	height:348px;
	overflow:auto;
	padding:1px;
}
#thumbnails img{
	float:left;
	display:inline;
	border:1px solid #fff;
	background-color:#000;
	cursor:hand;
	cursor:pointer;
}
#thumbnails img.fav{
	cursor:default;
}

/*
** SUBMIT FORM
*/
form,
#message{
	width:535px;
	padding:24px;
}
form input,
form select{
	border:1px solid #666;
}
legend{
	font-size:1.4em;
	font-weight:bold;
}
fieldset{
	padding:12px 0;
}
fieldset p{
	clear:both;
	padding-bottom:.5em;
}
label{
	display:block;
	float:left;
	width:6em;
}
.marketing label{
	width:100%;
	margin-bottom:.5em;
}
form blockquote{
	margin:1em 0;
}
form blockquote label{
	display:inline;
	float:none;
	width:auto;
}
form blockquote p{
	position:relative;
	padding-left: 25px;
}
form .text{
	width: 15em;
	padding:1px 5px
}
form .cbx{
	position:absolute;
	top:0px;
	left:0px;
}
.error{
	border-color:#c00;
}
#btn_submit{
	padding:.25em .5em;
	cursor:hand;
	cursor:pointer;
}
#message{
	margin-bottom:24px;
}
#warning{
	width:66%;
	padding:36px;
}
#warning{
	margin: 79px auto 0;
	border:3px solid #c00;
	background-color:#ffefef;
	font-style:bold;
	text-align:center;
}
#warning h1{
	color:#c00;
}
#warning a{
	color:#c00;
	font-weight:bold;
}
#warning a:hover{
	color:#ff9999;
	text-decoration:underline;
}
#review{
	padding-bottom:12px;
}
#review img{
	margin:12px 12px 12px 0;
}