html, body{
	height:100%;
}

/*body.fr{
	background-image: url(../img/bg_fr.jpg);
}
body.de{
	background-image: url(../img/bg_de.jpg);
}
body.en{
	background-image: url(../img/bg_en.jpg);
}
body.it{
	background-image: url(../img/bg_it.jpg);
}*/

.idealfont{
	text-transform:uppercase;
}

h1{
	font-size:20px;
	font-weight:normal;
}

body{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #f4922d;
}

a{
	color:#000000;
}

a:hover{
	color:#f4922d;
}

#header{
	position:relative;
	width:986px;
	height:100px;
}

#logo{
	position:absolute;
	top:10px;
	left:0px;
}

.container{
	width:986px;
}

#menu{
	float:left;
	clear:both;
	width:673px;
	height:36px;
	background-color:#fe7914;
	background-image: url(../img/tab-black.png);
	background-position:top right;
}

#main_menu{
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:16px;
}

#main_menu li{
	float:left;
	padding-left:10px;
}

#main_menu li a{
	display:block;
	color:#f3922d;
	padding-left:5px;
	padding-right:15px;
	padding-top:6px;
	padding-bottom:6px;
	height:25px;
	text-decoration:none;
	background-position:top right;
}

/*#main_menu li.first{
	border-left:none;
	-moz-border-radius-topleft:5px;
  	-webkit-border-top-left-radius:5px;
}*/

#main_menu li.selected{
	background-color:#ffffff;
	background-image: url(../img/tab-white.png);
}

#main_menu li.selected a, #main_menu li.selected a:hover{
	color:#000000;
	background-image: url(../img/tab-white.png);
	background-position:top right;
}


#main_menu li a:hover{
	color:#ffffff;
}

.backed{
	background-image: url(../img/tab-black.png);
}

.noback{
	background:none !important;
}

#lan_menu{
	list-style:none;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	padding-top:9px;
	padding-right:16px;
	float:right;
}

#lan_menu li{
	float:left;
	margin-left:5px;
	width:20px;
	height:20px;
	background-image: url(../img/lan_menu.png);
	background-repeat:no-repeat;
	background-position: center center;
}

#lan_menu li.selected{
	background-image: url(../img/lan_menu_selected.png);
}

#banner_left_1{
	width:300px;
	height:250px;
	margin-bottom:10px;
}

#banner_left_2{
	width:160px;
	height:600px;
	float:left;
}

#banner_left_3{
	width:120px;
	height:600px;
	float:right;
}

#lan_menu li a{
	display:block;
	width:20px;
	height:18px;
	padding-top:2px;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

#lan_menu li.selected a{
	color:#000000;
	background-image:none;
}

div.infobox{
	background-color:#f3f3f3;
	display:block;
	clear:both;
	margin-top:5px;
	overflow:visible;
	padding-left:10px;
}

div.infobox ul{
	margin:0px;
	padding:0px;
	margin-left:-10px;
	padding-bottom:10px;
}

div.infobox li{
	list-style:none;
	padding-left:15px;
	padding-right:15px;
}

div.infobox li a{
	border-bottom:1px solid #dddddd;
	text-decoration:none;
	display:block;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
}

div.infobox li:last-child a{
	border-bottom:none;
}
	

div.infobox h2{
	background-color:#f3f3f3;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	margin-left:-10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	background-image: url(../img/infobox_back_new.png);
	background-repeat:repeat-x;
	background-position: top center;
}

#content_left{
	float:left;
	width:673px;
}

#content_right{
	float:left;
	width:300px;
	padding-left:10px;
}

#content_area{
	float:left;
	clear:both;
	width:641px;
	padding-left:16px;
	padding-right:16px;
	padding-top:15px;
	padding-bottom:5px;
	background-color:#FFFFFF;
}

#footer{
	float:left;
	clear:both;
	background-color:#000000;
	width:641px;
	background-color:#000000;
	margin-top:30px;
	height:30px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

#footer_menu{
	list-style:none;
	padding:0px;
	margin:0px;
	padding-top:7px;
	padding-left:10px;
}

#footer_menu li{
	float:left;
	padding-right:10px;
}

#footer_menu li a{
	color:#ffffff;
	padding-left:10px;
	border-left:1px solid #FFFFFF;
}

#footer_menu li a:hover{
	color:#ffffff;
}

#table_result tr.odd td{
	background-color:#fafafa;
}

#table_result td, #table_result th{
	border-right:1px solid #e1e1e1;
}

#table_result th{
	text-transform:uppercase;
	font-size:10px;
}

#table_result td.last, #table_result th.last{
	border-right:none;
}

#table_result th a{
	background-image: url(../img/sort_default.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-right:10px;
	text-decoration:none;
	color:#000000;
}

#table_result th a.asc{
	background-image: url(../img/sort_asc.gif);
}

#table_result th a.desc{
	background-image: url(../img/sort_desc.gif);
}

#table_result tr.hover td{
	background-color:#f3f3f3;
	cursor:pointer;
}

/*div.radio, div.checkbox{
	clear:both;
}*/



.column label{
	display:inline;
	font-weight:normal;
}

#EquipementList{
	width:100%;
}
#EquipementList .column{
	margin-left:0px;
}

#EquipementSupsList{
	width:100%;
}
#EquipementSupsList .column{
	margin-left:0px;
}

/* DEBUT COLUMN */
ul.autocolumn{
	width: 100%;
	padding: 0;
	margin:  0;
	list-style: none;
	float:left;
	padding-bottom:30px;
}
ul.autocolumn li {
	float: left;
	width: 150px; /*Set default width*/
	padding: 0;
	margin:0;
	display: inline;
}
.block {
	height: 280px;
	font-size: 1em;
	margin-right: 14px; /*Creates the 10px gap between each column*/
	margin-bottom:10px;
	padding: 0px;
	/*background: #e3e1d5;*/
	font-size:14px;
	width:150px;
}
.block.over {
	background-color:#f3f3f3;
}
.block p{
	margin:0px;
}
.block a{
	font-size:10px;
	text-transform:uppercase;
	color:#ed632e;
	font-weight:bold;
}
.block h1 {
	font-size: 10px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
.block h2 {
	font-size: 14px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	height:3em;
}
.block img {
        /*Flexible image size with border*/
	width: 150px;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 0;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}
/* FIN COLUMN */

#annonce_details_left{
	float:left;
	width:328px;
}

#annonce_details_left th{
	font-weight:bold;
	text-transform:uppercase;
	padding-left:0px;
}

#annonce_details_right{
	float:right;
	width:310px;
}

#annonce_details_right #big_picture{
	width:310px;
	height:230px;
	background-color:#f3f3f3;
	margin-bottom:5px;
	display:block;
	clear:both;
	overflow:hidden;
}

#conseils_left{
	float:left;
	width:200px;
}

#conseils_right{
	float:right;
	width:420px;
}

div.conseil{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #efefef;
}


#thumb_list{
	display:block;
	clear:both;
	overflow:auto;
}

#thumb_list div.thumb{
	width:58px;
	height:44px;
	background-color:#f3f3f3;
	margin-right:5px;
	float:left;
}

#thumb_list div.thumb.last{
	margin-right:0px;
}

ul.admin_list{
	margin:0px;
	margin-bottom:15px;
}

.tlc5{
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

.trc5{
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

.blc5{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}

.brc5{
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

ul.admin_list li{
	list-style:none;
	border:1px solid #999999;  	
	height:29px;
	background-color:#e1e1e1;
	margin:0px;
	margin-top:10px;
	padding:5px;
	font-size:16px;
}

ul.admin_list li a.edit_btn{
	/*display:block;*/
	border:1px solid #999999;
	background-color:#f28d2d;
	height:19px;
	padding:5px;
	float:right;
	background-image: url(../img/btn_back.png);
	background-repeat:no-repeat;
	background-position: center center;
	text-decoration:none;
	margin-left:5px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

ul.admin_list li a.edit_btn:hover{
	color:#000000;
}

a.add_btn{
	display:block;
	border:1px solid #999999;
	background-color:#f28d2d;
	height:19px;
	padding:5px;
	padding-left:25px;
	background-image: url(../img/add_btn.gif);
	background-repeat:no-repeat;
	background-position: 5px center;
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

a.add_btn:hover{
	background-color:#000000;
}

input[type="button"], input[type="submit"], p.signuplink a{
	background-image: url(../img/btn_back.png);
	background-repeat:no-repeat;
	background-position: 0px center;
	background-color:#F4922D;
	border:1px solid #cdaa8d;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:27px;
	color:#ffffff;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
}

#searchnumber input[type="button"], #searchnumber input[type="submit"]{
	font-size:14px;
	background-position: center center;
	margin-left:5px;
	padding-left:5px;
}

#searchnumber input[type="text"]{
	background-image: url(../img/input_bg.gif);
	background-repeat:repeat-x;
	background-position: top center;
}

#searchnumber p.signuplink{
	float:left;
}

#searchnumber label{
	font-weight:normal;
}

 p.signuplink a{
 	padding-right:10px;
 }


a.general-button{
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	font-size:14px;
	background-color:#222222;
	color:#ffffff;
	padding:5px;
	text-decoration:none;
}

a.general-button:hover{
	background-color:#F4922D;
}

ul.equipement{
	padding:0px;
	margin:0px;
	list-style:none;
}

#annonce_details_left h2{
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:0.5em;
	margin-top:1.5em;
	font-weight:bold;
}

.tooltip { 
    display:none; 
	background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png);
    background:url(../img/tooltip_listing.gif); 
    height:115px; 
    padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px; 
    width:155px; 
    font-size:11px; 
    color:#fff; 
} 

div.formtooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}


div.formtooltip a{
	color:#f4922d;
}

div.formtooltip a:hover{
	color:#ffffff;
}



/*#main_menu a.signin {
    background:#88bbd4;
    padding:4px 6px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    *background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;
    *padding:4px 12px 6px;
}
#main_menu a.signin:hover {
   background:#59B;
    *background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
    *padding:4px 12px 6px;
}
#main_menu a.signin, #topnav a.signin:hover {
    *background-position:0 3px!important;
}*/

a.signin {
    position:relative;
    margin-left:3px;
}
a.signin span {
    background-image:url("images/toggle_down_light.png");
    background-repeat:no-repeat;
    background-position:100% 50%;
    padding:4px 16px 6px 0;
}
#main_menu a.menu-open {
    background:#F4922D !important;
    color:#ffffff !important;
    outline:none;
	border-top:1px solid #000000;
}
#small_signup {
    display:inline;
    float:none;
    line-height:23px;
    margin:25px 0 0;
    width:170px;
}
a.signin.menu-open span {
    background-image:url("images/toggle_up_dark.png");
    color:#789;
}


#signin_menu {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    display:none;
    background-color:#F4922D;
    width:210px;
    z-index:100;
    border:1px solid #000000;
	border-top:1px transparent;
    text-align:left;
    padding:12px;
    top:0px; 
    left: 2px; 
    margin-top:11px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#ffffff;
    font-size:11px;
	-moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
	position:absolute;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ACE;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#signin_menu p {
    margin:0;
}
#signin_menu a {
    color:#6AC;
}
#signin_menu label {
    font-weight:normal;
}
#signin_menu p.remember {
    padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#signin_menu p a {
    color:#ffffff !important;
}

#signin_menu ul{
	padding:0px;
	margin:0px
}

#signin_menu li{
	list-style:none;
	padding:0px;
	margin:0px
}

#signin_menu li a{
	display:block;
	width:100%;
	background-color:#ffffff;
	text-transform:uppercase;
}

#signin_menu li a:hover{
	background-color:#999999;
}

#signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url('images/bg-btn-blue.png') repeat-x scroll 0 0;
    border:1px solid #39D;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
}

.legal{
	clear:both;
	height:100px;
	border:1px solid #CCCCCC;
	padding:15px;
	overflow:auto;
	margin-bottom:10px;
}

input[type=text], input[type=password], input[type=textarea], select {
	background-image: url(../img/input_bg.gif);
	background-repeat:repeat-x;
	background-position: top center;
}

input[type=text], input[type=password], select {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #CCCCCC;
    font-size:11px;
    margin:0 0 5px;
    padding:5px;
	width:200px;
}

label {
    display:block;
    font-size:11px;
    margin:0 0 5px;
    padding:5px;
}

input, select, label, div.submit{
	float:left;
	margin-right:10px;
}

div input.big, div.select select.big{
	font-size:18px;
	width:300px;
	margin-right:0px;
}


#CarAnnonceCreateForm div.input, #UserRegisterForm div.input, #UserProfileForm div.input, #CarAnnonceEditForm div.input{
	clear:both;
}

#CarAnnonceCreateForm div.input.error, #UserRegisterForm div.error, #UserProfileForm div.error, #CarAnnonceEditForm div.error{
	float:left;
}

#CarAnnonceCreateForm div.checkbox, #UserRegisterForm div.checkbox, #UserProfileForm div.checkbox, #CarAnnonceEditForm div.checkbox{
	float:left;
	width:300px;
}

div.legalchk {
	width:500px;
	clear:both;
}


#CarAnnonceCreateForm div.input label, #UserRegisterForm div.input label, #UserProfileForm div.input label, #CarAnnonceEditForm div.input label{
	width:200px;
}

#CarAnnonceCreateForm label.title, #UserRegisterForm label.title, #UserProfileForm label.title, #CarAnnonceEditForm label.title{
	width:100%;
	clear:both;
	text-transform:uppercase;
	background-color:#EFEFEF;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
	margin-bottom:10px;
	margin-top:10px;
}

#CarAnnonceSearchForm #options label.title{
	width:50px;
}

#CarAnnonceSearchForm #options select{
	width:211px;
}

#CarAnnonceSearchForm #options input{
	margin-right:10px;
}


div.double{
	clear:both;
}

div.double label{
	width:100px;
}

div.date input, div.date select {
	width:auto;
}

#searchbox{
	position:relative;
	float:left;
	height:auto !important;
	clear:both;
	background-color:#f3f3f3;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	padding:9px;
	margin-bottom:15px;
}
#searchbox input[type=submit], #searchbox p.signuplink{
	position:absolute;
	right:10px;
	margin-bottom:0px;
}
#searchnumber input[type=submit], #searchnumber p.signuplink{
	position:relative;
	background-position:left center;
	margin-bottom:0px;
}

#options{
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border:1px solid #b4b4b4;
	background-color:#ffffff;
	margin-top:0px;
	margin-bottom:20px;
	padding:10px;
	position:relative;
	float:left;
	height:auto !important;
	clear:both;
	width:603px;
	display:block;
}

html > #options{
	float:none;
	display: inline;
}

#options.plus{
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

#more_options{
	margin-left:75px;
	margin-top:15px;
}

#more_options div.input.select{
	width:auto;
	float:left;
}

#optiontabs{
	list-style:none;
	clear:both;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	border-collapse:collapse;
	position:absolute;
	top:0px;
	left:0px;
}

#optiontabs li{
	display:inline;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
	cursor:pointer;
}

#optiontabs #tab1{
	border:1px solid #b4b4b4;
	border-bottom-color:#f3f3f3;
	background-color:#ffffff;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	color:#555555;
}

#optiontabs #tab2{
	border:none;
	border-bottom-color:#b4b4b4;
	background-color:#f3f3f3;
	color:#ed632e;
}

#optiontabs #tab1.plus{
	border:none;
	border-bottom-color:#b4b4b4;
	background-color:#f3f3f3;
	color:#ed632e;
}

#optiontabs #tab2.plus{
	border:1px solid #b4b4b4;
	border-bottom-color:#f3f3f3;
	background-color:#ffffff;
	color:#555555;
}

#searchnumber{
	width:auto;
	padding:5px;
	padding-bottom:2px;
}

.clickable{
	cursor:pointer;
}

#displaytypes{
	position:absolute;
	right:0px;
	top:0px;
}

a.display_list{
	padding-left:23px;
	padding-top:4px;
	padding-bottom:5px;
	background-image: url(../img/display_list.png);
	background-repeat: no-repeat;
	background-position: left center;
	height:19px;
	color:#858585;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	margin-right:15px;
}

a.display_list.selected{
	background-image: url(../img/display_list_selected.png);
	color:#ed632e;
}

a.display_gallery{
	padding-left:23px;
	padding-top:4px;
	padding-bottom:5px;
	background-image: url(../img/display_gallery.png);
	background-repeat: no-repeat;
	background-position: left center;
	height:19px;
	color:#858585;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

a.display_gallery.selected, a.display_gallery:hover{
	background-image: url(../img/display_gallery_selected.png);
	color:#ed632e;
}

#logout{
	position:absolute;
	top:0px;
	left:565px;
}

#logout a{
	color:#ed632e;
	text-decoration:none;
}

a.helpbox{
	float:left;
	padding:5px;
}

div.select select{
	width:210px;
}

#paging div{
	float:left;
	margin-left:10px;
}

#paging div.disabled{
	visibility:hidden;
}

#CarAnnonceContactForm h3{
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
}

#CarAnnonceContactForm p{
	margin:0px;
}

#CarAnnonceContactForm div.textarea label{
	float:none;
	margin-bottom:0px;
}

#CarAnnonceContactForm div.textarea textarea{
	width:280px;
	height:100px;
	margin-top:0px;
}

#CarAnnonceContactForm div.text input{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background-image:none;
	width:180px;
}

#CarAnnonceContactForm div.text label{
	float:left;
	width:80px;
}

#CarAnnonceContactForm p.signuplink{
	margin-top:10px;
	padding-bottom:10px;
}

#CarAnnonceContactForm p.signuplink a{
	background-image: url(../img/btn_back.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#F4922D;
	border:1px solid #cdaa8d;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	color:#ffffff;
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
}


#ContentContactForm h3{
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
}

#ContentContactForm p{
	margin:0px;
}

#ContentContactForm div.textarea label{
	float:none;
	margin-bottom:0px;
}

#ContentContactForm div.textarea textarea{
	width:280px;
	height:100px;
	margin-top:0px;
}

#ContentContactForm div.text input{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background-image:none;
	width:180px;
}

#ContentContactForm div.text label{
	float:left;
	width:80px;
}

#ContentContactForm p.signuplink{
	margin-top:10px;
	padding-bottom:10px;
}

#ContentContactForm p.signuplink a{
	background-image: url(../img/btn_back.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#F4922D;
	border:1px solid #cdaa8d;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	color:#ffffff;
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
}


