/* CSS Document */

body #content_ofc  h2.headingtellfriend {
margin:0 5px 15px 0;
padding:0 0 5px;
border-bottom:1px solid #CCC;
color:#666;
}

form.tell_friend label {
	float: left;
	margin: 1px 8px 1px 0;
	width: 10em;
	text-align: right;
}

form.tell_friend li {
	line-height: 1.6em;
}

form.tell_friend input, form.tell_friend textarea {
	margin:0 8px 8px 0;
}

form.tell_friend input[type="text"],
form.tell_friend select {
	width: 305px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

form.tell_friend textarea {
	width: 650px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	resize: none;
}

form.contact_ofc textarea {
	width: 305px;
	resize: none;
}

form.tell_friend {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

form.tell_friend ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

form.tell_friend li {
	float: left;
	clear: left;
	width: 100%;
	margin-left: 0;
	background-image:none;
}

/* Form elements
------------------------------------------------------------------- */
input, textarea, select {
	font-size:11px;
}

body input[type="radio"] {
	border: none;
	padding: 3px;
	color: #666666;
	background-color:#f5f5f5;
	margin-bottom:3px;
}

body input[type="checkbox"] {
	border: none;
	padding: 3px;
	color: #666666;
	background-color:#f5f5f5;
	margin-bottom:3px;
}

body input[type="text"] {
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #666666;
	background-color:#f5f5f5;
	margin-bottom:3px;
}

body input[type="password"] {
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #666666;
	background-color:#f5f5f5;
	margin-bottom:3px;
}

body textarea {
	border: 1px solid #CCCCCC;
	padding: 3px;
	color: #666666;
	background-color:#f5f5f5;
	margin-bottom:3px;
	resize: none;
}

body select {
	border: 1px solid #CCCCCC;
	padding: 2px;
	color: #666666;
	background-color:#f5f5f5;
	margin-bottom:3px;
}

body input[type="submit"] {
	cursor:pointer;
}

body .other_button {
	padding-bottom:4px;
	width: 80px;
	height: 17px;
	background: url(../images/bt-other.gif) no-repeat top #00A9DD;
	border: none;
	/*text-indent: 18px;*/
	color: #FFF;
	margin-top: 5px;
	cursor: pointer;
	font-size:10px;
}

body .other_button:hover,
body .other_button:active {
	background: url(../images/bt-other.gif) no-repeat bottom #666666;
	color: #FFF;
}


*+html #recaptcha_widget_div {
text-align:right;
}

div#recaptcha_container {
text-align:right\9;
width:315px\9;
margin:0px 0px 0px 120px\9;

}