/*
* Ad register form
*/
.adform td
{
	padding-left:20px;
	border-bottom:#0e0505 solid 1px;
}

.adform td.first
{
	width:27%;
	padding-left:0;
}

.faded
{
	opacity: 0.4;
}

.adform .faded td form
{
	display:none
}

/*
* Ad list item
*/
.aditem
{
	clear:both;
	border-top:#3d1919 solid 1px;
	border-bottom:#0f0504 solid 1px;
	overflow: auto;
	padding-left:5px;
	margin:0;
	padding-top:8px;
}

.aditem img
{
	float:left;
	margin-right: 8px;
}

.aditem a
{
	text-decoration:none;
}

.adcollection .aditem:FIRST-CHILD 
{
	border-top: none !important;
}

.adcollection .aditem:LAST-CHILD
{
	border-bottom: none !important;
}

p.title
{
	background:#600202;
	padding-left:5px;
	margin:5px 0;
}

.gray
{
	color:#be9a9a !important;
}

/*
* Ad view
*/
#imagecontainer
{
	float:left;
}

#adcontainer
{
	float:left; 
	padding:8px 15px; 
	width:380px;
}

div.sms_message
{
	background: url(cellphone.jpg) no-repeat top right #410000;
	padding:8px;
	color:#be9a9a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding-right:90px;
	margin:8px 0;
}

div.sms_message strong
{
	color:white;
}

div.sms_message gray
{
	font-size:10px !important;
}
