
/* margin from left border */

#emailrequest-container, #request-product-container, #request-info-container {
	margin-left: 18px;
}

.er-cell-title, .er-cell-input {
	float: left;
}

#er-select-cell, 
#er-top-cell, 
#er-mid-cell, 
#er-bot-cell, 
#er-submit-cell, 
#er-error-container, 
#request-product-container, 
#request-info-container, 
.request-thx {
	width: 480px;
	padding: 4px;
	margin-bottom: 5px;
	border: 1px solid #9B0202;
}

.request-thx {
	margin: 10px;
}

#er-submit-cell {
	border: none;
}

#er-error-container {
	border: 1px solid red;
}

#request-product-container {
}

.request-product-img {
	text-align: center;
}

.er-error-entry {
	color: red;
}

#request-info-container {
	border: 1px solid #DCB455;
	width: 472px;
	padding: 8px;
	margin-bottom: 20px;
}

#request-info-container p {
	font-size: 11px;
}

.request-product-title h4 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #9B0202;
}


#emailrequest-container input, #emailrequest-container textarea {
	width: 95%;
	font-size: 11px;
	line-height: 13px;

	border-left: 1px solid #D4D0C8;
	border-top: 1px solid #D4D0C8;
	
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
#emailrequest-container .er-cell-input .er-cell-input-double input {
	width: 90%;
}
#emailrequest-container #er-submit {
	width: 80px;
	border: none;
	color: #fff;
	background-color: #9B0202;
	border-left: 2px solid #D60303;
	border-top: 2px solid #D60303;
	border-right: 2px solid #7E0202;
	border-bottom: 2px solid #7E0202;
	font-weight: bold;
}

#er-submit-cell {
	text-align: right;
}

/**
 * double cells like: firstname, name
 */
 
.er-cell-input .er-cell-input-double {
	float: left;
	width: 140px;
	margin-right: 5px;
}

.er-cell-title, .er-cell-input {
	margin-top: 2px;
}

.er-cell-title {
/*	border: 1px solid red;*/
	width: 150px;
	margin-right: 5px;	
	font-size: 12px;
}

.er-cell-input {
/*	border: 1px solid red;	*/
	width: 305px;
}

.er-info h5 {
	font-size: 12px;
	margin: 0 0 8px 0;
	padding: 0;
	border-bottom: 1px solid #efefef;
}

/**
 * note box
 */
.er-note-box {
	margin-top: 4px;
	margin-bottom: 6px;
}

.er-note-box p {
	color: #676767;
}