div#tellfriend label { width:100%; text-align:left; float:left;}
div#tellfriend label.error { color:#EF3333; text-align:center; margin:-26px 0 0 0; float:left; display:inline; }
#tellfriend {
	position: absolute;
	margin-top: -100px;
	left: 300px;
	color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	width: 380px;
	z-index: 15;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #F9F9F7;
	display:none;
}

#tellfriend a.close {
	position: absolute;
	right: 5px;
	top: 0px;
	background: url(images/fancy_closebox.png) no-repeat;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
}
/*
#tellfriend.contact-form textarea {
	height: 80px;
}
*/
/* @end */

/* @group Forms */


.contact_form {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
}

.contact_form input.std_input {
	margin-bottom: 10px;
}

.contact_form label.clear {
	clear: both;
	float: left;
	margin-top: 10px;
}

.contact_form label.full {
	width: 99%;
}

.contact_form label.required {
	font-weight: bold;
}

.contact_form select {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6e6e6e;
}
/*
.contact_form label { }
*/
/*
.contact_form input.std_input, .contact_form textarea {
	border: 1px solid #ccc;
	width: 97%;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	color: #6e6e6e;
}
*/
.contact_form table {
	width: 100%;
}

.contact_form table input.std_input {
	width: 93%;
}

.contact_form table.three-col input.std_input {
	width: 90%;
}
/*
.contact_form input.submit_but {
	margin-top: 10px;
	background-color: #93ba31;
	border: 3px solid #afdd39;
	color: #fff;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
}
*/
/* @end */













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
