/* theodin.co.uk -Designed and developed by Philip Beel All Rights Reserved*/

/* 
------------------------------------------------------------------------------------------------------Genetic--------------*/

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body {
	font-family: sans-serif;
	font-size:1.1em;
	height:1000px;
	width:100%;	
	background-color:#FCFCFC;
}

#survey {
	height:250px;
	left:0;
	margin:0 auto;
	padding:15px;
	position:fixed;
	right:100px;
	top:30%;
	width:250px;
	background-color:#050204;
	color:#FFFFFF;
	border:2px solid #fff;
	-moz-border-radius: 5px;
}

#survey a.close {
	background: url('images/closebox.png') no-repeat;
	float:right;
	height:30px;
	width:30px;	
	position:absolute;
	left:260px;
	top:-8px;
}

#survey H2 {
	font-size: 1.2em;
	font-family:Helvetica;
	font-weight:bold;	
	letter-spacing:-1px;
}

#survey p {
	font-size: 0.8em;
	font-family:sans-serif;
	letter-spacing:0px;
	margin-top:10px;
}

#survey a {
	color: #FFF;	
}
