   /* ------------------------------
    *                               *
    * AIRTOHAWAII                   *
    * STYLES CREATED BY CORPUZ,JOE  *
    *                               *
    ------------------------------- */


/* ---------------------------
	CONTEST FORM STYLES
----------------------------- */

#subcontent #contestrules h3 {padding:10px 0 0 0; margin: 5px 0 0 0; font-size: 13px;}
#subcontent #contestrules ul {margin: 5px 0 0 7px; padding: 0 0 0 10px; list-style-type: disc;}
#subcontent #contestrules ul li
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 11px;
	line-height: 17px;
}

#contest
{
	width: 470px;
	padding: 10px 0 10px 10px;
	margin: 0;
	border-color: #D9D9D9 transparent #D9D9D9 transparent;
	border-width: 1px 0 1px 0;
	border-style: solid none solid none;
	background-color: #F7F7F7;
}
#contest label {cursor: pointer; padding: 0; margin: 0;}
#contest p
{
	text-align: left;
	color: #374F0D;
	padding: 0 0 4px 0;
	margin: 0;
}
#contest p.float-left {float: left;}


#contest form { font-size: 11px; } 


#contest form select, #contest form input, #contest form textarea { background: #fff;color: #333;padding: 3px;border-color: #aaa #eee #eee #aaa;border-width: 1px;border-style: solid; margin: 0;}

form select {padding: 3px; font-size: 11px;}

#contest input
{
	width: 325px;
	font-size: 11px;
}

#contest input#first_name, #contest input#last_name,
#contest input#city, #contest select#state, 
#contest select#country, #contest input#zipcode

{ width: 200px; margin: 0 10px 0 0;}

#contest input#optin {
	width: 15px;padding: 0;
border:none;
margin: 5px 5px 0px 0;background: transparent;}

#contest input#optinyes, #contest input#optinno {
	width: 15px;padding: 0;
border:none;
margin: 0 5px 0px 0;background: transparent;}


#contest input#avg_travel {width: 95px; margin: 0 10px 0 0;}

#contest input#fav_dest {width: 285px;}

#contest input#submitbutton
{
	margin: 10px 15px 0 0;
	padding: 4px 6px 6px 6px;
	display: block;
	width: 100px;
	background: #72A923 url(../img-v2/ath-button.gif) repeat-x 0 0;
	color: #FFF;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
}


/* -------------------------------
	ERROR STYLES
--------------------------------- */
#subcontent #contest form #errormsg {
	padding: 7px 6px 6px 10px;
	margin: 0 0 5px 0;
	width: 425px;
	border: solid 1px #FC0;
	font-size: 10px;
	color: #E04101;
	background-color: #FFC;
}
#subcontent #contest form #errormsg p
{

	color: #E04101;
}

#subcontent #contest form .error
{
	background: #ffc;
	border: 1px solid #fc0;
	color: #E04101;
}


