@import url('reset.css');

@font-face {
  font-family: "Helvetica Condensed";
  src: url( ../fonts/helveticacondensed.ttf ) format("truetype");
}

html {
	margin: 0;
	padding: 0;
	background-color: #e7e7e8;	
}
			
body{
	margin: 0;
	padding: 0;	
	font: 13px/16px "Helvetica Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555555;
	overflow: hidden;
	background-color: #e7e7e8;	
}

h1 {
	font-size: 15px;
	line-height: 16px;
	color: #1999ce;	
	margin: 0;
	padding: 10px 0;
	font-weight: normal;
}

:focus {
	outline: 0;
}

form {
	padding-right: 20px;
}

#questions {
	margin: 5px 0 5px 0px;
}

#continue {
	position: absolute;
	padding: 3px 5px;
	cursor: pointer;
	text-indent: -9000px;
	width: 17px;
	height: 10px;	
	background: transparent url( ../templates/images/previous-next.png ) -17px -10px no-repeat;
	bottom: 20px;
	right: 30px;	
}

#continue:hover {
	background: transparent url( ../templates/images/previous-next.png ) -17px 0 no-repeat;	
}

div.radio {
	clear: both;
}

label {
	line-height: 18px;
}

.reset {
	display: block;
	position: absolute;
	padding: 3px 8px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	background-color: white;
	bottom: 10px;
	right: 20px;
	color: #1999ce;		
}
