@charset "utf-8";
/* CSS Document */

.block {
	width: 370px;
	position:relative;
}
.block-content {

}
#contact-band {
	background-image: url(../main_images/contactform_tape.png);
	background-repeat: no-repeat;
	height: 98px;
	width: 212px;
	position: absolute;
	left: -20px;
	top: -27px;
}
* html #contact-band {
	background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=corp, src='main_images/contactform_tape.png');
}
#contact-content {
	background-image: url(../main_images/contactform_background.jpg);
	padding: 20px;
}
#contact-text {
	height: 35px;
	width: 167px;
	text-indent: -9999px;
	margin-bottom: 30px;
}

#freelance {
	background-image: url(../main_images/iq_stamp.png);
	height: 92px;
	width: 135px;
	text-indent: -9999px;
	position: absolute;
	left: 215px;
	top: 6px;
}
* html #freelance {
	background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=corp, src='main_images/iq_stamp.png');
}
#form_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #333333;
	margin-bottom: 10px;
}
.fieldclass {
	background-image: url(../main_images/formfield-background.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	color: #333333;
	line-height: 13px;
	padding: 8px;
	margin-bottom: 15px;
	width: 305px;
}
#submitter {
	height: 44px;
	width: 114px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: top;
	cursor:pointer;
	display:block;
	background-color: transparent;
	background-image: url(../main_images/submit_button.jpg);
}
