/* --------------------------------------------------------------------------------
 * 
 * -------------------------------------------------------------------------------- */ 
body#etv .content {
	height: 488px;
	background: #E7E1D5 url(../images/bg_content_login.jpg) no-repeat 100% 0;
	padding-bottom: 0;
	margin-bottom: 40px;
}

.etv-intro {
	font-size: 1em;
	float: right;
	width: 300px;
	padding-right: 65px;
	padding-top: 100px;
}

body#etv2 .etv-intro {
	font-size: 1em;
	float: left;
	width: 175px;
	padding: 50px 35px 150px 35px;
	background: url(../images/gr_etv_logo_sm.jpg) no-repeat 50% 100%;
}

body#etv2 .content {
	height: 488px;
	padding-bottom: 0;
	margin-bottom: 40px;
}

#contactInfo {
	position: absolute;
	top: 450px;
}

.etv-video {
	float: left;
	width: 480px;
	padding-top: 15px;
}

a.send_to_friend {
	float: right;
	display: block;
	width: 238px;
	height: 33px;
	padding-top: 3px;
	font-size: 1.1em;
	color: #333;
	text-decoration: none;
	background: url(../images/bt_send_to_friend.jpg) no-repeat 100% 0;
}

a:hover.send_to_friend {
	text-decoration: underline;
	background-position: 100% -37px;
}



/* --------------------------------------------------------------------------------
 * Forms
 * -------------------------------------------------------------------------------- */ 
form#contact-form ol,
form#contact-form ul,
form#contact-form p {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	list-style: none;
}

form#contact-form,
form#contact-form fieldset,
form#contact-form legend {
	border: 0;
	margin: 0;
	padding: 0;
}

form#contact-form legend.form-header {
	text-indent:-9999em;
}

form#contact-form form ol,
form#contact-form form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form#contact-form li {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
}

form#contact-form label {
}

form#contact-form input {
	font-size: 1.2em;
	background: #fff;
	padding: 1px 3px;
	width: 150px;
	border: 1px solid #000;
}

form#contact-form input:focus,
form#contact-form textarea:focus {
	background: #ddd;
}

button {
	background: url(../images/bt_go.jpg) no-repeat 0 0;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
	position: relative;

}

form#contact-form input:focus, 
form#contact-form textarea:focus, 
form#contact-form select:focus {
	background: #fff;
}

form#contact-form label input {
	background: transparent;
	width: auto;
	border: none;
}

form#contact-form label input {
	width: auto;
	position: relative;
	top: 2px;
}


/* --------------------------------------------------------------------------------
 * Send to a Friend
 * -------------------------------------------------------------------------------- */ 
#send_to_friend {
	width: 520px;
	margin: 0 auto;
	background: #e7e1d5;
}

h1.etv-header {
	background: url(../images/hd_popup.gif) no-repeat 0 0;
	height: 79px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}

#send_to_friend h2, #send_to_friend p {
	font-size: 11px;
	margin: 0;
	padding: 0 0 10px 0;
}

#send_to_friend h2 {
	text-transform: uppercase;
}

form#send-to-friend-form {
	padding: 15px 0 0 40px;
}

#send_to_friend #page_body {
	padding: 0 40px 40px 40px;
}

.fieldContainer {
	clear: both;
	padding-bottom: 10px;
}

form#send-to-friend-form label {
	display: block;
	float: left;
	width: 140px;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
}



