/* ChromaticPrinting.com - CSS Document - PLACE ORDER */
/* Developed by: FingerprintMedia.com */


/*********** TAGs ***********/
#contentBodyRight h4 {
	color: #663300;
	padding-left: 10px;
}


#contentBodyRight form {
	margin-top: 50px;
	padding-left: 50px;
}

#contentBodyRight form table {
}

form table caption {
	padding: 1px;
	color: #FFFFFF;
	width: 100%;
	background-color: #666666;
	font-weight: bold;
}



/******* IDs **************/
#instructions {
	color: #000000;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	background-color: #CCCCCC;
}

#instructions ul, #instructions ol, #instructions li {
	color: #333333;
}

#instructions ul, #instructions ol {
	font-size: 90%;
	margin: 3px;
}

#instructions li {
}

#instructions strong {
	color: #000000;
}


#error {
	background-color: #F88599;
	padding: 7px;
	margin-top: 4px;
	margin-right: 50px;
	margin-bottom: 4px;
	margin-left: 50px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}






/******* CLASSES ************/
.formBlockBorder {
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D9D1CA;
	border-bottom-color: #D9D1CA;
}

.required {
	background-color: #D8CDB8;
}

.highlightCCC {
	background-color: #CCCCCC;
}

.microCaps {
	text-transform: capitalize;
	font-size: 80%;
	text-align: center;
	color: #333333;
}
.alternateHighlight {
	background-color: #E0DBD5;
}
