﻿body 
{
    font-family: Arial;
    background-image:  url('img/background/gradient.png');
    background-repeat: repeat-x;
    background-color:  #6aa4e8;
    margin: 0px 0px 0px 0px;
}

textarea
{
     font-family:Arial;
     font-size:10pt;
     
}

.content
{
   border-top: solid 1px black;
   border-left: solid 1px black;
   border-right: solid 1px black;
   border-bottom: solid 1px black;
   background-color: White;
   vertical-align: top;
}

.navbar
{
   background-image: url('img/border/titlebar.png');
   background-repeat:repeat-x;
   height: 44px;
   width: 100%;
   color: white;
   text-align: right;
   font-size: 10pt;
   text-decoration: none;
 
}

.lbSelect
{
   color: Yellow;
   text-decoration: none;
   font-size: 10pt;   
}

.lbNSelect
{
   color: white;
   text-decoration: none;
   font-size: 10pt;   
    
}

a
{
   color: Black;
   text-decoration: none;
   font-size: 10pt;
}

a:hover
{
   color: red;
   text-decoration: none;
   font-size: 10pt;
}

.nb
{
   color: white;
   text-decoration: none;
   font-size: 10pt;
}

.nb:hover
{
   color: red;
   text-decoration: none;
   font-size: 10pt;
}

.terms
{
   color: blue;
   text-decoration: none;
   font-size: 10pt;    
}

.terms:hover
{
   color: red;
   text-decoration: none;
   font-size: 10pt;
}

p
{
   font-size: 10pt;
}

.error
{
	font-size: 10pt;
	color: Red;
}

.tb
{
	background-color: white;
	width: 200px;
}

.submit
{
    color: white;
    font-family:Impact;
    background-color:Red;
}

.submit:hover
{
    color:Yellow;
    background-color:Red;
    font-family:Impact;
    cursor: hand;
}

.recommend
{
    color: white;
    font-family:Impact;
    background-color:#5a96df;
}

.recommend:hover
{
    color:Yellow;
    background-color:#5a96df;
    font-family:Impact;
    cursor: hand;
}