@charset "utf-8";

/* reset of browser-specific data */

* {
   padding: 0;
   margin: 0;
}

ol, ul {
	list-style: none;
}

/* end of reset */

body {

	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: small;
}

p {
	padding-bottom: 30px;
}

a {
	text-decoration: underline;
	color: #505A61;
}

.hidden {
	display:none;
}

.visible {
	display:block;
}

.comment {
	width: 570px;
	margin-top: 10px;
	color: #000000;
	padding: 15px;
	background-color: #EFEFEF;
	cursor:pointer;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #505A61;
	color: #FFFFFF;
}

#logo {
	padding: 20px;
}

#logo a {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 300px;
	margin-left: -300px;
	margin-top: -180px;
}

#content h3 {
	width: 130px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 18px;
	padding-right: 22px;
	background-image: url(/img/button.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
	color: #505A61;
	cursor: pointer;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 56px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #505A61;
	width: 100%;
}

#copyright a {
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
}

#copyright {
	position: absolute;
	left: 20px;
	bottom: 20px;
	padding-left: 8px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #505A61;
}

#delta {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#question {

	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
	color: #505A61;
	padding-bottom: 25px;
}

#answers {

	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#answers div:hover{

	color: #666666;
	text-decoration: underline;
}

#a0 {
	padding-left: 40px;
	padding-bottom: 20px;
	cursor: pointer;
	background-image: url(/img/a.gif);
	background-repeat: no-repeat;
}

#a1 {

	padding-left: 40px;
	padding-bottom: 20px;
	cursor: pointer;
	background-image: url(/img/b.gif);
	background-repeat: no-repeat;
}

#a2 {

	padding-left: 40px;
	padding-bottom: 20px;
	cursor: pointer;
	background-image: url(/img/c.gif);
	background-repeat: no-repeat;
}

#a3 {

	padding-left: 40px;
	padding-bottom: 20px;
	cursor: pointer;
	background-image: url(/img/d.gif);
	background-repeat: no-repeat;
}

#mark {
	float:rigth;
	margin-top: 20px;
	font-size: xx-small;
	color: #666666;
	cursor:pointer;
	text-decoration:underline;
	width: 12px;
	padding: 5px;
	background-color: #EFEFEF;
	text-align: center;
}

#help {
	float:right;
	margin-top: 25px;
	font-size: xx-small;
	color: #999999;
	width: 200px;
	text-align:right;
}
