﻿/* register form */

/*
Fieldsets
*/
fieldset {
    
	position: relative;
	margin: 2em 0 4em;
	padding: 0;

	border: 1px solid #333;
	background: #000;	
	
	min-height: 1px;
	
	-moz-border-radius: 5px;
	}

.wizard fieldset{
    margin-bottom: 1em;
}
	
fieldset legend {
	position: relative;
	}
	
fieldset legend span {
	position: absolute;
	display: block;
	top: -20px;
	left: 30px;
	
	width: auto;
	
	background: #cf3f00;
	
	padding: 8px 15px 10px;
	font-size: 1em;
	line-height: 1.25em;
	white-space: nowrap;
	
	font-weight: normal;
	color: #fff;
	
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 0 5px #000;
	}
	
		
		
fieldset .content {
	position: relative;
	padding: 40px 30px 30px;
	}



#fanzone .control,
#fanzone .control_manual,
#fanzone .checkbox{
	margin: 10px 0;
}

#fanzone .control label,
#fanzone .control_manual .label{
	font-size: 12px;
	color: #cf3f00;
	font-weight: bold;
	width: 122px;
	margin: 10px 20px 0 0px;
	text-align: right;
	display: block;
	float: left;
	line-height: 1.2em;
}


#fanzone .radiobutton-list label,
#fanzone .checkbox-list label{
	color: #c9c9c9;
	padding-left: 5px;
	font-size: 14px;
}

#fanzone .radiobutton-list {
	margin-left: 135px;
	}

#fanzone .checkbox{
	padding: 0;
	position: relative;
}

#fanzone .checkbox label{
	font-size: 14px;
	padding: 0 0 0 30px;
}

#fanzone .checkbox input {
	position: absolute;
	top: 2px;
	left: 0;
	}

#fanzone .checkbox label em,
#fanzone .control label em,
#fanzone .control_manual .label em{
	color: #666;
	display: block;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
}

#fanzone .checkbox label em{
	display: inline;
}

#fanzone .control input,
#fanzone .control textarea,
#fanzone .control select{
	background: #4f4f4f;
	border: none;
	border-top: 1px solid #4f4f4f;
	padding: 5px 5px 2px;
	height: 22px;
	color: #c9c9c9;
	font-family: Arial, Tahoma, Sans-Serif;
	width: 310px;
}

#fanzone .control select{
	width: 318px;
	padding: 0;
	height: 24px;
}

#fanzone .control textarea{
	padding: 5px;
	overflow: auto;
}

#fanzone .dd_date select{
	width: 75px;
	margin: 0 10px 0 0;
}

#fanzone .dd_date .month{
	width: 148px;
	margin: 0 10px 0 0;
}

#fanzone .control .focus{
	background: #6a6a6a;
}

#fanzone .form_buttons{
	min-height: 1px;
	margin: 1em 0 1em 145px;
	padding: 0;
}

* html .form_buttons{
	height: 1px;
}

.form_info{
	margin: 1em 0 2em;
	line-height: 1.5em;
}

#fanzone .form h2 {
	background: none;
	border: none;
	font-size: 36px;
	margin: 0 0 1em 0;
	padding: 0;
	color: #cf3f00;
	}

#fanzone .form_buttons .fans_signup_btn{
	border: none;
	display: block;
	float: right;
	text-transform: uppercase;
	text-indent: -9000px;
	width: 190px;
	height: 65px;
	background: url(fans_signup_btn.gif) no-repeat 0 0;
	cursor: pointer;
}

#fanzone .form_buttons .button-login {
	border: none;
	display: block;
	float: right;
	text-transform: uppercase;
	text-indent: -9000px;
	width: 130px;
	height: 45px;
	background: url(login-button.gif) no-repeat 0 0;
	cursor: pointer;
	margin: -5px;
}

#fanzone .form_buttons .button-update {
	border: none;
	display: block;
	float: right;
	text-transform: uppercase;
	text-indent: -9000px;
	width: 126px;
	height: 45px;
	background: url(update-button.gif) no-repeat 0 0;
	cursor: pointer;
	margin: -5px;
}


#fanzone .button-sendmessage {
	border: none;
	display: block;
	text-transform: uppercase;
	text-indent: -9000px;
	width: 170px;
	height: 45px;
	background: url(sendmessage-button.gif) no-repeat 0 0;
	cursor: pointer;
	margin: -5px;
}

#fanzone .button-entercompetition {
	border: none;
	display: inline;
	text-transform: uppercase;
	text-indent: -9000px;
	width: 215px;
	height: 45px;
	background: url(entercompetition-button.gif) no-repeat 0 0;
	cursor: pointer;
	margin: -5px;
}

#fanzone .button-send {
	border: none;
	display: block;
	text-transform: uppercase;
	text-indent: -9000px;
	width: 90px;
	height: 45px;
	background: url(send-button.gif) no-repeat 0 0;
	cursor: pointer;
	margin: -5px;
}



/* Page Messages */

#page_message {
	background: #990000;
	border: none;
	color: #fff;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.5);
	}
	
	.page_message {
		color: #fff;
		font-size: 14px;
		margin: 0 0 .5em 0;
		}
		
		
/* Button Group */

fieldset .button-group {
	margin: 1em 0 0 140px;
	}

.wizard-buttons{
    background: #000;
    border-bottom: solid 1px #333;
    padding: 15px 20px;
}

.button-group input,
.wizard-buttons input {
	padding: 5px 20px;
    background: #CF3F00;
    border: none;
    border-bottom: solid 1px #000;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	}
    
.button-group input:hover,
.wizard-buttons input:hover{
    background: #f94c00;
}

.wizard-buttons table{
    float:left;
}

.wizard-buttons td{
    padding: 0 10px;
}
	
/* Field-note */

.field-note {
    margin: -5px 0 0 140px;
    font-size: 12px;
}	
