@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);



header p{
	max-width:100%!important;
	
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#contact_p{
	max-width:460px!important;
}

header h3{
	font-size:30px!important;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
/*----------------------------contact-----------------------------------*/

#contact{
	clear: both;
	width: 80%;
	padding-top: 30px;
	text-align: left;
		margin-right: auto;
	margin-left: auto;
}




#contact dd, #contact dt{
	padding: 1%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0EBE9;
	float: left;
}

#contact dt{
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 2%;
	width: 26%;
}

#contact dd{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #F0EBE9;
	width: 66%;
	line-height: 180%;
	}
	

#contact dl{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0EBE9;
	width:100%;
}

#contact #formbtn{
	text-align: center;
	padding: 10px;
	clear: both;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0EBE9;
}

input, textarea, select{
	padding: 4px;
	font-size: 100%;
	letter-spacing: 0.5px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	

}

input[type="text"],textarea{
	width:80%!important;
			border: 1px solid #CCC;

}

input[type="submit"]{
	background-color: #c2110e;
	border: 1px solid #CCC;
	color: #FFF;
}

input[type="reset"]{
	background-color: #CCC;
	border: 1px solid #CCC;
}
.color_pink{
	color: #C00;

}


#contact_msg{
		text-align: left;
			padding-bottom: 5%;
}




#back_btn{
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#back_btn a {
	width: 30%;
	height: 25px;
	background-color: #CC0000;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.mb2 #back_btn a{
		width:80%;
}
/********
	mob
*********/

.mb2 header h3{
	font-size:22px!important;
}
.mb2 #contact{
	padding-top: 5px;
	width:100%;
}

.mb2 #contact dd, .mb2 #contact dt{
	padding: 1%;
	border-top-style: none;
	float: none;
	width: 98%;
}

.mb2 #contact dt{
	background-image: url(../contact/images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2%;

}

.mb2 #contact dd{
	border-left-style: none;
}
