/* Default */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #ec7232 url(../img/background.jpg) no-repeat;
	background-attachment: fixed;
}

img {
	border: none;
}

table, td {
	
}

p {
	padding: 0;
	margin-top: 0;
	width: 800px;
}

h1 {
	margin: 18px 0 14px 0;
	padding: 0;
	font-size: 22px;
}

h2 {
	font-size: 20px;
	margin: 0;
	padding: 5px 0 5px 0;
}

h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

a {
	color: #ec7232;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Layout */
.compress {
	font-size: 0;
	letter-spacing: -1px;
}

.clear {
	float: none;
	clear: both;
}

#container {
	margin:0px auto 0px auto;
	text-align: center;
}

#content {
	background: #ffffff;
	width: 832px;
	padding: 21px;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0px;
	overflow: auto;
}

#headline {
	padding-left: 121px;
	padding-top: 68px;
	font-weight: bold;
	min-height: 66px;
}

#shadow-left {
	background: url(../img/shadow-left.png) repeat;
	width: 16px;
}

#shadow-right {
	background: url(../img/shadow-right.png) repeat;
	width: 16px;
}

/* Form */
.error {
	color: #ff2b01;
}
.error-message {
	color: #ff2b01;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
}

input {
	border: 1px #7f9db9 solid;
	width: 360px;
	height: 16px;
	padding: 3px;
}

/* Not working with IE http://csscreator.com/node/25166 */
select {
	border: 1px #7f9db9 solid;
	padding: 3px;
}

input[type="radio"] {
	width: 14px;
	border: none;
}

input[type="checkbox"] {
	width: 14px;
	border: none;
}

input.error {
	background-color: #ff2b01;
	color: #333333;
}

select.error {
	background-color: #ff2b01;
	color: #333333;
}

.input-1 {
	width: 52px;
}

.input-2 {
	width: 72px;
}

.input-3 {
	width: 150px;
}

/* Nested Form */
.input-4 {
	width: 300px;
}

.input-left {
	margin-left: 8px;
}

.odd {
	background: #feebe0;
}

.form {
	width: 832px;
}

.form .text {
	font-weight: bold;
	width: 464px;
	padding-left: 11px;
}

.form .column-1 {
	font-weight: bold;
	padding: 4px 0 4px 6px;
	float: left;
	width: 560px;
}

.form label {
	padding-right: 15px;
}

.note  {
	font-style: italic;
	padding-left: 10px;
}

.seperator {
	padding: 5px 0 13px 0;
}

.nested .text {
	font-weight: bold;
	padding-left: 6px;
	padding-right: 10px;
}

.nested hr {
	color: #f5b695;
	margin: 5px;
}

.nested .row {
	height: 35px;
}

.nested .row .column-1 {
	padding-left: 0;
	padding-right: 14px;
	width: 410px;
}

/* Button */
.forward {
	background: url('../img/forward.gif')  no-repeat;
	width: 264px;
	height: 55px;
}

.forward a {
	color: #ffffff;
	font-size: 21px;
	text-decoration: underline;
	position: relative;
	left: 20px;
	top: 12px;
}

.forward a:hover {
	text-decoration: none;
}

.back {
	background: url('../img/back.gif')  no-repeat;
	width: 264px;
	height: 55px;
}

.back a {
	color: #ffffff;
	font-size: 21px;
	text-decoration: underline;
	position: relative;
	left: 172px;
	top: 12px;
}

.back a:hover {
	text-decoration: none;
}

/* Card */
#card-name {
	position: absolute;
	top: 205px;
	left: 220px; 
	font-size: 20px;
	color: #000000;
	text-align: left;
}

/* Overlay */

/* the overlayed element */ 
div.overlay { 
    /* growing background image */ 
    background-image:url(../img/overlay/white.png); 
    /* dimensions after the growing animation finishes  */ 
    width:450px;
    height: 380;
    overflow: auto;   
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:30px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../img/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
/* black */ 
div.overlay.black { 
    background:url(../img/overlay/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(../img/overlay/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}
