div#content div#innerContent p {
	margin:				20px 0 0 30px;
}

div#content  #innerContent p.error {
	color:				#BE3100;
	margin:				20px 0 0 30px;
	font-weight;		bold;	
}

form#pressrequestForm {
	width:				100%;
	height:				100%;
	padding:			20px 0 0 30px;
	color:				#000000;
}

form#pressrequestForm div.floatLeft {
	position:			relative;
	margin-right:			20px;
	height:				100%;
}

form#pressrequestForm label {
	width:				120px;
	float:				left;
	margin-bottom:			4px;
	font-size:			11px;
}

form#pressrequestForm span {
	color:				#be3100;
}

form#pressrequestForm .error {
	background-image:		url('../../../../images/form_input_bg_error.gif');
}

form#pressrequestForm label.error {
	width:			0px;
	height:			0px;
	overflow:		hidden;
}

div#errorLegenda {
	float:					left;
	display:				none;	
	background-image:		url('../../../../images/form_input_bg_error.gif');
	width:					150px;
	height:					16px;
	margin:					16px 0 0 20px;
	text-align:				center;
	padding-top:			4px;
}

form#pressrequestForm input {
	float:				left;
	clear:				left;
	width:				330px;
	height:				20px;
	margin-bottom:			6px;
	border:				0;
	background-image:		url('../../../../images/form_input_bg.gif');
	background-repeat:		repeat;
}

form#pressrequestForm select {
	float:				left;
	clear:				left;
	width:				330px;
	height:				20px;
	margin-bottom:		6px;
}

form#pressrequestForm textarea {
	float:				left;
	clear:				left;
	width:				330px;
	height:				136px;
	margin-bottom:		19px;
	border:				0;
	background-image:	url('../../../../images/form_input_bg.gif');
	background-repeat:	repeat;
	overflow:			hidden;
}

form#pressrequestForm .name {
	width:				160px;
	clear:				none;
	margin-right:		10px;
}

form#pressrequestForm .surname {
	width:				160px;
	clear:				none;
}

form#pressrequestForm .zipcode {
	width:				100px;
	clear:				none;
	margin-right:		10px;
}

form#pressrequestForm .city {
	width:				220px;
	clear:				none;
}

form#pressrequestForm input#submit {
	width:				90px;
	margin-top:			5px;
	text-align:			center;
	color:				#ffffff;
	background-color:	#000000;
	background-image:	none;
	font-weight:		bold;
}

div#innerContent p {
	color:					#000000;
	margin-left:			30px;
}


