body{
	background-image: url("../newGfx/bg.png");
	background-repeat: repeat-x;
	padding: 40px 0px;
	margin:0px;
	overflow-y: scroll;
	background-color:#ebebeb;
}
.contentContainer{
	margin: 0px 10px;
	background-color:#fff;
	padding: 30px;
}
.mainbottom{
	background-image:url("../newGfx/mainbottom.png");
	margin: 0px 10px;
	background-position: bottom;
	height: 15px;
}
.fatLink a{
	color:#888;
	font-weight: bold;
}
body,td,input,textarea,select{
	font-size:12px;
	font-family: Arial, Sans-serif;
}
a{
	text-decoration:none;
	color:#888;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
p{
	margin: 0px;
	padding: 5px 3px;
}
.hidden{display:none;}
textarea{
	resize:none;
}
a img{
	border:0px;
}
a:active, a:focus {
	border:0px;
}
a:hover{
	color: #000;
	text-decoration:underline;
}
form{
	margin:0px;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
}
h1{
	padding: 5px 0px;
	font-size: 18px;
	font-weight:normal;
}
.alignRight{
	text-align:right;
}
.bold{
	font-weight:bold;
}
.grey{
	color: #666;
}.container{
	width:1000px;
	margin:0px auto;
}
.clearer{
	clear: both;
	line-height: 0px;
	height:0px;
	font-size:0px;
}
.listItem{
	padding:5px;
}
.oddRow{
	background-color:#eee;
}
.adListImage{
	width:65px;
	float:left;
}
.adListLeftContainer{
	width: 335px;
	padding-left: 5px;
	float:left;
}
.listItem a{
	font-size:13px;
	color:#333;
	font-weight:bold;
}
#passwordAfter{
	display:none;
}
#dialog-message{ display: none; }
#dialog-form{ display: none; }
.footer{
	padding: 5px 20px;
}
.annonceLeft,.annonceViewLeft{
	width:425px;
	float:left;
	margin-right:35px;
}
.searchDiv{
	width: 389px;
	height:70px;
	margin:0px auto;
	text-align:left;
	padding: 58px 00px 0px 70px;
	background-image:url("../newGfx/searchnobtn.png");
}
.annonceViewLeft{
	width: 550px;
}
.annonceViewRight{
	width: 200px;
	float:left;
}
.annonceRight,.frontPageRight{
	width: 459px;
	float:left;
}
.searchInput{
	width:242px;
	margin: 0px 20px;
	position:relative;
	border:0px;
	padding:3px;
	height:18px;
	background:none;
}
.searchInput:selected{
	border:0px;
}
.searchSubmit{
	background-image:url("../newGfx/btnSearch.png");
	border:0px;
	padding:0px;
	width:80px;
	height:25px;
	cursor:pointer;
	position:relative;
	top: -5px;
}
.searchSubmit:hover{
	background-image:url("../newGfx/btnSearch-hover.png");
}
.categoryList{
	width:300px;
	float:left;
}

#preview{
	position:absolute;
	background:#fff;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 100;
}

.boxContent label{
	width: 120px;
	float:left;
}
.boxContent .longLabel{
	width: 350px;
}
.boxContent .newUserCheck{
	width: 20px;
}
.boxContent input{
	width: 170px;
	margin-right:0px;
	float:left;
}
.boxContent textarea{
	width: 300px;
	margin-right:0px;
	height:70px;
	float:left;
}
.infoHover{width: 16px; margin: 0px 5px;float:left;}
.errorMsg{width: 140px;float:left;overflow:hidden; height: 18px;}