@CHARSET "UTF-8";

/******* /LOGO  *******/
/******* CONTAINER *******/
#sell-container{
	width: 600px;
	margin-top: 20px;
	text-align: left;
}
/******* /CONTAINER *******/
/******* FORM *******/
#customForm{
	padding: 0 10px 10px;
}
#customForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	width: 550px;
	height: 200px;
	padding: 6px; 
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{ 
}
#customForm #send:hover{ 
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /FORM *******/

#form-right {
	width:250px;
	float:right;
	margin-right:100px;
}

#form-left {
	width:220px;
}

.info, .success {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success.png');
} 

#ad-images-container {
	float:right;
	margin:20px;
}

#ad-hr {
    height:.2em;
    width:100%;
    background:#ddd;
    border: none;
   }


#ad-images {
	text-align:center;
	border: 2px solid #cccccc;
	padding:5px;
	font-size: 9px;
}

#ad-title {
}


#ad-price {
	float:right;
	font-size: 13pt;
	font-weight:bolder;
}


#ad-posted {
	margin-top:5px;
	font-size: 9px;
}


#ad-body {
}



