body
{
	margin:0px;
	background: #e8edf3;
	font-family:  "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size : 1em;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
	margin:0px;
}

div
{
	float: left;
	padding:0px;
}

img
{
	border: 0px;
}

a {
	color: #1562AD; 
	text-decoration: underline;
}
input
{
	height:50px;
	width:440px;
	margin:10px;
	font-size:30px;
	font-family:  "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color:#909090;
}

button
{
	width: 448px;
	height:200px;
	
}

.chkbox
{
	width:30px;
	margin:5px;
	height:15px;
}

.button .buttontext
{
	position: absolute;
	left: 5px;
	top: 13px;
	text-align: center;
	color: white;
	width:100%;
	font-size : 1em;
	font-weight: bold; 
}

.buttontext a
{
	color: #ffffff; 
	text-decoration: none;
}

.shadow {
    -webkit-box-shadow: 3px 2px 5px #aaa;
    -moz-box-shadow: 3px 2px 5px #aaa;
    box-shadow: 3px 2px 5px #aaa;
}

.imagebox
{
	padding:0px;
}

.text
 {
	float: both;
	width: 100%;
	height: 144px;
 }
 
 .buttonfield
 {
	float: both;
	width: 100%;
	text-align:center;
 }
 
  .textfield
 {
	float: both;
	width: 100%;
	text-align:center;
 }
 
   .checkfield
 {
	float: both;
	width: 100%;
	text-align:left;
 }
 
 .textButton
 {
	width: 448px;
	font-size:30px;
	padding: 10px;
 }
 
 .text1
 {
 	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	clear:left;
	font-size:20px;
 }

.mobileheadertext
{
	font-size : 30px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	white-space:nowrap;
}

.mobileheader
{
	height:84px;
	background-color: #1b3067;
	width: 480px;
	border-bottom-style:solid; 
	border-bottom-width:2px; 
	border-color:red;
	white-space:nowrap;
}
.imagelessbutton{
	text-decoration:none;
	font-size:30px;
	font-weight:bold;
	color:#ffffff;
	background: #2864A0;
	width:400px;
	margin:10px;
	border:1px solid #2864A0;
	display:inline-block;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c3d1d9), color-stop(1, #2864A0) );
	background:-moz-linear-gradient( center top, #c3d1d9 5%, #2864A0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3d1d9', endColorstr='#2864A0');
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:10px;
	-moz-box-shadow: 30px  #2864A0;
	-webkit-box-shadow: 30px  #2864A0;
	box-shadow: 30px  #2864A0
}
.imagelessbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c3d1d9), color-stop(1, #3c79af) );
	background:-moz-linear-gradient( center top, #c3d1d9 5%, #2864A0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3d1d9', endColorstr='#2864A0');
	background-color:#c3d1d9;
}
.imagelessbutton:active {
	position:relative;
	top:1px;
}

