﻿body {
  background-image: url("../images/background.png");
  background-attachment: fixed;
  background-position: top center;
  background-repeat: repeat;

}

a
{
    font-family: Verdana, Arial;
    font-size: 14px;
    color: white;
    text-decoration: none;
}

#frm_link 
{
    font-family: Verdana, Arial;
    font-size: 16px;
    font-style: italic;
    position: absolute;
    color: white;
    top: 665px;
    left: 5px;
}

#correct 
{
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #00CC33;
    background-color: #fff;
}

#incorrect 
{
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #CC3300;
    background-color: #fff;
}

.img_header 
{
    background-image: url(../images/header.jpg);
    background-attachment: local;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 650px;
    width: 975px;
    margin: auto;
}

h1 
{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-style: italic;
    color: white;
    float: left;
    margin-top: 195px;
    margin-left: 75px;
}

h2 
{
    font-family: Verdana, Arial;
    font-size: 24px;
    font-style: italic;
    color: white;
    float: right;
    margin-top: 125px;
    margin-right: 50px;
}

h3 
{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-style: italic;
    color: white;
    float: right;
    margin-top: 175px;
    margin-right: -255px;
}

h4 
{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-style: italic;
    color: white;
    float: right;
    margin-top: 195px;
    margin-right: -280px;
}

h5 
{
    font-family: Verdana, Arial;
    font-size: 16px;
    font-style: italic;
    color: cornflowerblue;
    margin-top: 5px;
    margin-left: 5px;
}

 .round-button {
    display:inline;
    font:12px arial, verdana;
    text-align:center;
    text-decoration:none;
	text-decoration: none;
	background-color:ButtonFace;
    color:ButtonText;
	padding: 1px 6px;
	border-width:2px;
	border-style:outset;
	border-color:ButtonFace;
	border-image:initial;	
}
.round-button:hover {
    font-weight:bold;
}

.frm_select 
{
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: 135px;
    left: 500px;
}

.frm_fill
{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: white;
    height: 350px;
    width: 590px;
    float: left;
}

 .frm_fill form 
 {
    margin-top: 230px;
    margin-left: 10px;
    padding:  8px 0 0 8px;
    height: 375px;
	width: 550px;
    background-color: rgba(0, 0, 0, 0.5); 
 }

 .frm_fill p
{
    font-family: Verdana, Arial;
    font-size: 14px;
    position: absolute;
    color: white;
    top: 575px;
    left: 2px;
    width: 950px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.5); 
}

 .frm_right
{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    position: absolute;
    left: 575px;
    top: 230px;
    height: 310px;
    width: 390px;
    float: right;
    background-color: rgba(0, 0, 0, 0.5); 
}

.frm_right li 
{
    margin-top: 4px;
    margin-bottom: 0px;
}

.frm_right note
{
    margin-left: 60px;
    color: cyan;
}
       
.frm_test
{
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: white;
    position: absolute;
    height: 350px;
    width: 700px;
    float: left;
}

 .frm_test form 
 {
    margin-top: 230px;
    margin-left: 10px;
    padding:  8px 0 0 8px;
    height: 300px;
    width: 825px;
    background-color: rgba(0, 0, 0, 0.5); 
 }

 .frm_test p
{
    font-family: Verdana, Arial;
    font-size: 14px;
    position: absolute;
    color: white;
    top: 575px;
    left: 2px;
    width: 950px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5); 
}

label
{
    display: inline-block;
    float: left;
    clear: left;
    width: 150px;
    text-align: right;
	vertical-align: bottom;
}

input 
{
  display: inline-block;
}

text 
{
  display: inline-block;
  margin-left: 5px;
}

td 
{
    font-family: Verdana, Arial;
    font-size: 14px;
}

