﻿
body
{
	color: #000000;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
    margin: 0px;
    padding: 0px;
}
html > body 
{
	color: #000000;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
    margin: 0px;
    padding: 0px;
}

/*
	contest style
*/

#wrapper
{
	border: solid 0px #ccc;
	text-align: center;
}
#content
{
	border: solid 0px #1cc;
	height: 788px;
	margin: 0px auto;
	width: 665px;
}

#banner
{
	border: solid 0px #cc1;
	height: 88px;
	margin: 0px auto;
	width: 665px;
}
DIV.contest
{
	background-color: Transparent;
	background-image: url(Visions_contest_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: solid 0px #c1c;
	font-family: Verdana, Arial,Helvetica,sans-serif;	
	height: 775px;
	margin: 0px auto;
	position: relative;	
	width: 665px;
}

TABLE.contestForm
{
	height: 140px;	
	left: 25px;
	position: absolute;
	text-align: left;	
	top: 177px;
	width: 300px;
}
	
.txtHeader
{
	font-size: 14px;
	font-weight: bold;
}	

.txtLabel
{
	font-weight: bold;
}	

.txtText
{
}

SPAN.mandatory
{
	color: #00f;
	font-weight: normal;
}

TABLE.submitForm
{	
	bottom: 10px;
	font-size: 10px;
	height: 100px;	
	left: 25px;
	line-height: normal;
	position: absolute;
	width: 600px;	
}

TABLE.submitForm A:li
,TABLE.submitForm A:visitedknk
{
	color #f00;
	text-decoration: underline;
}

TABLE.submitForm Ahover
{
	color: #f00;
	text-decoration: underline;
}	

TABLE.submitForm A:active
{
	color: #f00;
	text-decoration: underline;
}	


DIV.thankYou
{
	height: 140px;	
	left: 25px;
	position: absolute;
	text-align: left;	
	top: 177px;
	width: 400px;
}

DIV.noContest
{
	color: #f00;
	font-weight: bold;
	margin: 100px 0px;
	text-align: center;
}




/*
	contest rules style
*/
#contest_info
{
    font: normal 12px verdana;
    padding: 10px;
    width: 400px;
}


