@charset "utf-8";
/* CSS Document */

ul.bucket_list.bucket_list_2col li {
	width:240px;
}


.controls {
	display:none;
}

span.message {
	height:26px;
	border-style:solid;
	border-width:1px;
	background-repeat:repeat-x;
	color:#000000;
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	padding:9px 0px 0px 8px;
}

span.success {
	border-color:#73991b;
	background-image:url('../images/message-success-background.jpg');
}

span.error {
	border-color:#991b1b;
	background-image:url('../images/message-error-background.jpg');
}

span.details {
	margin-left:20px;
	font-size:12px;
	font-weight:normal;
}

a.expert-name {
	font-size:22px;
	font-weight:bold;
	color:#313131;
}

span.expert-category {
	font-size:15px;
	color:#666666;
}

#section_header h1.default {
	margin-top:10px;
	margin-bottom:30px;
}

label.error {
	display:block;
	text-transform:none;
}

.error {
	text-transform:none;
}
