/* CSS Document */

* {
	margin:0; padding:0 }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#990033;
}
#body_copy {
	background-image:url(images/medium.jpg);
	background-repeat:repeat-y;	}

#wrapper {
}

#content {
	background-image:url(images/gfx_strech.gif);
	background-repeat:repeat-y;
}

#header {
	background-image:url(images/TOP.jpg);
	background-repeat:no-repeat;
	height:129px;
}

#quiz {
	background-image:url(images/gfx_stretch.gif);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
}

#footer {
	clear:both;
	background-image:url(images/BOTTOM_02.jpg);
	background-repeat:no-repeat;
	height:91px;
}

#section {
	margin-left:20px }

.btn {
	width:160px;
	height:63px;
}

form input {
	color:#990033;
	background:#FFE8E9;
	border: 1px solid #990033;
}
.input_field input.txt {
	float:left;
	clear:left;
	margin:4px 0 5px 0;
	width:450px;
	border:1px solid #666666; }

.input_field {
	border:0px solid #ff0000;
	width:450px;
	padding:4px 0 4px 0;
	margin:2px 0 8px 26px;
	display:block;
	clear:left;
}

.input_field textarea {
	width:480px;
	margin-left:7px;
	float:left;
}

button {
	background-color:#A40E16;
	color:#FFFFFF;
}
