@import url('../contact-form.css');
/* some block display management */
.top .country, .top .qaccess {
	display: none;
}
.top .pictos img {
	display: none;
}

#menu {
	width:0px;
}
#content {
	width:704px;
}
#contactForm fieldset label {
	float:left;
}

.cat .left {
border-top:0px solid #000000;
}

#content .inside h1.title{
	font-size:150%;
	border-bottom: 0px;
	color: #0094d8;
	font-weight: bold;
}

#content .contentdetail .title a{
	color: #0094d8;
	cursor: default;
}

#content fieldset {
	background-color:#BBC9D8;
	border:1px solid #0094d8;
}

#content input,
#content select,
#content textarea
{
	border:1px solid #0094d8;
}

#contactForm fieldset div#buttonform #submit {
	background-image:url(../../img/css/content/search_5.gif);
}
#contactForm fieldset div#buttonform #cancel {
background-image:url(../../img/css/content/reset_5.gif);
}
#contactForm fieldset div#buttonform #previous {
background-image:url(../../img/css/content/search_5.gif);
}
#menu_content {
	background-image:none;
	background-color: white;
}
#contactForm fieldset label {
width:230px;
}

#contactForm fieldset #optin label {
width:40px;
}
#contactForm fieldset input {
	width:220px;
}
#contactForm fieldset #optin input {
display: inline;
}
#contactForm fieldset #optin #contactForm_ {
width:230px;
}
#contactForm fieldset #optin input{
float:left;
}






