/** The following classes are used for http://newsletter.designluxembourg.lu 
and for some they override some classes having the same names defined shared.css */

h1 {
	font-size:14px;
}

.newsletter_text_container {
    font-family: 'Lucida Grande', LucidaGrande,  Geneva, Arial, sans-serif;
	font-size:11px;
	padding-left:40px;
}

.newsletter_text_container a {
	text-decoration:underline;
	color:#00486C;
}

input[type=text] {
	width: 210px;
	background-color:#D8D9DA;
	color:#000000;
	border:none;
	font-family: 'Lucida Grande', LucidaGrande,  Geneva, Arial, sans-serif;
    font-size:12px;
}

input[type=submit] {
	width:auto;
	background-color:#00486C;
	color:#FFFFFF;
	border:none;
	cursor:pointer;
}

a {
	color:#00486C;
}

