@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#ffffff;
	}
	
#wrapper{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
	width:595px;
	}	

#main-content, #header, #register-header{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	width:595px;
	margin-left:auto;
	margin-right:auto;
	}

#header{
	background-image:url('/images/tell-a-friend-header-image.jpg');
	width:595px;
	height:158px;
	position:relative;
	}

#register-header{
	background-image:url('/images/registration-header-image.jpg');
	width:595px;
	height:158px;
	position:relative;
	}
	
#header-message{
	font-size:11px;
	position:absolute;
	top:80px;
	left:162px;
	width:390px;
	font-weight:bold;
	}
	
#header-message a, #header-message a:hover, .formRow a, .formRow a:hover{
	font-size:11px;
	color:#000000;
	font-weight:bold;
	}
	
#heading{
	width:595px;
	height:20px;
	background-image:url('/images/your-details.jpg');
	margin-bottom:10px;
	}

#heading-register{
	width:595px;
	height:20px;
	background-image:url('/images/registration-response-header.jpg');
	margin-bottom:10px;
	}

#heading-tell{
	width:595px;
	height:20px;
	background-image:url('/images/tell-a-friend-response-header.jpg');
	margin-bottom:10px;
	position:relative;
	}

#close-message{
	display:block;
	height:20px;
	left:560px;
	position:absolute;
	top:0px;
	right:0px;
	width:25px;
}

#footerheading{
	width:595px;
	height:33px;
	background-image:url('/images/tell-a-friend-footer.jpg');
	margin-bottom:20px;
	}

#footerheading-tell{
	width:595px;
	height:33px;
	background-image:url('/images/tell-a-friend-response-footer.jpg');
	margin-bottom:20px;
	}
	
.formRow{
	clear:both;
	margin-left:15px;	
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	}

.formRow label{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	width:145px;
	display:block;
	float:left;
	margin-top:5px;
	font-weight:bold;
	}

.formRow .textarea{
	width:275px;
	height:120px;
	display:block;
	float:left;
	margin-bottom:10px;
	}

.formRow .medium{
	width:275px;
	display:block;
	float:left;
	margin-bottom:10px;
	}

.formRow .mobile{
	width:210px;
	}

.tellresponsepage{
	clear:both;
	margin-left:15px;	
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	}

#labelhead, #labelhead2{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:1px solid #000000;
	padding-top:20px;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:15px;
	font-weight:bold;
	}

.formRow #send{
	margin-left:145px;
	margin-bottom:30px;
	}

.formRow #register{
	margin-left:145px;
	margin-bottom:0px;
	margin-top:35px;
	}

.formRow #radio-buttons{
	float:left;
	}
	
.formRow #term{
	margin-top:15px;
	}	

.formRow select{
	margin-bottom:5px;
	}

.formRow select.area{
	margin-bottom:0px;
	}

.formRow select#store{
	margin-top:5px;
	}
	
.errorMessageBG{
	background-color:#FEDA00;
	color:#000000;
	width:566px;
	padding-top:1em;
	padding-bottom:1em;
	}
	
.errorMessageBG img{
	display:none;
	}

#termsandconditions{
	text-align:left;
	}

#termsandconditions h1{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;"
	}
	
#termsandconditions p{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;"
	}