html, body
{
	font-size: 10pt;
	font-family: serif;
}

DIV.header
{
   width: 750px;
   height: 150px;
   border: 1px solid #dd8718;
   background: url(/Content/pic/header.jpg) no-repeat;
   text-align: left;
}

DIV.footer
{
   width: 750px;
   font-size: 10pt;
   text-align: center;
   font-family: Times, serif;
   color: #949393;
   font-weight:bold;
   letter-spacing: 1px;
   clear: both;
}

DIV.base
{
   width: 750px;
   background-color: #fff;
   border: 1px solid #dd8718;
   padding: 0;
   text-align: left;
   margin: 0;
}

DIV.rightcontent
{
   width: 150px;
   height: 100%;
   font-size: 10pt;
   font-weight: bold;
   text-align: center;
   letter-spacing: 0.5px;
   background-color: #dd8718;
   padding: 2px;
   float: right;
}

DIV.content
{
   width: 470px;
   background-color: white;
   float: right;
}

INPUT.textinput {
	width: 90%;
}

TEXTAREA {
	width: 90%;
	height: 100px;
}
