/*Press Form mystyle styling*/
#pressform {
	text-align: left;
	margin:  0;
	padding: 0;
}

#pressform table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	width: 470px;
}

#pressform table td {
	text-align: left;
}

#pressform table td.left {
	width: 260px;
}

#pressform table td.leftStreet {
	width: 220px;
}

#pressform table td.leftHousenumber {
	width: 40px;
	text-align:right;
}

#pressform table td.leftZipcode {
	width: 60px;
}

#pressform table td.leftCity {
	width: 200px;
	text-align:right;
}

#pressform table td.right {
	width: 210px;
}

#pressform input, #pressform textarea {
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:0.9em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

#pressform input {
	margin: 5px 5px 1px auto;
	padding: 2px;
	width: 260px;
}

#pressform input.medium1 {
	float: left;
	margin: 5px 0 1px 0;
	width: 215px;
}

#pressform input.small1 {
	float: right;
	width: 26px;
}

#pressform input.medium2 {
	width: 195px;
}

#pressform input.small2 {
	margin: 5px 0 1px 0;
	width: 45px;
}

#pressform textarea {
	padding: 0;
	width: 100%;
}

input#presssubmit {
	margin:20px 0 0;
	padding:2px;
	width:170px;
}

input.hiddenfield {
	background:transparent;
	border:none;
	padding:0px;
	margin:0px;
}
