/************************
* Utility styles
************************/

.clear {
	clear: both;
}

.hidden {
	display: none;
}

span.brand {
	font-weight: bold;
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}

.feature {
	padding: .5em .8em;
	margin-bottom: 1em;
}

.left_quote {
	padding: 1em 0 1em 25px;
	background: transparent url(../img/left-quote.gif) no-repeat;
}

.right_quote {
	margin-bottom: 0;
	padding-right: 25px;
	min-height: 50px;
	background: transparent url(../img/right-quote.gif) no-repeat right bottom;
}

/***** Content message styles ******/
.error_message {
	color: #b90505;
	font-weight: bold;
}

.notice {
	color: #333;
	background-image: url(../img/notices/info24.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: #c2e5ff;
	border: 1px solid #739ab7;
	font-size: 1.2em;
	margin: 1em 0;
	display: block;
}

.notice,
.success,
.warning,
.error {
	width: 100%;
	padding: 0.5em 0;
}

.warning,
.error {
	color: #333;
	background-image: url(../img/notices/warning24.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: #fffccf;
	border: 1px solid #e1ddb1;
	font-size: 1.2em;
	margin: 1em 0;
	display: block;
}

.success {
	color: #333;
	background-image: url(../img/notices/success24.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: #c2e5ff;
	border: 1px solid #739ab7;
	font-size: 1.2em;
	margin: 1em 0;
	display: block;
}

.notice,
.success p,
.warning p,
.error p {
	margin: 0;
	padding: 0 0 0 50px;
}


.subtle {
	font-size: 0.8em;
}

.errorMsg {
	color: #b90505;
	font-weight: bold;
	margin-bottom: 15px;
}

.error {
	font-weight: bold;
	color: #b90505;
	display: block;
}

.required {
	font-weight: bold;
	color: #b90505;
}

/***** Global message styles ******/

#flashMessage {
	background-color: #333 !important;
	line-height: 1.2em;
	clear: both;
}

#flashMessage div {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 20px 4px;
}

#flashMessage:hover {
	cursor: pointer;
}

#flashMessage .info {
	background-image: url(../img/notices/info24.png);
	border-bottom: 4px solid #0390e4;
}

#flashMessage .error {
	background-image: url(../img/notices/error24.png);
	border-bottom: 4px solid #b90505;
}

#flashMessage .success {
	background-image: url(../img/notices/success24.png);
	border-bottom: 4px solid #c2d84b;
}

#flashMessage p {
	font: 1em/1.1em Helvetica, Arial, Verdana, sans-serif;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
	margin: 0 0 0 50px;
	padding: 0;
}

#flashMessage p strong {
	font-weight: bold;
	text-transform: uppercase;
}

#flashMessage a {
	color: #fff;
	font-weight: bold;
}