

/* Global */


optgroup{
	font-weight: bold;
	font-style: italic;
}

form{
	margin: 0px;
}

/* Ghost */

.ghost{
	color: #BBB;
}

/* Messages */

#messages.yui-panel{
	text-align: center;
}

#messages.yui-panel #loading{
	margin-top: 10px;
}

.messageInfo{
	border:2px solid #ccc;
	background:#ffffe1;
	padding:10px;
}
/* Misc */
div.buttons, div#buttons{
	padding:20px 0px;
	height:40px;
	margin-top:10px;
}

.bold{
	font-weight: bold;
}

.asterisk{
	vertical-align: super;
	font: 9px Helvetica;
}

.italic{
	font-style: italic;
}

.alert{
	color: #990000;
}

.highlight{
	color: green;
}

.center{
	text-align: center;
}

.price{
	color: #990000;
}

.textInput{
	border: 1px solid #BBB;
	padding: 2px;
}

.hide,
a.hide{
	display: none;
}

.inlineError{
	color: #CC0000;
	background: url("/images/error.gif") no-repeat 2px 4px;
	padding-left: 24px;
	margin: 2px 10px;
	font-size: 11px;
	line-height:23px;
	font-weight:bold;
}

.clear{
	clear: both;
}

/* Error Box */

.errorBox{
	border: 3px solid #f25b5b;
	background:#fcf2f2;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	color: #e30f0f;
}

.errorBox .errorText{
	font-weight: bold;	
}
.errorBox ul{
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style:square;
}
.errorBox ul li{
	padding: 2px;
}

/* Help */

.helpImage{
	cursor: help;
}

.helpContent{
	font-size: 11px;
	width: 200px;
	text-align: left;
	padding: 5px;
}

.helpContent .title{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.helpContent .paragraph{
	margin-bottom: 10px;
}

.helpContent .last{
	margin-bottom: 0px;
}

/* Lightbox */

#LBWindow.yui-panel{
	background: #FFF;
	color: #000000;
	border: 4px solid #525252;
	font: 12px;
}

#LBWindow.yui-panel .hd{
	padding: 7px 22px 7px 0px;
	border: none;
	background-color: #E8E8E8;
	color: #999;
	overflow: visible;
	font-weight: normal;
	text-align: right;
	font-size: 11px;
}

#LBWindow.yui-panel .container-close{
	top: 4px;
	right: 4px;
	width: 100px;
	background: transparent url("/images/close.gif") no-repeat center right;
	padding: 0px 0px 1px 0px;
}

#LBWindow.yui-panel .bd{
	text-align: left;
}

.mask {
    -moz-opacity: 6.5;
    opacity: .60;
    filter: alpha(opacity=60);
    background-color: #000;
}

/* Wizard Nav */

.wizardNav{
	margin-bottom: 20px;
}

.wizardNav .step{
	font-size: 14px;
	font-weight: bold;
}

.wizardNav .plaintext{
	color: #BBB;
}

.wizardNav .separator{
	margin-right: 7px;
	margin-left: 7px;
}

.wizardNav .selected,
.wizardNav .selected a{
	color: #444;
}
