﻿body{
	background: transparent url('images/bg.gif') repeat;
	font-family:  Helvetica, Arial, sans-serif;
	color: #D7DFE1;
	font-size: 10pt;
}
#center{
	background: transparent url('images/cen.gif') repeat-y;
	width: 905px;
	margin: 0px auto;
	padding-top: 23px;
}
#logo{
	background: transparent url('images/web.jpg') no-repeat;
	width: 905px;
	height: 470px;
	margin: 0px auto;
}
#boxes{
	background: transparent url('images/boxes.jpg') no-repeat;
	width: 905px;
	height: 272px;
} 
.contain{
	padding-left: 50px;
}

/* Inquiry page*/
textarea{
	overflow:auto;
}
.txt{
	border: none;
	display: block;
	background: #154457;
	padding: 3px;
	width: 250px;
	border: 1px #FDE96C solid;
	border-left: 3px #FDE96C solid;
	font-family:  Helvetica, Arial, sans-serif;
	color: #D7DFE1;
	font-size: 10pt;
}
.txt:hover, .txt:focus{
	border-left-color: #D55400;
}
.but{
	border: 1px #FDE96C solid;
	border-left: 3px #FDE96C solid;
	background: #154457;
	padding: 3px;
	cursor: pointer;
	color: #D7DFE1;
}
.but:hover{
	border-left-color: #D55400;
}
.memo{
	width: 374px;
	height: 150px;
}
label{
	display: block;
	margin-bottom: 10px;
}
label span{
	margin-bottom: 2px;
	display: block;
}
.errormsg{
	display: block;
	padding: 10px;
	background: #FBE3E4;
	border: 2px #FBC2C4 solid;
	margin: 10px 0;
	color: #2e2e2e;
}
.sent{
	display: block;
	margin: 10px 0;
	padding: 10px;
	background: #E6EFC2;
	border: 2px #C6D880 solid;
	color: #2e2e2e;
}
em.req{
	color: #C04C0F;
}



