﻿.r2msg {
	display: block;
	line-height: 1.4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 20px 5px 10px;
	zoom: 1;
	font-size: 15px;
	font-family: Tahoma;
	color: #444;
}


.msg_notice {
	background-color: #ffc;
	border: 1px solid #fc6;
}

.msg_error {
	background-color: #fcc;
	border: 1px solid #f66;
}

.msg_success {
	background-color: #dcffe6;
	border: 1px solid #87e4a2;
}


.r2msginner {
	padding: 6px 40px 6px 0;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.msg_notice .r2msginner {
	background-image: url(https://images.cf-rabota.com.ua/2013/11/img/msg/warn.png);
}

.msg_error .r2msginner {
	background-image: url(https://images.cf-rabota.com.ua/2013/11/img/msg/fail.png);
}

.msg_success .r2msginner {
	background-image: url(https://images.cf-rabota.com.ua/2013/11/img/msg/success.png);
}

.r2msg.noicon .r2msginner {
	background: none;
	padding-right: 0;
}

.jobsearcher .autocolorize .r2msg h1,
.r2msg h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #444;
}

.jobsearcher .autocolorize .r2msg h2,
.content .r2msg h2,
.r2msg h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #444;
}

.jobsearcher .autocolorize .r2msg h3, .jobsearcher .autocolorize .r2msg h4, .jobsearcher .autocolorize .r2msg h5, .jobsearcher .autocolorize .r2msg h6,
.r2msg h3,
.r2msg h4,
.r2msg h5,
.r2msg h6 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #444;
}

.r2msg ul,
.r2msg ol {
	padding-left: 2em;
}

.r2msg .r2msginner p:first-child {
	margin-top: 0;
}

.r2msg .r2msginner p:last-child {
	margin-bottom: 0;
}

.r2msg .r2msginner h2:first-child {
	margin-top: 0;
}

.r2msg .r2msginner h2:last-child {
	margin-bottom: 0;
}
