﻿select.ddlState
{
    width: 124px;
}

select.ddlProductPurchased
{
    width: 273px;
}

.Checkboxes
{
    font-size: 10px;
    color: #ffffff;
}

#competition-form-wrapper
{
	background: url(../images/competition-box.png) no-repeat top left;
	width: 773px;
	height: 669px;
	/*margin-left: 10px;*/
	/*float: left;*/
}

#competition-form
{
	margin-left:16px;
	margin-top:110px;
}

#competition-form a:link,
#competition-form a:visited,
#competition-form a:hover
{
	color: #ffffff;
	text-decoration: underline;
}



.comp-form
{
	background:transparent url(../images/competition-form-bg.jpg) no-repeat scroll 0 0;
	height:535px;
	width:744px;
}

span.comp-form1
{
	float: left;
	display: block;
	padding: 0px 5px 0px 3px;
	background: url(../images/comp-form-input1.png) no-repeat left top;
	width: 575px;
	height: 17px;
}

input.comp-form1
{
	width: 575px;
	height: 15px;
	border: 0;
	color: #004067;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

span.comp-form2
{
	float: left;
	display: block;
	padding: 0px 5px 0px 3px;
	background: url(../images/comp-form-input2.png) no-repeat left top;
	width: 110px;
	height: 17px;
}

input.comp-form2
{
	width: 110px;
	height: 16px;
	color: #004067;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0;
}

span.comp-form3
{
	float: left;
	display: block;
	padding: 0px 5px 0px 3px;
	background-image: url(../images/comp-form-input3.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 264px;
	height: 17px;
}

input.comp-form3
{
	width: 264px;
	height: 16px;
	color: #004067;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0;
}

div.comp-form4
{
	float: left;
	padding: 0px 5px 0px 3px;
	background: url(../images/comp-form-input4.png) no-repeat left top;
	width: 205px;
	height: 17px;
	margin-bottom: 10px;
}

input.comp-form4
{
	width: 180px;
	height: 16px;
	color: #004067;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0;
}

div.comp-form5
{
	float: left;
	padding: 0px 5px 0px 3px;
	background: url(../images/comp-form-input5.png) no-repeat left top;
	width: 372px;
	height: 17px;
	margin-bottom: 10px;
}

input.comp-form5
{
	width: 372px;
	height: 16px;
	color: #004067;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0;
}

select
{
	padding: 0;
	border: 0px solid #eee;
	/*background: url(../images/comp-form-input5.png) no-repeat left top;*/
	height: 19px;
	color: #004067;
	font-size: 12px;
	font-weight: bold;
}


.paddedStar
{
	display: block;
	float: left;
	vertical-align: top;
	margin: 5px 4px 0 0;
	padding: 0;
}

input.invalid
{
	color: #FF0000;
}

select.invalid
{
	color: #FF0000;
}

.formInvalidText
{
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
	margin-bottom: 10px;
}

.pnlReferralEmail
{
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 10px;
}