@charset "UTF-8";
/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	color: #000000;
}
	
.clear {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
	}

h1 {
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	}

h2 {
	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #3c6788;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	}

p {
	margin-bottom: 1em;
	line-height: 120%;
	}

a {
	color: #0089c2;
	}

table.prices td {
	padding: 10px 15px 0 0;
	text-align: center;
	}
	
table.prices tr.header td {
	padding-bottom: 5px;
	color: #666;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	}
	
table.prices input.qty {
	width: 30px;
	}

table.prices td.price {
	padding-right: 0;
	text-align: right;
	}

table.uploads td {
	padding: 10px 10px 0 10px;
	}
	
table.uploads td.qty {
	text-align: center;
	}
	
table.uploads tr.header td {
	padding-bottom: 5px;
	color: #666;
	border-bottom: 1px solid #ccc;
	}

table.uploads tr.super_header td {
	padding: 5px;
	background: #666;
	color: #fff;
	}
	
table.uploads tr.special_instructions td {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	color: #666;
	}

.optional {
	font-size: 14px;
	color: #666;
	}
	
#error,
#message {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: bold;
	clear: both;
	}

#error {
	color: #c20;
	background: #fdd;
	border: 1px solid #DD8A8A;
}

#message {
	color: #360;
	background: #cf9;
	border: 1px solid #9c6;
}
