* {
	margin:0;
	padding:0;
} 

html, body, #wrap {
	background: #bcd1e3;
	height: 100%;
	color: #2f2f2f;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
}

body > #wrap {
	height: auto; min-height: 100%;
}

#header {
	background: url(../images/header.gif) no-repeat #9dbad3;
	height: 80px;
}

#content {
	background: #bcd1e3;
	padding: 20px;
	padding-bottom: 150px;
}  /* must be same height as the footer */

#footer {
	background: url(../images/fadedStripe.gif) repeat;
	border-top: 2px solid #9dbad3;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
} 

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide from IE-mac */
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#menu ul {
	top: 80px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#menu li {
	display: inline;
	list-style: none;
	background: #dff0ff;
	margin: 0 2px;
	padding: 0 5px 5px 5px;
	float: right;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
}

#menu a {
	color: #9dbad3;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li#selected {
	background: #9dbad3;
/*	background: #bcd1e3; */
	color: #fff;
}

a {
	color: #3f3f3f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size:36px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:36px;
	margin:0 0 32px 0;
	
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
h2 {
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
h3 {
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	margin:0 0 9px 0;
	
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
h4 {
	color:#224973;
	font-size:14px;
	margin:0 0 18px 0;
}
h5 {
	font-size:12px;
	font-weight:bold;
}

.form-section {
	background:#fff;
	border:1px solid #b0b0b0;
	margin:0 0 20px 0;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

}
.form-section .heading {
	background:#d5e4f7 url(../images/form-head-background.png) repeat-x;
	border-bottom:1px solid #b2c8e4;
	border-top:1px solid #ecf3fb;
	height:33px;
	padding:0 20px;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;

}
.form-section .heading h3 {
	color:#4c4c4c;
	font-size:16px;
	line-height:30px;
	
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
}
.form-section .heading h3 img {
	margin:7px 8px 0 0;
	vertical-align:top;	
}
.form-section .notes {
	background:#d9e7f8;
	border-top:1px solid #f1f6fc;
	border-bottom:1px solid #b2c8e4;
	height:52px;
	padding:0 20px;
}
.form-section .notes p {
	color:#224973;
	display:table-cell;
	font-weight:bold;
	height:52px;
	line-height:18px;
	margin:0;
	vertical-align:middle;
	
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
.form-section .body {
	padding:18px 20px;
}
.form-action {
	background:#f1f7fe;
	border:1px solid #b2c8e4;
	margin:0 0 20px 0;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.form-action .heading {
	background:#ccc url(../images/form-action-head-background.png) repeat-x;
	border-bottom:1px solid #b0b0b0;
	border-top:1px solid #eee;
	height:33px;
	padding:0 20px;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
.form-action .heading p {
	color:#224973;
	display:table-cell;
	font-weight:bold;
	height:33px;
	line-height:18px;
	margin:0;
	vertical-align:middle;
	
	text-shadow:rgba(255,255,255,0.8) 0 1px 0;
	-webkit-text-stroke:1px rgba(0,0,0,0);
}
p.form-value {
	display:block;
	float:left;
	line-height:18px;
	font-weight: bold;
	padding:4px 3px;
	margin:0 20px 0 0;
	text-align:left;
	width:256px;
}
fieldset {
	padding:20px 20px 0 20px;	
}
input.checkbox {
	float:left;
	margin:2px 10px 0 0;
}
input.radio {
	float:left;
	margin:6px 10px 0 0;
}
.form-field input.checkbox {
	margin-top:6px;
}
.form-field label.checkbox {
	font-size:11px;
	text-align:left;
}
.form-field.cc-group {
	margin-bottom:5px;	
}
.form-field.cc-group label {
	line-height:30px;	
}
.form-field.cc-group input.radio {
	float:left;
	margin:12px 10px 0 0;
}
.form-field.cc-group label.radio {
	float:left;
	margin-right:30px;
	width:50px;
}
input.field,
textarea {
	background:#fff url(../images/form-field-background.png) repeat-x;
	border:1px solid #b0b0b0;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	padding:5px 3px;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
input.text,
textarea {
	width:256px;
}
input.day,
input.month,
input.year {
	text-align:center;	
}
input.day,
input.month {
	margin-right:10px;
	width:30px;
}
input.month,
input.year {
	margin-left:10px;
	margin-right:10px;
}
input.year {
	width:40px;
}
input.cvn {
	width:80px;	
}
label {
	display:block;
	float:left;
	line-height:18px;
	padding:4px 0;
	margin:0 20px 0 0;
	text-align:right;
	width:127px;
}
label.tip {
	background:#f0f0f0;
	float:left;
	font-size:10px;
	left:430px;
	line-height:14px;
	padding:6px 10px;
	position:absolute;
	text-align:left;
	width:auto;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
p.tip {
	font-size:11px;
	float:left;
	line-height:26px;
	margin:0 0 0 10px;
}
label.error {
	background:#fce0e0 url(/images/cross.png) no-repeat;
	background-position:10px 5px;
	padding:6px 10px 6px 34px;
}
label.radio {
	text-align:left;
	width:auto;
}
select {
	margin:3px 10px 0 0;	
}
.form-field label.checkbox {
	font-size:11px;
	text-align:left;
	width:auto;
}
div.heading.error {
	background:#fce0e0;
}
p.slash {
	float:left;
	line-height:27px;
	margin:0;
}
.form-field {
    clear:both;
    margin:0 0 20px 0;
    position:relative;
}
.form-field:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wait {
	background:#fff;
	padding:20px;
	text-align:center;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.wait p {
	background:url(/images/ajax-loader-blue.gif) center center no-repeat;
	margin:20px;
	text-indent:-9999px;
}
.form-update {
	background:#f5f5f5;
	border:none;
	border-top:1px solid #d0d0d0;
	margin:0;
	
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
.form-update .form-field {
	margin:0;
}
.form-update .right .ui-button {
	margin:5px 0 0 0;
}
.form-update fieldset {
	padding:20px;	
}
.form-update p {
	font-size:11px;
	line-height:27px;
	margin:0;
}

a.button {
	background:#ccc url(../images/form-action-head-background.png) repeat-x;
	border:1px solid #eee;
	padding:0 20px;
	font-size:16px;
	height:39px;
	line-height:36px;
	width:160px;
	
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}