/* @override http://dev.facilitydude.com/css/facilitydude.css */



#tellfriend {
	position: absolute;
	margin-top: -300px;
	left: 400px;
	color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	width: 380px;
	z-index: 1;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #f2f2f2;
}

#tellfriend a.close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: url(../images/fancy_closebox.png) no-repeat;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -1000px;
}

#tellfriend form textarea {height: 80px;}




/* @end */

/* @group Forms */


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

#tellfriend .contact-form form input.std_input {
	margin-bottom: 10px;
}

#tellfriend form label.clear {
	clear: both;
	float: left;
	margin-top: 10px;
}

#tellfriend form label.full {
	width: 99%;
}

#tellfriend form label.required {
	font-weight: bold;
}

#tellfriend form select {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6e6e6e;
}

#tellfriend form label {
	color: #808080;
	font-size: 14px;
}

#tellfriend form input.std_input, form textarea {
	border: 1px solid #ccc;
	width: 97%;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	color: #6e6e6e;
}

#tellfriend form table {
	width: 100%;
}

#tellfriend form table input.std_input {
	width: 93%;
}

#tellfriend form table.three-col input.std_input {
	width: 90%;
}

#tellfriend form input.form_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 */
