/* CSS Document */

.main_border
{
 border: 1px solid #000000;
 background-color:#290202;
}


body
{
 background-color: #424242;
 font-family:Verdana;
 font-size:12px;
 color: #f6f6f6;
}

.little_border
{
 border-top: 1px solid #999999;
 border-bottom: 1px solid #999999;
}

.navigation_border
{
 border-bottom: 1px solid #000000;
}

.border_w
{
 font-family: Verdana;
 font-size:145%;
 border-bottom: 1px solid white; margin: 10px;
 text-align: center;
 color:#FFFFFF;
}
.header
{
 font-family: Verdana;
 font-size:145%;
}


.text
{
font-family: Tahoma;
font-size: 12px;
text-align: center;
}

p
{
 margin: 15px;
}
.admin_border
{
/*font-family: Tahoma;
font-size:12px;*/
color:#f6f6f6;
border-top: 2px solid #999999;
border-bottom : 2px solid #999999;
margin: 10px;
}

.form
{
 margin: 10px;
}

.title_text
{
 font-size:14px;
 color: #999999;
 font-weight:bold;
}
a
{
 color:#f6f6f6;
 display: block;
 text-decoration: none;
}
#selecter
{
 font-family: Tahoma;
 font-size:12px;
 font-weight:bold;
}

#selecter a:hover
{
 color:#0033CC;
}

.button_class
{
margin-top:10px;
margin-left: 30px;

width: 90px;
}

.button_ord
{
width: 150px;
}

div.box
{
 position:relative;
 left: 175px;
 width: 640px;
 height: 480px;
 border: 1px solid #ffffff;
 text-align: center;
}

div.little_box
{
 text-transform:uppercase;
 margin-left: 175px;
 width: 640px;
 height: 40px;
 border: 1px solid #ffffff;
 text-align: center;
}

div.login
{
margin-top: 5%;
padding: 20px;
border: 1px dotted;
width: 200px;
}

.message
{
 color:#FF0000;
 font-family: Verdana, sans-serif;
 font-weight:200;
}