@charset "utf-8";
/* CSS Document */


/* BANNER */

/*
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#snipe {
    height: 201px;
    left: 0;
    position: absolute;
    top: 0;
    width: 192px;
    z-index: 4;	
}
#sponsor {
	background-image: url("../images/jftcontest/lpp-jft-bts-back.png");
	background-repeat: repeat-x;
	background-color: #FFF;
	height: 201px;
	position: absolute;
	width: 100%;
	z-index: 0;
}
#contest {
	height: 201px;
	position: absolute;
	text-align:center;
	z-index: 5;
}
#rules {
	position: absolute;
	text-align: center;
	margin-top: 90px;
	margin-left: -90px;
    width: 100%;
    z-index: 300;	
}
#erasure {
	background: url("../images/jftcontest/erasure.png") no-repeat scroll right bottom transparent;
	position: absolute;
	text-align: right;
	margin-top:154px;
	height: 47px;
	width: 100%;
	z-index: 2;
}
#rules a { 
	color: #fff;
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	text-decoration:underline; 
	}
#rules a:visited { 
	color: #fff; 
	}
#rules a:hover { 
	color: #fff;
	text-decoration:none; 
	}
*/

/* FORM */

/*
body.homepage #wrapper {
	background: url('../images/jftcontest/bg-jft-enterform-home.png') top left no-repeat transparent !important;
	width: 321px;
	height: 450px;
	position: relative;
}

#homepage-form {
	width: 321px;
	height: 450px;
	margin-bottom: 20px;
}

#sponsor-copy {
	display:none;
}

#form-box {
	margin-top: 140px;
}

#form-container select {
    font-family: Arial,Helvetica,sans-serif;
    color: black;
    font-size: 12px;
    line-height: 12px;
	padding: 2px;
    border: 1px solid rgb(6, 23, 59);
    width: 260px;
}

#form-container label {
    color: #FFF;
}

#label-education {
	width: 300px !important;
}

.done-box #btn-submit {
    background: url('../images/jftcontest/btn-jft-enter.png') no-repeat scroll left top transparent;
    width: 100px;
    height: 39px;
	margin-left: 30px;
	margin-top: -5px;
}


#terms {
	width: 270px;
	margin-top: -135px;
	padding-left: 20px;
	font-family: Arial,Helvetica,sans-serif;
    color: #FFF;
    font-size: 8px;
    line-height: 10px;
	margin-bottom: 100px;
}

#terms a { 
	color: #fff;
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	text-decoration:underline; 
	}
#terms a:visited { 
	color: #fff; 
	}
#terms a:hover { 
	color: #fff;
	text-decoration:none; 
	}
*/