﻿.MainTable
{
    border:0px solid white;
    
    }
.form-text
{
    font-size:12px;
    font-family: Arial;
    color:#FF0000;   
}
.form-textBox
{
     width:300px; 
    font-size:12px;
    font-family: Arial;
    color:#FF0000; 
    border:1px solid #FF0000;
    background-color:Black;  
}
.form-textBoxBig
{
    width:300px;
      color:#FF0000; 
    border:1px solid #FF0000;
    background-color:Black;    
}
.form_button
{
 	font-family: arial; 
	font-size: 11px; 
	color: #FF0000;
	font-weight:bold;
	height:22px;
	cursor:pointer;
	border-top:.1em solid #ffffff;
	border-left:.15em solid #ddd;
	border-right:.15em solid #333;
	border-bottom:.15em solid #555;
	white-space:nowrap;
	background:black;


}


/*

.contact-form
{
    font-size:12px;
    font-family: Arial;
    color:Black;   
    
}*/


