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

#newsletter_form{
	width:350px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

.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;	
}

.nation input{
	font-size:1.1em;
	color:#092D59;
}

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

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

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

.email input{
	font-size:1.1em;
	color:#092D59;
}

.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{
	margin-left:100px;
	width:95px;
	height:25px;
	background:url(../images/button_more.png) no-repeat;
	color:#092D59;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	padding:3px 0;
	border:none;
}

#newsletter_errors{
	color:red;
}
