* {
	padding: 0;
	margin: 0;
}
body {
	background: #fff;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #5C5E5F;
	text-align: center;
}

#profile_container {
	width: 520px;
	margin: 32px auto 4px auto;
	text-align: left;
}

#profile_container h1 {
	color: #E29615;
	font: 20px/20px "Arial Narrow", Arial;
	font-weight: bold;
	padding-bottom: 15px;
}
#profile_container p {
	padding-bottom: 20px;

}
#profile_container #logo {
	float: right;
}
#profile_container #product_image {
	float: right;
	padding: 21px 0 20px 20px;
}
#profile_container p.contact_company {
	line-height: 25px;
}
#profile_container p.contact_company a {
	background: url(../_img/button_back.gif) repeat-x;
	color: #fff;
	padding: 0 8px;
	line-height: 25px;
	text-decoration: none;
	float: left;

}
#profile_container p.contact_company a:hover {
	background-position: 0 -25px;
	color: #444;
}


table.formtable tr td {
	background: transparent;
	padding: 5px 8px;
	vertical-align: top;
}
#formholder {
	clear: both; 
	padding: 12px;
	border: 1px solid #ACD0EA;
	background: #F4F5F8;
}
.alignright {
	text-align: right;
}
.submitt {
	font-size: 17px;
	padding: 2px;
}


/* generic links */
#profile_container a {
	color: #C51D23;
	font-style: italic;
	outline: none;
}
#profile_container a:hover {
	color: blue;
}
hr {
	height: 2px;
	border: 0;
	color: #B5C7D5;
	background: #B5C7D5;
	margin-bottom: 15px;
	width: 450px;
	padding-left: 7px;
}

