.popup_service_text{
	margin: 0 20px 20px 0;
	line-height: 20px;
}
.popup_service_price{
	font-weight: bold;
	margin: 0 0 20px 0;
}
.popup_service_image{
	border: 2px dashed #BBBBBB;
}
input[type="submit"].popup_service_button{
	border: 1px solid #6fa412;
	background-color: #95d622;
	background-image: -moz-linear-gradient(top,	#95d622 0,	#7ab70f 100%);
	background-image: -ms-linear-gradient(top,	#95d622 0,	#7ab70f 100%);
	background-image: -o-linear-gradient(top,	#95d622 0,	#7ab70f 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,	#95d622),color-stop(100%,	#7ab70f));
	background-image: -webkit-linear-gradient(top, #95d622 0, #7ab70f 100%);
	background-image: linear-gradient(to bottom, #95d622 0, #7ab70f 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-icab-border-radius: 3px;
	border-radius: 3px;
	behavior: url(pie.htc);
}



.p_success ul{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.p_success ul li{
	margin: 0 0 5px 0;
}
.p_success ul li a{
	color: #18692f;
}



.p_message{
	/*
	background: #37ca2c;
	background: rgba(200, 252, 199, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7037ca2c,endColorstr=#7037ca2c);
	
	*/
	border: 5px solid #37ca2c;
	
	background: #EFEFEF;
	background: rgba(239, 239, 239, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70EFEFEF,endColorstr=#70EFEFEF);
	
	padding: 10px;
	margin: 0 0 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie.htc);
	//font-weight: bold;
}
.p_message p{
	margin: 0 0 13px 0;
}
.p_message ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.p_message ul li{
	margin: 0 0 5px 0;
}
/*
.p_message ul li a{
	color: #18692f;
}
*/


.p_item_msg_ads_info{
	float: left;
	width: 350px;
	overflow: hidden;
}
.p_item_msg_text{
	margin: 10px 0 0 0;
}
.p_item_info.msg{
	width: 675px;
}
.p_item_msg_text{
	background: #bde5f8;
	padding: 5px;
}
.p_item_msg_text .text{
	max-height: 28px;
	overflow: hidden;
}
.p_item_msg_text .date{
	margin: 5px 0 0 0;
	color: #777;
}


.p_item_msg{
	padding: 10px 0 10px 0;
	border-bottom: 2px solid #EFEFEF; 
}
.p_item_msg .header{
	font-weight: bold;
	margin: 0 0 10px 0;
}
.p_item_msg .header .date{
	color: #777;
}
.p_item_msg .text{
	
}
.p_item_msg .text .author{
	font-weight: bold;
}
.p_item_msg .action{
	margin: 10px 0 0 0;
	text-align: right;
}


.p_social_links_popup_wrap{
	text-align: center;
	margin: 20px 0 0 0;
}