#container {
	width: 650px;
	margin: 0 auto;
	background: white;
	overflow: hidden;
	border:2px solid #8f8f8f;
	text-align:left;
}
#outer_container {
	width: 650px;
	margin: 0 auto;
	text-align: right;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #F1F1F1;
}

#competition_form {
	width: 100%;
}

#cover_shot {
	position: static;
	z-index: -1;
}

#photos {
	position: absolute;
	margin-left: -44px;
	margin-top: -40px;
	z-index: 100;
}

div.text {
	margin-top: 300px;
	padding-left: 10px;
}

form fieldset {
	border: 0px;
	padding: 0px;
}

form div.row {
	width: 100%;
	clear: both;
	overflow: hidden;;
	margin: 4px 0px 4px 0px;
	padding: 2px 0px 2px 0px;
}

form div.row label {
	width: 150px;
	float: left;
	margin-right: 15px;
	padding-left: 4px;
	font-weight: bold;
}

form div.row em.required {
	color: red;
	display: none;
}

form div.row input,form div.row select,form div.row input_group {
	border: 1px solid #959595;
}

form div.row div.input_group {
	float: left;
}

form div.row div.input_group input {
	display: block;
	margin-top: 2px;
}

#contact_row label {
	width: 85%;
	text-align: justify;
	display: inline;
	font-weight: normal;
	font-size:8pt;
}

#contact_row input {
	width: auto;
	display: inline;
	float: left;
}

#enter_word {
	background: #C3C3C3;
	width:100%;
}

input.letter {
	width: 20px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
}
#letter_6 {
	margin-right:0px;
}
input.submit {
	width: 100%;
	background: url(../images/submit_bg.png) repeat-x;
	border: 0px;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

p.response.invalid,p.response.error {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: red;
}

ul.invalid {
	list-style: square;
}

#left_col {
	float: left;
	width: 280px;
	overflow: auto;
}

#right_col {
	float: left;
	width: 370px;
}

div.clear {
	clear: both;
}

p.vw_link {
	font-size: 12pt;
	color: #999999;
	width:260px;
}

p.vw_link a {
	font-size: 12pt;
	color:#7b7979;
	
}

p.instruction {
	width:350px;
	font-size: 10pt;
	color: #7b7979;
	text-align: justify;
}
#detail {
	margin-top:10px;
}
a.terms {
	font-size: 10pt;
	color:#7b7979;
}

