﻿.textBox, .textBoxMsg {
   	padding:7px;
   	margin-left:90px;
   	font-family:Georgia;
	border:1px solid #9f9b63;	
}
form input {
	margin-right:20px;
}
.formButton
{
    margin-left:90px;
	margin-right:20px;
}
.textBoxMsg
{
    height:200px;
	width:550px;
	
}
form {
	position:relative;
}
form span {
	font-style: italic;
	color:#9f9b63;
	font-size:85%;
}
form span#status {
	font-style: normal;
	color:black;
	font-size:100%;
}
form span strong {
	font-size:108%;
}
form label
{
	width:70px;
    padding:5px;
    position:absolute;
    top:0;
    margin-right:10px;
    text-align:right;
}
form input.btn
{
	padding:3px 13px;
	background:#5795d3 url(../images/btnBackground.gif) 0 0 repeat-x;
	color:white;
}
form div
{
	display:inline;
}
form.v ol
{
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0 0;
	border-top: 1px dotted #CCC;

}
form.v ol li
{
	margin-bottom:10px;
	padding-bottom:10px;
	position:relative;
	list-style-type: none;
	border-bottom: 1px dotted #CCC;
}

