@charset "utf-8";
/* CSS Document */

/***************************************************** BACKGROUND **************************************************/
.content-container#contact-bg {
	overflow: auto;
	position: relative;
	width: 860px;
	height: 740px;;
	float: right;
	background-image: url(../images/contact-bg.png);
	background-position: 40px 300px;
	background-repeat: no-repeat;
}
/*****************************************************************************************************************/


#contact-top-image {
	position: relative;
	width: 628px;
	height: 230px;
	float: right;
	top: -58px;
	background-image: url(../images/contact-top-image.png);
	background-position: top right;
	background-repeat: no-repeat;
}


/**********************************************************************************************************************************/

#contact-title {
	width: 300px;
	height: 45px;
	float: left;
	background-image: url(../images/contact-title.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#enquiry-form-title {
	width: 600px;
	height: 30px;
	float: left;
	background-image: url(../images/enquiry-form-title.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/************************ Contact Content **********************************/
.content#contact {
	float: right;
	width: 600px;
	height: auto;
	padding: 10px;
	overflow: auto;
}

#form-container{
	width: 600px;
	overflow: auto;
}

.field-description {
	color: #999;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 150px;
	float: left;
}

.fill-area {
	color: #999;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 400px;
	float: right;
	overflow: hidden;
}

#two-lines-multiple-items {
	float: left;
	margin-left: 50px;
	width: 320px;
	height: 70px;
	overflow: hidden;
}

#one-line-multiple-items {
	float: left;
	margin-left: 50px;
	width: 320px;
	height: 35px;
	overflow: hidden;
}

input.text {
	color: #333;
	margin:0;
	padding:2px 0;
	width: 200px;
}

.checkbox-item {
	float: left;
}

input.checkbox {
	display: block;
	height: 13px;
	line-height: 1.4em;
	margin: 6px 0 0 3px;
	width: 13px;
}

input.specify {
	color: #333;
	margin:0;
	padding:2px 0;
	width: 100px;
}

label.choice {
	color: #999;
	display: block;
	font-size: 100%;
	line-height: 1.4em;
	margin: -1.55em 0 0 25px;
	padding: 4px 0 5px;
	width: 50px;
}

label.specify {
	color: #444;
	display: block;
	font-size: 100%;
	line-height: 1.4em;
	margin: -1.55em 0 0 25px;
	width: 100px;
	margin-left: 110px;
}

#remark-area {
	float: left;
	margin-left: 50px;
	width: 320px;
	height: 120px;
	overflow: auto;
}
textarea.remarks {
	height: 90px;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

input.button-text {
	overflow:visible;
	padding:0 7px;
	width:auto;
}

/************************ Contact Content **********************************/
