@charset "utf-8";

/* CONTACT
------------------------------------------------------------------------------*/

#inquiry p {
	margin-bottom: 15px;
	line-height: 1.75;
}

#inquiry table {
	border-collapse: collapse;
	margin-bottom: 30px;
}

#inquiry th {
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-left: 5px;
	text-align: right;
	background-color: #FAEEF1;
	padding-right: 5px;
	height: 51px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}

*:first-child+html #inquiry th label {
	line-height: 1.25;
}

* html body #inquiry th label {
	line-height: 1.25;
}

#inquiry td {
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}

#inquiry span {
	margin-left: 10px;
	margin-right: 10px;
}

option {
	color:#000000;
}

textarea {
	color:#000000;
	width: 400px;
	height: 70px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	vertical-align: middle;
	border: 1px solid #DDDDDD;
	background-image: url(../images/contact/bg_text.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

input {
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 2px;
	height: 16px;
	border: 1px solid #DDDDDD;
	background-image: url(../images/contact/bg_text.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

select {
	padding-top: 3px;
	padding-bottom: 3px;
}

.textShort {
	width: 150px;
}

.textVeryShort {
	width: 30px;
}

.textLong {
	width: 400px;
}

.textPost {
	width: 75px;
}

.textspace {
	margin-right: 5px;
	_margin-bottom: 5px;
}

#inquiry .bgWhite {
	background-color: #FFFFFF;	
}

#inquiry .bottomnone {
	border-bottom: none;
}

.submit {
	height: 25px;
	width: 150px;
	background-image: url(../images/contact/btn_submit.jpg);
	border:0 none;
}

#inquiry .textAreaHight {
	height: 109px;
}

#inquiry .submitHight {
	height: 67px;
}
#inquiry #inqMale,
#inquiry #inqFemale {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}

