#contact-box{
	position: relative;
	width: 100%;
	height: 152px;
	background: url(../../images/contact-bg.png) no-repeat;
	padding: 15px;
	margin-bottom: 20px;
	color: #010000;
}
#contact-line-top		{ position:absolute; }
#contact-line-bottom	{ position: absolute; width: 100%; bottom: 5px; }
#contact-mail{
	display:block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-transform: none;
	text-decoration: none;
	font-size: 19px;
	color: #c32826 !important;
}
#contact-phone{
	display:block;
	position: absolute;
	bottom: 0px;
	right: 40px;
	line-height: 48px;
	font-size: 48px;
	color: #c32826 !important;
}

#map{
	width: 100%; 
	height:400px; 
	border:#ccc 1px solid;
	margin-bottom:60px;	
}

#contact-title{
	display: block;
	font-size: 18px;
	color: #c32826 !important;
	margin-bottom: 24px;
}

#contact-book{
	float: right;
	width: 233px;
	height: 242px;
	background: url(../../images/contact-book.png) top left no-repeat;
}

#contact-form-container{
	width: 480px;
}

form[name="contact"]{
	color: #4f4f4f !important;
}

form[name="contact"] label{
	display: block;
	margin-bottom: 5px;
}
form[name="contact"] input[type="text"]{
	width: 310px;
}
form[name="contact"] textarea{
	width: 450px;
	max-width: 450px;
	min-width: 450px;
	height: 150px;
	min-height: 150px;
	max-height: 150px;
}

form[name="contact"] input[type="text"],
form[name="contact"] textarea{
	border: 4px double #dbdbdb;
}
form[name="contact"] input[type="text"],
form[name="contact"] textarea{
	font-size: 16px;
}
form[name="contact"] select{
	height: 30px;	
	font-size: 16px;
}