body 
{
    text-align: center;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
	background: url('images/bg.gif') repeat scroll 0 0 #FFFFFF;
    }
h1
{
    background: url('images/logo.png') center center no-repeat #fff;
    height: 160px;
    width: 368px;
    text-indent: -10000px;
    margin: 0 auto;
    }
h1 a {
	display: block;
	height: 100%;
	width: 100%;
	}
h2
{
    font-size: 1em;
    font-weight: bold;  
    margin-bottom:-10px;  
    
 }
.bodyCopy    
{
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 10px 10px 5px #888888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#888888')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color='#888888');	
    width: 30em;
    
    margin: 20px auto;
    padding: 10px 10px 20px 10px;
	background-color: #fff;
    }
ul {
    margin:2em 2em 1em 0;
}
li
{
    list-style: none;
    }    
li label
{
    display: inline-block;
    width: 12em;
    margin-bottom: 1em;
    text-align: left;

 }    
.validateInfo
{
text-align: left;
color: red;
width: 31em;
margin: 40px 0 0 -40px;
}
.modelLink
{
	display: none;
}
input {
    margin-right:1em;
    font-family:"Segoe UI", Helvetica, Arial, sans-serif;
}

input[type="submit"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #00578E;
  border-image: none;
  border-radius: 10px;
  border-style: solid;
  border-width: 0px;
  box-sizing: content-box;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  outline: 0 none;
  padding: 0 18px;
}

input[type="reset"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #00578E;
  border-image: none;
  border-radius: 10px;
  border-style: solid;
  border-width: 0px;
  box-sizing: content-box;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  height: 29px;
  outline: 0 none;
  padding: 0 18px;
}