/*********************************************************************/
/**	Name: Add News WP-Recall FULL (Объявление в личном кабинете)	**/
/**	Author Uri: http://codeseller.ru/author/ulogin_vkontakte_220251751/	**/
/**	style.css														**/
/*********************************************************************/
.action-block {
margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 15px;
padding-top: 0;
}
#button-block {
}
p#text-action {
}
a#button-action {
border: 1px solid;
padding: 8px 10px;
border-radius: 4px;
text-decoration: none;
}
a#button-action:hover {
text-decoration: none;
}
.window-addnwpr {
display: none;
}
.close_button {
float: right;
/* color: red !important; */
width: 20px;
height: 20px;
font-weight: bold !important;
margin-right: -14px;
margin-top: -4px;
}
.close_button:hover {
cursor: pointer;
}
.addnwpr {
position: relative;
border-radius: 2px;
margin: 10px 0;
padding: 0px 10px 19px;
}
h3#title-addnwpr {
}
p#text-addnwpr {
margin-left: 30px;
margin-right: 30px;
}
.close_button {
	font-size: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0;
	/*+placement: 10px -10px;*/
	position: relative;
	left: 10px;
	top: -10px;
}
