/*
-----------------------------------------------
Edwards Coaches  
Author:www.imaginet.co.uk 
Version:27 July 2009 
----------------------------------------------- */


/* Global Styles 
----------------------------------------------- */

* {
   padding:0;
   margin:0;
}
a {
   text-decoration:none;
   color:#0071b9;
}
a:hover {
   color:#0071b9;
   text-decoration:underline;
}
a img {
   border:none;
}

p {
   margin:0 0 1em 0;
}

ul {
   list-style-type:none; 
}
table {
   font-size:1em; 
   border-collapse:collapse;
}
.clear { 
   clear:both; 
   width:100%; 
   height:1px; 
   font-size:0.1em; 
   overflow:hidden; 
}
.none {
   display:none;
}
.alert {
   color:#f00;
}

.breaker { 
   clear:both; 
   width:100%; 
   height:1px; 
   font-size:0.1em; 
   overflow:hidden; 
}


/* Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	text-align: center;
	background-color:#ececf3;
}

#page {
   width:740px;
   margin:0 auto;
   text-align:left;
   background-color:#fff;
   border:2px solid #153c59;
}

div.content {
   padding:20px;
   font-size:1.2em;
}

div.field {
   width:420px;
   margin:0 0 10px 0;
   background-color:#edf9ff;
   padding:10px 10px 5px 10px;
}

div.field2 {
   width:420px;
   margin:0 0 10px 0;
   background-color:none;
   padding:10px 10px 5px 10px;
}

.content label.left {
   float:left;
   width:125px;
   padding:4px 0 3px 0;
}

.content input.right, .content select.right {
   float:right;
   width:275px;
   text-align:left;
}

.content input.check {
   margin:0 0 0 70px;
}

div.groupright {
   float:right;
   width:225px;
   text-align:left;
}

#footer {
   text-align:center;
   font-size:1.1em;
   border-top:1px solid #153c59;
}

h1 {
color:#0071b9;
margin:0 0 20px 0;
}

h2 {
margin:0 0 20px 0;
}


