/* West Stoke House CSS */
/* @charset "utf-8"; */

/*
	Colors:
	turquoise:		#99CCCC;

*/

body {
	background: #222222;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	}
	
#container {
	margin: 20px auto;
	background: #99cccc;
	width: 1000px;
	overflow: auto;
	}
	
#thankyouall {
	background: #7ba4a4 url(http://www.weststokehouse.co.uk/images/thankyou.jpg) 10px 29px no-repeat;
	margin: 20px auto;
	width: 960px;
	overflow: auto;
	text-align: center;
	border: 1px #b7cdcd solid;
	}
	
#thankyouall_img {
	float: right;
	clear: none;
	width: 570px;
	overflow: hidden;
	margin: 75px 10px 40px 0;
	}
		
	#thankyouall .bigimage {
		border: 5px #b7cdcd solid;
		}
		
	#thankyouall .text {
		color: #ffffff;
		margin: 0 0 10px ;
		text-align: left;
		}

#thankyouall_signup {
	float: left;
	clear: none;
	display: block;
	width: 360px;
	overflow: auto;
	text-align: left;
	margin: 170px 0 20px 20px;
	}
	#thankyouall_signup form {
		background: #7ba4a4 url(http://www.weststokehouse.co.uk/images/newsletter.jpg) 20px 0px no-repeat;
		padding-top: 80px;
		}

form p {	
	clear: left;
	margin: 5px 0px;
	padding: 0px;
	}

	form p label {
		font-weight: bold;
		padding-left: 0px;
		float: left;
		width:40%;
		color: #ffffff;
		}			

form #name, #ntthut-ntthut {
	width: 160px;
	font-size: 11px;
	color: #616161;
	border: 1px solid #CDCDCD;
	padding: 3px 5px;	
	margin: 3px 0px;
	}

form p .button  {
	width: 65px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;	
	background-color: #b7cdcd;
	border: none;
	padding: 2px;
	margin: 10px 0px;
	cursor: pointer;
	}
	
#content_bottom {
	width:100%;
	height:200px;
	background:#151515;
	clear:both;
	}		
	#content_bottom .text {
		width: 920px;
		font-size:10px;
		letter-spacing:1px;
		line-height:160%;
		padding: 10px 0 0;
		margin: 0 auto;
		}	

.amelie {
	font-size: 13px;
    color: #ffffff;
	text-decoration: underline;
	}
	.amelie:hover {
		color: #222222;
		}	

a {
    color: #ffffff;
	text-decoration: none;
	}
	a:focus {
    	outline: none; 
		}