@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	color: #666;
    font-family: verdana,arial,sans-serif;
}

p, td {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
}

.clearfix:before, 
.clearfix:after {
	content: ""; 
	display: table; 
	zoom: 1; 
	*display: inline;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.upbutton {
	position: relative; top: -257; z-index: 1;
	color: white;
}

.upbutton2 {
	position: relative; top: -96; z-index: 1;
	color: white;
}

.newitem {
	color: #ff0000;
}

#validate-email {
	display: none;
}

.product-email-page-header {
	margin: 20px 0 10px;
}

.product-email-page-header-title {
	text-align: center;
}

.product-email-page-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.product-email-page-header-left {
	float: left;
	width: 200px;
}

.product-email-page-header-right {
	float: left;
	width: 537px;
}

.product-email-page-form-container {
	border: 1px solid #336699;
}

.product-email-page-table {
	width: 100%;
}

.product-email-page-form-left {
	float: left;
	width: 61px;
	background: #336699;
}

.product-email-page-form-right {
	float: left;
	width: 658px;
	padding: 5px 10px;
}

.form-label {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px 0;
}

.captcha {
	margin: 15px 0 0;
}

.alert {
	font-size: 13px;
	font-weight: bold;
	color: #c41230;
	margin: 10px 0 5px;
}

.form-buttons {
	padding: 12px 0;
	text-align: center;
	vertical-align: middle;
}
.col-width-50 {
	width: 50%;
	float: left
}
