/* subscribe */
body {
    background: url("http://svp-love.ru/subscribe/images/bg-delimeter-article.png") no-repeat scroll 0 bottom transparent;
    margin: 0 0 9px;
    padding: 0 0 13px;
}
.borderClass {
	border:solid 2px #cfe0d4;
	border-radius:10px;
	padding:0px 15px;
	height:162px;
	background:url("http://svp-love.ru/subscribe/images/bg-subscribe-forrm.png") repeat-x 0 bottom;
}
.borderClass .subscribe-header{
	margin:13px 0 15px;
	font-family: Myriad Pro, trebuchet ms, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
.borderClass .title{
	color:#878787;
	font-family: Myriad Pro;
    font-size: 13px;
	line-height:15px;
	margin:0 0 20px;
}
.borderClass #fields{
	float:left;
	font-family: Georgia, Times New Roman, serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #2B2B2B;
}
.borderClass input{
	margin:0 8px 0 0;
	height: 36px;
	width: 187px;
	padding: 1px 10px;
	line-height: 30px;
	background: #fff;
	border: solid 1px #b4d2bd;
	border-radius: 6px;
	color: #333;
	font-family: Myriad Pro, trebuchet ms;
	font-size: 13px;
}
.borderClass #submit{
	float:left;
	font-family: Georgia, Times New Roman, serif;
	line-height: 15pt;
}
.borderClass #submit input{
	border:0;
	width:172px;
	background:url(http://svp-love.ru/subscribe/images/bg-subscribe-btn.png) no-repeat 0 0;
	color: transparent;
	font-family: tahoma;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.borderClass.notice.success {
	background-color: #bcf3b5;
	height: 20px;
}
.borderClass.notice.failure {
	background-color: #f3b5b5;
	height: 20px;
}