body {
	font-family: Trebuchet MS;
	color: #333;
	background-color: #C00000;
}
h1, h2, h3, h4 {
	border-top: 3px solid #C00000;
	background-color: #FFCACA;
	padding: 3px;
}

#container {
	margin: 0 auto 0 auto;
	width: 600px;
	background-color: #FFF;
	padding: 15px;
}

.breaker {
	clear: both;
}

input.submit {
	font-size: 11px;
	margin: 5px;
}

div.projectName {
	font-weight: bold;
}

div.certHeader {
	font-size: 80px;
	color: #C00000;
	text-align: center;
}

div.certTitle {
	font-size: 11px;
	color: #C00000;
	text-align: center;
}

div#certContainer {
	padding: 40px 30px 40px 30px;
	border: 1px solid #CCC;
	height: 800px;
	overflow: hidden;
}

div.certInput {
	text-align: center;
	margin-bottom: 25px;
}

div.certText {
	font-size: 25px;
	color: #C00000;
	text-align: center;
	margin-bottom: 25px;
}

div.certTextSmall {
	font-size: 18px;
	color: #C00000;
	text-align: center;
	margin-bottom: 25px;
}



input[type=text], textarea {
	font-family: Trebuchet MS;
	color: #C00000;
}

div.certLogo {
	text-align: center;
}

input.certTextInput {
	border: 0px;
	border-bottom: 1px solid #C00000;
	background-color: #EEE;
	font-size: 25px;
	text-align: center;
}

textarea.certMessage {
	width: 400px;
	height: 50px;
	background-color: #EEE;
	border: 1px dotted #C00000;
}

div#cart {
	padding: 5px;
	border: 1px dotted #C00000;
	border-top: none;
	margin-bottom: 15px;
	font-size: 12px;
}

div#cartHeader {
	background-color: #C00000;
	font-size: 11px;
	padding: 3px;
	color: #FFF;
}

div.cartRow {
	clear: both;
	padding: 2px;
}

div.cartPrice {
	float: right;
}

div.cartName {
	float: left;
}

a.payment {
	color: #C00000;
	font-weight: bold;
}

div.certRow {
	padding: 5px;
	border-bottom: 3px solid #CCC;
	background-color: #EEE;
	margin-bottom: 10px;
}

span.cartDelete {
	padding: 0 5px 0 5px;
	font-size: 10px;
	background-color: #C00000;
	color: #FFF;
}

span.cartDelete a {
	color: #FFF;
	text-decoration: none;
}