body {
	margin:0px;
	padding:0px;
	font-size:62.5%;
	padding-bottom:25px;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	background-image:url(../img/order-backgroundTile.jpg);
	background-position:center;
	background-repeat:repeat;
	overflow-x:hidden;
}

#container {
	width:525px;
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-255px;
	padding-bottom:40px;
	z-index:999;
}

#headerBackground {
	position:absolute;
	top:0px;
	left:50%;
	width:593px;
	height::388px;
	margin-left:-300px;
	z-index:0;
}

.header {
	padding-bottom:20px;
}

a {
	color:#666666;
	text-decoration:none;
}

p {
	font-size:1em;
	color:#000000;
	line-height:170%;
}

.details {
	font-size:1em;
}

.details td {
	padding:7px 0;
}

.grey-text {
	color:#939393;
	font-size:10px;
}

.large-text {
	font-size:1.5em;
}

.radio-button {
	margin-right:6px;
}	

.text-field {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666666;
	padding:3px;
	border: 1px solid #939393;	
	width: 300px;
}

.text-field:focus {
	background-color:#FAFAFA;
	border: 1px solid #CCCCCC;	
}

.text-field-ccv {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666666;
	padding:3px;
	border: 1px solid #939393;	
	width: 30px;
}

.text-field-ccv:focus {
	background-color:#FAFAFA;
	border: 1px solid #CCCCCC;	
}

.text-field-special {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666666;
	padding:3px;
	border: 1px solid #939393;	
	width: 200px;
}

.text-field-special:focus {
	background-color:#FAFAFA;
	border: 1px solid #CCCCCC;	
}

.text-field-other {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666666;
	padding:3px;
	border: 1px solid #939393;	
	width:50px;
}

.text-field-other:focus {
	background-color:#FAFAFA;
	border: 1px solid #CCCCCC;	
}

.text-area {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666666;
	padding:3px;
	border: 1px solid #939393;	
	width: 300px;
	height: 110px;
}

.text-area:focus {
	background-color:#FAFAFA;
	border: 1px solid #CCCCCC;	
}

.textarea-field {
	padding-top:6px;
}

.checkbox {
	margin: 3px 0 0 0;
}

ul {
	margin: 10px 0 10px 0;
	padding:0px;
	list-style:none;
}

li {
	display:inline;
	padding-right:8px;
} 

img {
	border:none;
}

.border-bottom {
	border-bottom:1px #DEDEDE solid;
}

abbr {
	cursor:help;
}
