/* Thanks http://www.cssplay.co.uk/boxes/snazzy.html */
/*
	These are used by the messagePrinter JSP tag.
*/
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#fff;}
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:1em;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
/* "#205197" is the border color for top and bottom */
.xb2, .xb3, .xb4 {background:#205197; border-left:2px solid #205197; border-right:2px solid #205197;}
.xb1 {margin:0 5px; background:#205197;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.msgContainer {display:block; background:#E3F6D2; border:0 solid #205197; border-width:0 3px; padding-left: 5px; line-height:135%}
/* This is the "Please correct the following errors before continuing:" */
.errorHeader {color: red; font-weight: bold;}
/* Sang - these are for the text boxes during checkout */
input.missing {
	border: 1px solid red;
}
input.invalid {
	border: 1px solid orange;
}
/* IE ignored any CSS on the select tag except "background" and "background-color" */
select.missing {
	border: 1px solid red;
}
select.ok {
	border: 1px solid #CDCDCD;
}
