/* Newsletter - Links Partners */
fieldset{border:none;}
legend{display:none;}

#newsletter_form{
	width:350px;
}

.actions{
	clear:both;
	padding-top:10px;	
}

.actions input{
	float:left;
}

.actions label{
	float:left;
}

.position{
	clear:both;	
	padding-top:10px;
}

.position label{
	float:left;
	width:100px;
}

.position select{
	float:left;
	width:150px;
	margin-left:10px;
}

.nation{
	clear:both;
	padding-top:10px;
}

.nation label{
	float:left;
	width:110px;
}

.nation select{
	float:left;
	width:150px;
	margin-left:10px;
}


.email{
	clear:both;
	padding-top:10px;
}

.email label{
	float:left;
	width:110px;
}

.email select{
	float:left;
	width:150px;
	margin-left:10px;
}

.language{
	clear:both;
	padding-top:10px;
}

.language label{
	float:left;
	width:100px;
}

.language select{
	float:left;
	width:150px;
	margin-left:10px;
}


.privacy_note{
	clear:both;
	padding-top:10px;
	display:none;
}

.privacy_accept{
	clear:both;
	padding-top:20px;
}

.privacy_accept label{
	float:left;	
}

.privacy_accept select{
	float:left;
	width:150px;
	margin-left:10px;
}

#cmd_submit{
	position:relative; 
	bottom:0;
	right:0; 
	padding:0 0 7px 0;
	width:104px; 
	height:25px; 
	line-height:20px; 
	background:url(../images/btn_book.jpg) left top no-repeat; 
	text-align:center;
	margin-top:30px;
	margin-left:0px;
	border:none;
}

#newsletter_errors{
	color:red;
}
