@charset "utf-8";
/* CSS Document */
#contact_lr {
	position: absolute;
	height: 300px;
	width: 450px;
	left: 75px;
	top: 40px;
}
#contact_title {
	text-align: center;
	position: absolute;
	height: 30px;
	width: 450px;
	top: 5px;
	left: 0px;
}
#contact_form_lr {
	position: absolute;
	width: 420px;
	top: 40px;
	left: 15px;
	height: 255px;
}
#contact_yname_container {
	line-height: 30px;
	position: absolute;
	height: 30px;
	width: 420px;
	left: 0px;
	top: 5px;
}
#contact_yemail_container {
	line-height: 30px;
	position: absolute;
	height: 30px;
	width: 420px;
	left: 0px;
	top: 40px;
}
#contact_yphone_container {
	line-height: 30px;
	position: absolute;
	height: 30px;
	width: 420px;
	left: 0px;
	top: 75px;
}
#contact_message_container {
	line-height: 30px;
	position: absolute;
	width: 420px;
	top: 110px;
	height: 100px;
	left: 0;
}
#contact_button_container {
	line-height: 30px;
	position: absolute;
	height: 30px;
	width: 420px;
	top: 215px;
	text-align: center;
	left: 0;
}
#contact_code_container {
	line-height: 30px;
	position: absolute;
	height: 30px;
	width: 420px;
	top: 255px;
	text-align: center;
	left: 15px;
	color: #F00;
}
#contact_txt_lr {
	line-height: 30px;
	height: 30px;
	width: 100px;
	position: absolute;
	left: 100px;
	top: 0px;
	text-align: right;
}
#contact_input_lr {
	position: absolute;
	height: 30px;
	width: 100px;
	top: 0px;
	right: 100px;
	line-height: 30px;
}
#contact_txtarea_lr {}
.contact_input {
	height: 25px;
	width: 100px;
	margin-top: 2px;
	color: #FFF;
	background-color: transparent;
	border: 1px solid #FFF;
}
.contact_txtarea {
	width: 320px;
	height: 80px;
	position: absolute;
	top: 10px;
	left: 50px;
	background-color: transparent;
	overflow: auto;
	SCROLLBAR-FACE-COLOR: #2f3080;
	SCROLLBAR-HIGHLIGHT-COLOR: #000;
	SCROLLBAR-SHADOW-COLOR: #2f3080;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #4e87be;
	SCROLLBAR-TRACK-COLOR: #2f3080;
	SCROLLBAR-DARKSHADOW-COLOR: #2f3080;
	border: 1px solid #FFF;
	color: #FFF;
}
.contact_button {
	width: 100px;
	height: 30px;
	background-image: url(/themes/showoff/images/buttons/contact_showoff.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.contact_button:hover {
	background-image: url(/themes/showoff/images/buttons/contact_showoff_hover.png);
}

