@CHARSET "UTF-8";
 
 body
 {
 margin-top: 0px;
 margin-bottom: 0px;
 }
 
 input
 {
 border-style: solid;
 border-color: pink;
 font-family:Arial,Helvetica,sans-serif;
 width: 130px;
 height: 18px;
 vertical-align: middle;
 font-size:12px;
 border: none;
 
 }
 h1{
 font-size: 15px;
 font-family: arial;
 margin-bottom: 1px;
 }
 
 
 h2 {
 color: #a4ec7c;
 font-size: 17px;
 height: 17px;
 }
 
  h3 {
 color: green;
 font-size: 17px;
 background-image: url("orangeBack.jpg");
	background-repeat: repeat-x;
 }

.form td
{
text-align: center;
color: silver;
padding-bottom: 6px;
}

.form input,select,option
{
text-align: center;
color: white;
background: #343434;
border:1px solid gray;
}

.form th
{
text-align: center;
color: #a4ec7c;
	background-image: url("head.jpg");
	background-repeat: repeat-x;
	padding-bottom: 10px;
}
.container
{
	
	background-image: url("bg.jpg");
	background-repeat: repeat-y;
	width: 1024px;
	height: 100%;
	padding-top: 20px;
}

.mainContainer
{
	border:1px solid gray;

}


.mainForm
{
padding-bottom: 16px;
width: 350px;
}
.mainForm td
{
text-align: left;
color: green;
padding-right: 6px;
padding-left: 10px;
font-family: arial,verdana;
font-size:12px;
padding-bottom: 3px;
}


.mainForm th
{
text-align: center;
color: #a4ec7c;
	background-image: url("head.jpg");
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

.sideForm 
	{
border:1px solid gray;
height: 650px;
width:220px;
 font-family: arial;
 margin-left:15px;
  margin-right:15px;
  

  
	}


.sideForm th
	{
color: #a4ec7c;
background-color: #1a1a1a;
height: 15px;
background-image: url("head.jpg");
	background-repeat: repeat-x;
	vertical-align: top;
	}	
.sideForm td
	{
	padding-right:10px;
	padding-left:10px;
	vertical-align: top;
	padding-top: 5px;
	}	
	
table.displayForm
{ 
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 580px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-bottom: 20px;

}

table.displayForm th
{ 
 border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color:#404040; 
	
 }

.btn{width: 60px;border: 2px outset #d7b9c9;font-family:verdana;font-size:10px;font-weight:bold;color:#ffffff;background:#8064a3;height:18px;text-decoration:none}
.btn:hover{border: 2px outset #d7b9c9;font-family:verdana;font-size:10px;font-weight:bold;color:#ffffff;background:#ff7519;height:18px;text-decoration:none}
	
.longBtn{width: 110px;border: 2px outset #d7b9c9;font-family:verdana;font-size:10px;font-weight:bold;color:#ffffff;background:#8064a3;height:18px;text-decoration:none}
.longBtn:hover{border: 2px outset #d7b9c9;font-family:verdana;font-size:10px;font-weight:bold;color:#ffffff;background:#ff7519;height:18px;text-decoration:none}
	

