@charset "utf-8";
header{
	background-image: url(../img/header/leaf/header_img_bottom.png);
	background-repeat: repeat-x;
	background-position: left 125px;
	background-size: 975px 325px;
	height: 325px;
	margin-bottom: 0px;
	background-color: #000;
}
#info p{
	font-size: 85%;
	text-align: center;
	line-height: 2;
	margin-bottom: 20px;
}
.btns{
	margin: 30px;
	text-align: center;
}
.btn{
	width: 100px;
	margin: 0 10px;
	padding: 10px;
	border: none;
	color: #ffe;
}
.clear{
	background-color: #ccc;
	color: #000;
}
.send{
	background-color: #5f3464;
}

label,
input[type="radio"],
input[type="reset"],
input[type="submit"]{
	cursor: pointer;
}

span{
	color: #de4545;
	font-weight: bold;
}

.errorMsg{
	display: block;
	color: #f00;
}

.errorInput{
	background: #fcf0f2;
}