@charset "utf-8";

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

a {
	color: #157a9a
}

object, embed {
	outline: none;
}

#rap {
	width: 976px;
}

#site-logo {
	margin-top: 10px;
	margin-left: -10px;
}

#main-nav {
	position: absolute;
	margin-top: 41px;
	z-index: 100;
}

#main-nav-right-edge {
	background-image: url(../images/birthday-cake-contest/edge-right.png);
}


#contest {
	position: absolute;
	width: 976px;
	height: 809px;
	margin-top: 22px;
}

#contest div {
	position: absolute;
}

#contest .main-box {
	width: 976px;
	height: 809px;
	background-image: url(../images/birthday-cake-contest/main-box-background.png);
}

#dialog-login {
	position: absolute;
	margin: 198px 0px 0px 198px;
	width: 586px;
	height: 539px;
	z-index: 1100;
}

#dialog-login .button-close {
	position: absolute;
	width: 45px;
	height: 12px;
	margin: 14px 0px 0px 522px;
	background-image: url(../images/birthday-cake-contest/dialog-btn-close.png);
	cursor: pointer;
	overflow: hidden;
}

#dialog-login div {
	position: absolute;
	z-index: 1102;
	margin-left: 45px;
}

#dialog-login div div {
	margin: 0px;
}

#dialog-login .background {
	position: absolute;
	width: 586px;
	height: 539px;
	background-image: url(../images/birthday-cake-contest/login-dialog-background.png);
	margin-left: 0px;
	overflow: hidden;
}

input {
	display: block;
}

label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	white-space: nowrap;
}

label em {
	font-weight: normal;
}

.error-label {
	white-space: nowrap;
	color: #ec0e14;
}

.error-label a {
	color: #ec0e14;
	text-decoration: underline;
}

input.tf-login {
	border: solid 1px #aed4d7;
	height: 18px;
}

input.tf-register {
	border: solid 1px #b6cc8d;
	height: 18px;
}

.popup {
	position: absolute;
	width: 488px;
	height: 273px;
	margin: 321px 0px 0px 247px;
	z-index: 1110;
}

.popup div {
	z-index: 1111;
}

.popup .background {
	position: absolute;
	width: 488px;
	height: 273px;
	background-image: url(../images/birthday-cake-contest/popup-background.png);
	overflow: hidden;
}

.popup .button-close {
	position: absolute;
	width: 45px;
	height: 12px;
	margin: 18px 0px 0px 422px;
	background-image: url(../images/birthday-cake-contest/popup-btn-close.png);
	cursor: pointer;
	overflow: hidden;
}


.popup .content .header {
	display: block;
	margin-bottom: 12px;
}

.popup .content .seperator {
	display: block;
	margin-bottom: 12px;
}

.popup .content {
	position: absolute;
	width: 423px;
	height: 220px;
	margin: 35px 0px 0px 30px;
	font-size: 12px;
	line-height: 15px;
	color: #573a18;
}

.popup .content a {
	font-weight: bold;
	color: #f81313;
}

.hidden {
	display: none;	
}

.blocker {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000;
	opacity: 0.45;
	filter: alpha(opacity = 45);
	z-index: 1001;
	margin: 0px;
}

* html .blocker {
    position: absolute;
}


#bash {
	width: 962px;
	height: 795px;
	margin: 6px 7px;
	background-image: url(../images/birthday-cake-contest/contest-background.jpg);
}


.the-rules {
	position: absolute;
	width: 79px;
	height: 12px;
	margin: 72px 0px 0px 194px;
	cursor: pointer;
}

.about {
	position: absolute;
	width: 273px;
	height: 12px;
	margin: 72px 0px 0px 320px;
	cursor: pointer;
}

.media-inquiries {
	position: absolute;
	width: 128px;
	height: 12px;
	margin: 72px 0px 0px 640px;
	cursor: pointer;
}

#bash .see-other {
	position: absolute;
	margin: 80px 0px 0px 840px;
	width: 92px;
	height: 95px;
}

#bash .copy-prizes {
	position: absolute;
	width: 418px;
	height: 60px;
	margin: 315px 0px 0px 273px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: center;
}

#bash .copy-chances {
	position: absolute;
	width: 418px;
	height: 40px;
	margin: 586px 0px 0px 273px;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: center;
}

#bash .submit-recipe {
	position: absolute;
	width: 292px;
	height: 38px;
	margin: 662px 0px 0px 338px;
}

#bash .winning-photo {
	position: absolute;
	margin: 348px 0px 0px 273px;
	width: 418px;
	height: 220px;
	text-align: center;
	overflow: hidden;
}

#bash .copy-info {
	position: absolute;
	width: 418px;
	margin: 582px 0px 0px 273px;
	font-size: 12px;
	color: #000;
	text-align: center;
}

#bash .copy-info div {
	position: static;
	text-align: center;
}

#bash .copy-terms {
	position: absolute;
	width: 618px;
	height: 20px;
	margin: 814px 0px 0px 173px;
	font-size: 11px;
	line-height: 13px;
	color: #42290c;
	text-align: center;
}






