@charset "utf-8";
/* CSS Document */
	#image {
		background:#000000 url(../images_site/contact-main-bg.jpg) no-repeat left top;
	}
	.accordian_left {
		display:block;
		float:left;
		padding-left:3px;
		width:480px;
	}
	.accordian_right {
		display:block;
		float:right;
		width:260px;
		padding-right:20px;
		background-color:#FFFFFF;
	}
	p.border {
		margin-left:20px;
	}
	#test1-content, #test2-content, #test3-content, #test4-content {
		color:#000000;
		background-color:#FFFFFF;
	}
	form {
		margin-left:20px;
	}
	label {
		position:relative;
		display:block;
		float:left;
		width:200px;
		line-height:23px;
		height:23px;
		padding-left:9px;
		background:#ffffff url(../images_site/label_cap_white.jpg) no-repeat top left;
	}
	label input {
		position:absolute;
		display:block;
		float:right;
		color:#000000;
		width:100%;
		height:23px;
		line-height:23px;
		border:0px;
		padding-right:9px;
		background:#ffffff url(../images_site/input_right_white.jpg) no-repeat top right;
	}
	label textarea {
		position:absolute;
		display:block;
		width:100%;
		height:100px;
		color:#000000;
		border:0px;
		padding-right:9px;
		background:#ffffff url(../images_site/textarea_right_white.jpg) no-repeat top right;
		overflow:hidden;
	}
	label.textarea {
		position:relative;
		display:block;
		width:200px;
		height:100px;
		padding-left:9px;
		background:#ffffff url(../images_site/textarea_cap_white.jpg) no-repeat top left;
	}