/* CLEARFIX //-----------------------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


body {
	margin:0;
	padding:0;
	background:#0a0a0a url(../images/gui/bg-header.jpg) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {
	border:none;
}

.clear {
	clear:both;
}

#wrap {
	margin:0 auto;
	width:936px;
}

#header {
	position:relative;
	height:180px;
}

#header .left {
	float:left;
	width:480px;
	padding-top:15px;
}

#header .right {
	float:left;
	width:446px;
	padding-top:5px;
	padding-left:5px;
}

#header a {
	color:#b01918;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.member_login {
	background:url(../images/gui/arrow.png) no-repeat 0 3px;
	padding-left:16px;
	margin-left:5px;
}

.join_network {
	background:url(../images/gui/arrow2.png) no-repeat 0 3px;
	padding-left:27px;
	margin-left:20px;
}

#header .logged_out {
	padding-top:9px;
	text-align:right;
	padding-right:18px;
}

#header .logged_in_as {
	color:#FFF;
	font-size:11px;
	text-align:right;
	padding-right:5px;
	padding-top:1px;
}

#header .logged_in_links {
	text-align:right;
	padding-right:5px;
	padding-top:3px;
}

#header .logged_in_links a {
	font-size:13px;
	margin-left:12px;
}

#header .bbb_logo {
	position:absolute;
	top:95px;
	right:5px;
}

#newsletter_button {
	position:absolute;
	left:550px;
	top:100px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	padding:10px;
	border:1px solid #282828;
	background:#161616 url(../images/gui/arrow.png) no-repeat 8px 14px;
	padding-left:26px;
}

#header a#newsletter_close {
	font-size:12px;
}

#header #newsletter_box {
	display:none;
	position:absolute;
	left:500px;
	top:25px;
	width:280px;
	margin-top:35px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	padding:10px;
	background:#FFF;
}

#newsletter_box .title {
	background:url(../images/gui/arrow.png) no-repeat 0 3px;
	padding-left:16px;
	color:#b01918;
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
	
}

#newsletter_box .description {
	font-size:11px;
	padding-bottom:5px;
}

#newsletter_box input.submit {
	margin:0;
}

#newsletter_box label.error {
	font-size:12px;
	font-weight:normal;
}

#newsletter_signup_form_messages {
	display:none;
	position:absolute;
	top:43px;
	background:#f1f1f1;
	border:1px solid #ccc;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	padding:5px;
	font-weight:bold;
}

#auth_not_authorized_message {
	border:1px solid #b01918;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	padding:10px;
}

#menu {
	height:40px;
	padding-top:2px;
}

#menu a {
	color:#FFF;
	text-decoration:none;
}

#menu ul {
	float:left;
	padding-left:5px;
}

#menu li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	margin-left:3px;
	margin-right:3px;
}

#menu li a {
	display:inline-block;
	padding:16px 12px 0 12px;
	height:22px;
	text-decoration:none;
}

#menu li:hover, #menu li.active {
	background:url(../images/gui/menu-item-bg-left.jpg) no-repeat left top;
}

#menu li:hover a, #menu li.active a {
	background:url(../images/gui/menu-item-bg-right.jpg) no-repeat right top;
	padding:12px 12px 0 12px;
	height:26px;
}

.menu__top_menu ul {
	background:#0a0a0a;
	border-left:1px solid #5e5e5e;
	border-right:1px solid #5e5e5e;
	border-bottom:1px solid #5e5e5e;
	width:190px;
}

.menu__top_menu li:hover ul,
.menu__top_menu li.sfHover ul {
	top:38px;
	padding-top:14px;
}

#menu .menu__top_menu ul li, #menu .menu__top_menu ul li a {
	background:none;
	color:#fff;
	padding:0;
}

#menu .menu__top_menu ul li:hover a, #menu .menu__top_menu ul li.sfHover a {
	padding:0;
}

#shop_catalog_menu {
	float:left;
}

#shop_account_menu {
	float:right;
}

#main {
	background:#fff url(../images/gui/main-bottom.gif) no-repeat bottom;
	padding-bottom:30px;
}

#content_wrap a {
	color:#b01918;
	font-weight:bold;
}

#main .layout_col_1 {
	padding:5px 15px;
}

#main .layout_col2_left {
	float:left;
	width:583px;
	padding-left:20px;
	padding-top:10px;
}

#main .layout_col2_right {
	float:left;
	width:305px;
	margin-left:15px;
	padding-top:10px;
	text-align:center;
}

#main .layout_col2_right .box {
	text-align:left;
}

#main .layout_banners_right_left {
	float:left;
	width:780px;
	padding-left:15px;
	padding-top:5px;
}

#main .layout_banners_right_right {
	float:left;
	width:130px;
	padding:5px;
}

#main .layout_top_banner {
	padding-left:16px;
	padding-top:5px;
	padding-bottom:5px;
}

#main .check li {
	list-style-image:url(../images/check.gif);
}

h1 {
	margin-top:5px;
	margin-bottom:10px;
	font-size:25px;
	font-weight:bold;
	border-bottom:1px dotted #b01918;
}


h2 {
	color: #cf0101;	
	margin-top:5px;
	margin-bottom:10px;
	font-size:22px;
	font-weight:bold;
}

h3 {
	margin-top:5px;
	margin-bottom:10px;
	font-size:22px;
	font-weight:bold;
	color:#000;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

input.submit {
	background:#b01918;
	color:#FFF;
	border:0;
	padding:3px 7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#home_slideshow .jcarousel-container-horizontal {
    width: 546px;
    padding: 5px 10px;
}

#home_slideshow .jcarousel-item {
	width:546px;
}

#home_slideshow .jcarousel-next-horizontal {
    position: absolute;
    top: 150px;
    right: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/gui/home-slideshow-arrow-right.png) no-repeat;
}

#home_slideshow .jcarousel-prev-horizontal {
    position: absolute;
    top: 150px;
    left: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/images/gui/home-slideshow-arrow-left.png) no-repeat;
}

.home_left_right_boxes .left {
	float:left;
}

.home_left_right_boxes .right {
	float:right;
}

#joblistings_search_form, #hman_artists_search_form {
	background:#f0d6d6;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#hman_artists_search_filter_message {
	background:#666;
	color:#FFF;
	padding:5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:1px;
	font-size:12px;
}

#hman_artists_search_filter_message .left {
	float:left;
}

#hman_artists_search_filter_message .right {
	float:right;
}

#joblistings_search_form select, #hman_artists_search_form select {
	margin-right:15px;
}

#joblistings_search_form .search_reset_link, #hman_artists_search_form  .search_reset_link {
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}

#joblistings_search_form label, #hman_artists_search_form label {
	padding-left:3px;
	padding-right:10px;
}

#joblistings_search_form br, #hman_artists_search_form br {
	clear:both;
}

#joblistings_search_form .submit_buttons {
	padding-top:5px;
}

#joblistings_search_form input.submit {
	margin-left:0;
}

#joblistings_add_form label {
	float:left;
	width:100px;
}

#joblistings_add_form input, #joblistings_add_form textarea {
	float:left;
	margin-bottom:2px;
}

#joblistings_add_form input.date {
	width:80px;
}

#joblistings_add_form textarea {
	width:400px;
}

#joblistings_add_form br {
	clear:both;
}

.intro_box {
	background:url(../images/intro-box.jpg) no-repeat;
	width:446px;
	height:136px;
}

#content_wrap .intro_box a {
	display:block;
	font-weight:bold;
	font-size:26px;
	text-align:center;
	text-decoration:none;
	color:#000;
	padding-top:50px;
	padding-bottom:50px;
}

form .ui-widget-content label {
	display:block;
	font-size:11px;
}

form .ui-widget-content input, form .ui-widget-content select, form .ui-widget-content textarea {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	width:100%;
}

form .ui-widget-content br {
	clear:both;
	margin-bottom:15px;
}

form .ui-widget-content input.short {
	width:60px;
}

form .ui-widget-content input.checkbox {
	width:auto;
}

#dbadmin_form_hman_profile_artist #tabs-1 .left, #dbadmin_form_hman_profile_artist_premium #tabs-1 .left {
	float:left;
	width:250px;
	margin-right:40px;
}

#dbadmin_form_hman_profile_artist #tabs-1 .center, #dbadmin_form_hman_profile_artist_premium #tabs-1 .center {
	float:left;
	width:250px;
}

#dbadmin_form_hman_profile_artist #tabs-1 .right, #dbadmin_form_hman_profile_artist_premium #tabs-1 .right {
	float:right;
}

#dbadmin_form_hman_profile_artist #tabs-2 label, #dbadmin_form_hman_profile_artist_premium #tabs-2 label {
	width:120px;
	display:inline;
	font-size:12px;
}

#dbadmin_form_hman_profile_artist #tabs-2 input, #dbadmin_form_hman_profile_artist_premium #tabs-2 input {
	width:auto;
	display:inline;
}

#dbadmin_form_hman_profile_artist #tabs-3 .left, #dbadmin_form_hman_profile_artist_premium #tabs-3 .left {
	float:left;
	width:480px;
	margin-right:30px;
}

#dbadmin_form_hman_profile_artist #tabs-3 .right, #dbadmin_form_hman_profile_artist_premium #tabs-3 .right {
	float:left;
	width:300px;
	line-height:20px;
}

#dbadmin_form_hman_profile_artist #tabs-8 .left, #dbadmin_form_hman_profile_artist_premium #tabs-8 .left {
	float:left;
	width:280px;
	margin-right:30px;
}

#dbadmin_form_hman_profile_artist #tabs-8 .right, #dbadmin_form_hman_profile_artist_premium #tabs-8 .right {
	float:left;
	width:520px;
	line-height:20px;
	padding-top:20px;
}

#dbadmin_form_hman_myaccount_artist_premium #tabs-3 input, #dbadmin_form_hman_myaccount_artist #tabs-3 input, #dbadmin_form_hman_myaccount_artist_premium #tabs-3 select, #dbadmin_form_hman_myaccount_artist #tabs-3 select {
	width:auto;
	padding:0;
	font-size:12px;
	margin:0;
	margin-right:5px;
}

#dbadmin_form_hman_myaccount_artist_premium #tabs-3 label, #dbadmin_form_hman_myaccount_artist #tabs-3 label {
	float:none;
	display:inline;
	border:0;
	margin:0;
	padding:0;
	width:auto;
	text-align:left;
	font-size:13px;
}


#dbadmin_form_hman_myaccount_artist_premium #tabs-3 br, #dbadmin_form_hman_myaccount_artist #tabs-3 br {
	clear:both;
	margin-bottom:5px;
}

#dbadmin_form_hman_profile_artist_premium #tabs-4 input {
	width:auto;
	display:inline;
}

.bio_description {
	padding:10px 20px;
	line-height:20px;
}

#dbadmin_form_job_listings #tabs-1 .left {
	float:left;
	width:250px;
	margin-right:40px;
}

#dbadmin_form_job_listings #tabs-1 .right {
	float:left;
}

#dbadmin_form_job_listings #tabs-1 .right textarea {
	height:50px;
	width:500px;
}


#paging_wrap {
	margin-top:10px;
}

#paging_wrap .paging_item_active {
	background:#b01918;
	color:#FFF;
	padding:3px 7px;
	margin-right:3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#paging_wrap a {
	padding:3px 7px;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#paging_wrap a:hover {
	background:#0d0d0d;
	color:#FFF;
}

#content_wrap .button_send_message a {
	display:block;
	background:#666;
	text-align:center;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:3px;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}

#content_wrap .button_view_profile a {
	display:block;
	background:#b01918;
	text-align:center;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:3px;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}

#content_wrap .button_gray a {
	display:block;
	width:100px;
	background:#666;
	text-align:center;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:3px 0;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}

#content_wrap .button_red a {
	display:block;
	width:100px;
	background:#b01918;
	text-align:center;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:3px 0;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}

#content_wrap .button {
	display:block;
	background:#373536;
	text-align:center;
	padding:7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:3px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}


#content_wrap .button-red {
	display:block;
	background: #a4080f;
	text-align:center;
	padding:7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:3px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}

#content_wrap .link_button {
	background:#373536;
	text-align:center;
	padding:7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:3px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}

.employer_list_item {
	padding:10px;
	border-bottom:1px dotted #b01918;
}

.employer_list_item .left {
	float:left;
	width:120px;
	padding-right:10px;
	border-right:1px dotted #CCC;
}

.employer_list_item .right {
	float:left;
	width:615px;
	margin-left:10px;
}

.employer_list_item .picture img {
	width:120px;
}

.employer_list_item .name {
}

.employer_list_item .contact {
}

.employer_list_item .location {
	color:#666;
	float:right;
}

.employer_list_item .professions {
	color:#666;
	font-weight:bold;
	margin-top:5px;
}

.employer_detail {
}

.employer_detail .left {
	float:left;
	width:280px;
}

.employer_detail div.right {
	float:left;
	width:460px;
	margin-left:10px;
}

.employer_detail .picture {
	padding-top:6px;
}

.employer_detail .name {
	font-size:24px;
}

.employer_detail .contact {
	font-size:14px;
}

.employer_detail .basic_information {
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding-top:5px;
	padding-bottom:5px;
	line-height:18px;
	margin-bottom:10px;
}

.employer_detail .social_media {
	text-align:center;
	padding-top:10px;
}

.employer_detail .occupations {
	color:#999;
	padding-top:10px;
}

.employer_detail .job_listings {
	padding:0 20px 4px 20px;
	text-align:left;
}

.employer_detail .job_listings ul {
	padding-left:15px;
}

#artist_signup_table {
	margin-top:10px;
}

#artist_signup_table td {
	border-bottom:1px solid #d2d2d1;
}

.artist_list_item {
	padding:10px;
	border-bottom:1px dotted #b01918;
}

.artist_list_item .left {
	float:left;
	width:120px;
	padding-right:10px;
	border-right:1px dotted #CCC;
}

.artist_list_item .right {
	float:left;
	width:615px;
	margin-left:10px;
}

.artist_list_item .picture img {
	width:120px;
}

.artist_list_item .name {
	float:left;
}

.artist_list_item .verified {
	float:left;
	margin-left:10px;
}

.artist_list_item .location {
	color:#666;
	float:right;
}

.artist_list_item .professions {
	color:#666;
	font-weight:bold;
	margin-top:5px;
}

.artist_list_item .rating {
	padding-top:10px;
	color:#666;
}

.artist_list_item .star_review_disabled {
	float:none;
}

.artist_verified_message ul {
	padding-left:15px;
}

.artist_detail {
}

.artist_detail .left {
	float:left;
	width:280px;
}

.artist_detail div.right {
	float:left;
	width:460px;
	margin-left:10px;
}

.artist_detail .picture {
	padding-top:6px;
}

.artist_detail .name {
	font-size:34px;
	color:#000;
	text-align:center;
	width:226px;
	margin:0 auto;
	margin-top:6px;
}

.artist_detail .verified {
	float:left;
	margin-left:10px;
}

.artist_detail .bio_and_more {
	clear:both;
	margin-top:10px;
}

.artist_detail .social_media {
	text-align:center;
	padding-top:10px;
}

.artist_detail .professions {
	float:left;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	padding-top:4px;
}

.artist_detail .assistant {
}

.artist_detail .union {
	float:left;
	font-size:13px;
	font-weight:bold;
	margin-right:30px;
}

.artist_detail .union .label {
	color:#b01918;
	padding-right:5px;
}

.artist_detail .basic_information {
	padding:10px;
}

.artist_detail .basic_information div {
	padding-bottom:5px;
}

.artist_detail .basic_information .label {
	float:left;
	font-weight:bold;
	width:65px;
}

.artist_detail .union_and_assistant {
}

.artist_detail .assistant {
	float:left;
	margin-right:30px;
}

.artist_detail .experience {
	font-weight:bold;
}

.artist_detail .experience .label {
	font-weight:normal;
	margin-right:2px;
}

.employer_feedback {
	padding-bottom:5px;
}

.feedback {
	margin:0 30px;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
}

.feedback h3 {
	font-size:14px;
}

.feedback_text {
	text-align:left;
	font-size:13px;
}

.feedback_employer {
	text-align:left;
	color:#999;
	font-size:11px;
}

.feedback_rating {
	text-align:left;
	padding-bottom:5px;
}

.feedback_rating label {
	float:left;
	width:100px;
	font-size:11px;
	padding-top:2px;
}

.star_review_disabled {
	float:left;
	margin-bottom:5px;
}

#portfolio_photos_wrap {
	background:url(../images/gui/photo-reel-bg.gif) repeat-x;
	padding:35px 0px;
	margin-top:5px;
	margin-top:5px;
}

#portfolio_photos_carousel_wrap {
	float:left;
	width:409px;
}

.portfolio_photos_prev_wrap {
	float:left;
	width:26px;
	padding-top:45px;
}

.portfolio_photos_next_wrap {
	float:left;
	width:25px;
	text-align:right;
	padding-top:45px;
}

.items img {
	margin:0;
}

.items a {
	display:block;
	float:left;
}

#videos_search_filter_message {
	background:#666;
	color:#FFF;
	padding:5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:1px;
	font-size:12px;
	margin-bottom:5px;
}

#videos_search_filter_message .left {
	float:left;
}

#videos_search_filter_message .right {
	float:right;
}

#videos_search_filter_message a {
	color:#FFF;
}

.videos_list_item {
	clear:both;
	border-bottom:1px dotted #b01918;
	margin-bottom:5px;
}

#videos_list_wrap h1 {
	border:0;
	font-weight:bold;
}

.videos_list_item .left {
	float:left;
	width:190px;
	padding-top:10px;
	padding-bottom:10px;
}

.videos_list_item .right {
	float:left;
	width:580px;
	padding-top:10px;
	padding-bottom:10px;
}

.videos_list_item .thumb img {
	width:180px;
}

.videos_list_item .name {
	float:left;
}

.videos_list_item .original_price {
	float:right;
	text-decoration:line-through;
	margin:3px 8px;
}

.videos_list_item .price {
	float:right;
	background:#b01918;
	color:#FFF;
	padding:3px 8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.videos_list_item .category {
	clear:both;
}

.videos_list_item .category label {
	font-weight:bold;
}

/* Premium video Requires Login */

.videos_list_item.videos_premium {
	border:none;
}

.videos_list_item.videos_premium .left {
        float:left;
        width:190px;
        padding-top:10px;
        padding-bottom:10px;
}

.videos_list_item.videos_premium .right {
        float:left;
        width:auto;
        width:690px;
	padding-top:10px;
        padding-bottom:10px;
}
/* END */

#videos_list_wrap .videos_list_item .category a {
	color:#333;
	font-weight:normal;
	text-decoration:none;
	border-bottom:1px dotted #b01918;
}

.videos_list_item .length {
	font-size:11px;
	padding-top:2px;
}

.videos_list_item .length label {
	font-weight:bold;
}

.videos_list_item .description {
	padding-top:10px;
}

#videos_list_wrap.home_main {
	float:left;
	width:200px;
}

#videos_list_wrap.home {
	float:right;
	width:250px;
}

#videos_list_wrap.home .view_more {
	clear:both;
	text-align:right;
	padding-right:10px;
}

.videos_list_item_home_main {
	clear:none;
	float:left;
	width:180px;
	padding-right:5px;
	padding-bottom:5px;
	margin:0;
	border:0;
}

.videos_list_item_home_main .thumb img {
	width:280px;
}

.videos_list_item_home_main .name {
	float:left;
	width:270px;
}

.videos_list_item_home_main .length {
}


.videos_list_item_home .thumb img {
	width:115px;
}

.videos_list_item_home {
	clear:none;
	float:left;
	width:115px;
	padding-left:5px;
	padding-bottom:5px;
	margin:0;
	border:0;
}

#videos_list_wrap.more_videos {
	clear:both;
}

#videos_list_wrap.more_videos .category {
	padding-top:5px;
	padding-bottom:5px;
}

#videos_list_wrap.more_videos h3 {
	display:inline;
	border:0;
	color:#b01918;
}

#videos_list_wrap.more_videos a.see_more {
	float:right;
	text-decoration:none;
	font-size:14px;
}

.videos_list_item_more_videos {
	clear:none;
	float:left;
	width:180px;
	border-left:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	border-bottom:0;
	padding:10px;
	margin-right:50px;
}

.videos_list_item_more_videos .name {
	float:none;
	padding-top:3px;
	padding-bottom:3px;
}

.videos_list_item_more_videos .length {
	float:left;
}

.videos_list_item_more_videos .price {
	background:none;
	color:#000;
	font-size:11px;
	padding:0;
}

.videos_list_item_more_videos .description {
	clear:both;
	font-size:12px;
}

#videos_detail h2 {
	border:0;
	background:none;
	margin-left:10px;
}

#videos_detail .left {
	float:left;
	width:645px;
	padding-left:20px;
}

#videos_detail .right {
	float:left;
	width:220px;
	margin-left:10px;
}

#videos_detail .added label, #videos_detail .length label, #videos_detail .category label {
	font-weight:bold;
}

#videos_detail .description {
	padding-top:10px;
	line-height:20px;
}

#videos_detail .description label {
	display:block;
	font-weight:bold;
}

#videos_detail .parts {
	padding-top:10px;
}

#videos_detail .parts li {
	padding-bottom:4px;
}

#videos_detail .parts li.active {
	list-style:url(../images/gui/arrow_right.png);
}

#videos_detail .parts label {
	font-weight:bold;
}

.videos_detail_more_videos h3 {
	font-weight:bold;
	font-size:20px;
	border-bottom:1px dotted #b01918;
}

.glow_box {
	background:url(../images/gui/box-glow-middle.gif);
	width:280px;
}

.glow_box .outter {
	background:url(../images/gui/box-glow-top.gif) no-repeat top;
}

.glow_box .outter .inner {
	background:url(../images/gui/box-glow-bottom.gif) no-repeat bottom;
	text-align:center;
	padding:20px 0 14px 0;
}

.box_wide {
	background:url(../images/gui/box-middle-medium.gif);
	width:583px;
}

.box_wide .outter {
	background:url(../images/gui/box-top-medium.gif) no-repeat top;
}

.box_wide .outter .inner {
	background:url(../images/gui/box-bottom-medium.gif) no-repeat bottom;
	padding:5px 10px;
	padding-bottom:12px;
}

.box_narrow {
	background:url(../images/gui/box-middle-small.gif);
	width:295px;
}

.box_narrow .outter {
	background:url(../images/gui/box-top-small.gif) no-repeat top;
}

.box_narrow .outter .inner {
	background:url(../images/gui/box-bottom-small.gif) no-repeat bottom;
	padding:5px 10px;
	padding-bottom:22px;
}

.box_narrow_left {
	background:url(../images/gui/box-middle-small2.gif);
	width:290px;
}

.box_narrow_left .outter {
	background:url(../images/gui/box-top-small2.gif) no-repeat top;
}

.box_narrow_left .outter .inner {
	background:url(../images/gui/box-bottom-small2.gif) no-repeat bottom;
	padding:5px 10px;
	padding-bottom:22px;
}

.box h1, .box h2, .box h3 {
	margin-top:5px;
	margin-bottom:10px;
	font-size:21px;
	font-weight:bold;
	background:#e6e6e6;
	padding:3px 12px;
	border:0;
}


.box_content {
	padding:0 10px;
}

.box_wide .box_content {
	line-height:19px;
}

.box_big {
	background:url(../images/gui/box-big-middle.jpg);
	width:909px;
}

.box_big .outter {
	background:url(../images/gui/box-big-top.jpg) no-repeat top;
}

.box_big .outter .inner {
	background:url(../images/gui/box-big-bottom.jpg) no-repeat bottom;
	padding:5px 0 20px 0;
}

.ad {
	margin-top:5px;
	text-align:center;
}

#footer {
	color:#FFF;
	padding:10px;
	font-size:11px;
}

#footer a {
	color:#FFF;
}

#footer .delimiter {
	padding-left:5px;
	padding-right:5px;
}

#footer .left {
	float:left;
}

#footer .right {
	float:right;
}

img.image_float_left {
margin-right:8px;
float:left;
}

img.image_float_right {
margin-left:8px;
float:right;
}

/* TESTIMONIALS */
.testimonial_list_item_name {
	text-align:right;
	font-weight:bold;
}


.box_wide img {
max-width:543px;
height:auto;
}

.float-right {
float:right;
margin-left:10px;
clear:both;
}


/* Connect Page */

ul.affiliate-links{
margin:0;
padding:0;
list-style:none;
}
ul.affiliate-links img {
width:auto;
height:70px !important;
}

ul.affiliate-links li{
float:left;
display:inline-block;
width:200px;
height:70px;
padding:6px;
text-align:center;
border:solid 1px #ebebeb;
margin: 5px;
}

ul.affiliate-links li a {
text-decoration:none;
font-size:14px;
color:#444;
}

ul.affiliate-links li:hover{
border-color:#999;
}


.hightlight_red {
font-weight:bold;
color:#CF0101;
}

.event_list_item, .event_detail {
	border:2px solid #ccc;
	padding:5px 10px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	margin-bottom:20px;
}


#content_wrap .event_list_item .rsvp a, #content_wrap .event_detail .rsvp a {
	display:block;
	background:#b01918;
	text-align:center;
	padding:7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:3px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	width:200px;
	margin:0 auto;
}



.event_list_item h2, .event_detail h2 {
	margin-top:5px;
	margin-bottom:10px;
	font-size:21px;
	font-weight:bold;
	background:#e6e6e6;
	padding:3px 12px;
	border:0;
}

.title h2, h2.title {
	font-size:16px;
	margin-bottom:0;
}

.dates, .date {
	font-weight:normal;
	font-size:14px;
}

.event_list_item .date, .event_detail .date {
	float:left;
	margin-right:10px;
	font-weight:bold;
	font-size:16px;
}

.event_list_item .time, .event_detail .time {
	float:left;
	font-size:16px;
}

.event_list_item .abstract, .event_detail .abstract {
	border-top:1px solid #ccc;
	padding-top:5px;
	margin-top:5px;
	clear:both;
}

#main .layout_col2_right .event_list_item {
	border:0;
	border-bottom:2px solid #ccc;
	padding:0;
	padding-bottom:5px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	margin-bottom:5px;
}

#main .layout_col2_right .event_list_item .date_time {
	padding-top:6px;
	padding-bottom:3px;
}

#main .layout_col2_right .event_list_item .buttons {
	padding-bottom:5px;
}

#main .layout_col2_right .event_list_item .buttons a {
	float:left;
	display:block;
	background:#666;
	text-align:center;
	padding:4px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:3px;
	margin-right:5px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	width:80px;
}

#main .layout_col2_right .event_list_item .date, #main .layout_col2_right .event_list_item .time {
	font-size:12px;
}

td {
	vertical-align:top;
}






form.style {
	margin: 10px 0px;
	padding: 0;
}

form.style label {
	font-weight: normal;
	margin: 5px 6px 0 0;
	width: 140px;
	text-align: right;
	float: left;
	line-height:normal;
	border-bottom:solid 1px #ccc;
	padding:3px;
}

form.style legend {
	font-size: 1.2em;
	padding: 0 12px;
	font-weight: 900;
	background-color: #F9F9F9;
}

form.style fieldset fieldset legend {
	font-size: 1em;
	color: #1a2129;
	padding: 0 18px;
	margin-left: 75px;
}

form.style input[type="text"], form.style input[type="password"], form.style select {
	padding: 3px;
	margin: 4px 0;
	border: 1px solid #777;
	font: normal 1em Verdana, sans-serif;
	width:400px;
}

form.style br {
	clear:both;
}

form.style textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #777;
	height: 100px;
	display: block;
}

form.style input.button {
	margin: 0;
	font: bold 12px Arial, Sans-serif;
	border: 1px solid #EAEAEA;
	padding: 2px 4px;
	background: #CCC url(buttonbg.gif) repeat-x left bottom;
	color: #333; /* color: #339900; */
	cursor: pointer;
	width:auto;
	background-color: #006699;
	color: #FFF;
	background-image: none;
	font-weight: 900;
	border: 1px solid #EAEAEA;
	margin: 0 0 0 152px;
}

form.style input.submit, input.submit {
	margin: 0 0 0 152px;
}

form.style input.submitbutdton {
	background-color: #006699;
	color: #FFF;
	background-image: none;
	font-weight: 900;
	border: 1px solid #EAEAEA;
	margin: 0 0 0 200px;
}


/* Form Errors */
form.style label.error{
	color:red;
	display:block !import;
	width:auto;
	margin-right:25px;
	background:#ffffcc;padding:2px;
	text-align:right;
	float:right;
	white-space:nowrap;
}

form.style input.error, form.style input[type="password"].error, form.style textarea.error {
	background:#ffffcc;
	border:solid 1px #fff000;
}




/* ALTERNATE FORM LAYOUT - label on top of inputs */

form.style2 {
	margin: 10px 0px;
	padding: 0;
}

form.style2 label {
	font-weight: bold;
	margin: 5px 6px 0 0;
	width: 250px;
	text-align: left;
	line-height:normal;

}

form.style2 legend {
	font-size: 1.2em;
	padding: 0 12px;
	font-weight: 900;
	background-color: #F9F9F9;
}

form.style2 fieldset fieldset legend {
	font-size: 1em;
	color: #1a2129;
	padding: 0 18px;
	margin-left: 75px;
}

form.style2 input[type="text"], form.style input[type="password"], form.style2 select {
	padding: 3px;
	margin: 4px 0;
	border: 1px solid #777;
	font: normal 1em Verdana, sans-serif;
	width:250px;
}

form.style2 select {
width:258px;
}

form.style2 input.short {
width: 80px;
}

form.style2 br {
	
}

form.style2 textarea {
	width: 250px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #777;
	height: 100px;
	display: block;
}

form.style2 input.button {
	margin: 0;
	font: bold 12px Arial, Sans-serif;
	border: 1px solid #EAEAEA;
	padding: 2px 4px;
	background: #CCC url(buttonbg.gif) repeat-x left bottom;
	color: #333; /* color: #339900; */
	cursor: pointer;
	width:auto;
	background-color: #006699;
	color: #FFF;
	background-image: none;
	font-weight: 900;
	border: 1px solid #EAEAEA;
	margin: 0 0 0 152px;
}

form.style2 input.submit, input.submit {
	margin: 0 0 0 152px;
}


/* Form Errors */
form.style2 label.error{
	color:red;
	display:block !import;
	width:auto;
	margin-right:25px;
	background:#ffffcc;padding:2px;
	text-align:right;
	float:right;
}

form.style2 input.error, form.style2 input[type="password"].error, form.style2 textarea.error {
	background:#ffffcc;
	border:solid 1px #fff000;
}

/* my-profile */
#enableProfileWrap {
text-align:right;
clear:both;
padding:2px 4px;
background:#ffffcc;
display:inline;
margin-bottom:4px;
}

#tabs-2 label {
	font-weight:normal;
}

#tabs-2 label.bold {
	font-weight:bold;
}

#filesUploadedResume {
	padding-bottom:10px;
}


#filesUploadedPortfolio ul{
list-style-type:none;
margin:0;
padding:0;
}

#filesUploadedPortfolio ul li{
	float:left;
margin:6px;
padding:0;
position:relative;
}

#filesUploadedPortfolio ul li img{
margin:0;
padding:0;
border:solid 1px #777;
float:left;
}

#filesUploadedPortfolio ul li .remove_icon {
	position:absolute;
	background:#FFF;
	right:0;
	bottom:0;
}

#tabs_hman_profile_artist, #tabs_hman_profile_artist_premium {
	min-height:434px;
}


/* Data table#cart_table */
table, td, th {border:none;}
table#cart_table { border:1px solid #bebcb7; width:100%; }
table#cart_table tr { background:#fff; }
table#cart_table .odd  { background:#f8f7f5 }
table#cart_table .even { background:#eeeded !important; }
table#cart_table td.last, table#cart_table th.last { border-right:0; }
table#cart_table tr.last th,
table#cart_table tr.last td { border-bottom:0 !important; }
table#cart_table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; }
table#cart_table th.wrap { white-space:normal; }
table#cart_table th a,
table#cart_table th a:hover { color:#fff; }
table#cart_table td { padding:3px 8px; }
table#cart_table thead tr th { background:url(../images/data_table#cart_table_th_bg.gif) repeat-x 0 100% #d9e5ee; }
table#cart_table tfoot { border-bottom:1px solid #d9dde3; }
table#cart_table tfoot tr.first { background:url(../images/base_mini_actions_bg.gif) 0 0 repeat-x; }
table#cart_table tfoot tr { background-color:#DEE5E8 !important; }
table#cart_table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
table#cart_table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }

/* Data table.messages-table */
table, td, th {border:none;}
table.messages-table { border:1px solid #bebcb7; width:100%; }
table.messages-table tr { background:#fff; }
table.messages-table .odd  { background:#f8f7f5 }
table.messages-table .even { background:#eeeded !important; }
table.messages-table td.last, table.messages-table th.last { border-right:0; }
table.messages-table tr.last th,
table.messages-table tr.last td { border-bottom:0 !important; }
table.messages-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; }
table.messages-table th.wrap { white-space:normal; }
table.messages-table th a,
table.messages-table th a:hover { color:#fff; }
table.messages-table td { padding:3px 8px; }
table.messages-table thead tr th { background:url(../images/data_table.messages-table_th_bg.gif) repeat-x 0 100% #d9e5ee; }
table.messages-table tfoot { border-bottom:1px solid #d9dde3; }
table.messages-table tfoot tr.first { background:url(../images/base_mini_actions_bg.gif) 0 0 repeat-x; }
table.messages-table tfoot tr { background-color:#DEE5E8 !important; }
table.messages-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
table.messages-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }




/* Messages */
#message_to.searching {
background: url(/images/gui/ajax-loader.gif) no-repeat 386px;
}


#usermessages .left{
margin-left: 152px;
margin-bottom:10px;
}

.usermessages_new_message_notification {
	font-family:Verdana, Geneva, sans-serif;
	color:#FC0;
	margin-left:3px;
	font-weight:normal;
}


.ui-state-success, .ui-state-error {
	padding:10px 15px;
}


form.style2 #tabs_hman_profile_artist_premium textarea {
	width:100%;
	height:300px;
}

#auth_login_failed {
	background:#fef1ec;
	border:1px solid #cd0a0a;
	padding:10px 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.coupon_code {
	margin-top:20px;
	text-align:right;
	margin-right:10px;
}

.coupon_code input {
	margin-left:5px;
	margin-right:5px;
	border:1px solid #d9e5ee;
	width:80px;
}

#content_wrap .coupon_code a {
	font-weight:normal;
}

.coupon_error {
	padding:5px 10px;
	margin-bottom:5px;
}

#content_wrap a.cart_button_empty_cart {
	font-weight:normal;
}

#content_wrap a.cart_button_checkout {
	background:#666;
	text-align:center;
	padding:5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:3px;
	color:#FFF;
	text-decoration:none;
	margin-left:5px;
}

.cart_buttons {
	text-align:right;
}

#checkOutForm {
	position:relative;
}

.checkout_billing_address {
	float:left;
	width:585px;
}

.checkout_payment_information {
	float:left;
	width:585px;
}

.checkout_cart {
	float:right;
	width:290px;
}

.checkout_user_account .left {
	float:left;
	width:355px;
	border-right:1px dotted #666;
}

.checkout_user_account .right {
	float:left;
	width:200px;
	margin-left:20px;	
}

form .checkout_user_account .left input {
	width:170px;
}

.cart_mini {
	float:right;
	position:relative;
	color:#FFF;
	padding-top:15px;
	padding-bottom:5px;
	padding-right:5px;
	font-size:12px;
}

#header .cart_mini .cart_button {
	position:absolute;
	top:10px;
	left:-35px;
}

#header .cart_mini a.checkout_button {
	font-size:12px;
	margin-left:10px;
	background:#666;
	text-align:center;
	padding:5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:3px;
	color:#FFF;
	text-decoration:none;	
}

#hman_artists_search_form .submit_buttons {
	float:right;
}

#hman_artists_search_form .submit_buttons input.submit {
	margin:0;
}

.job_listings_detail {
	margin-bottom:10px;
}

.job_listings_detail label {
	float:left;
	width:120px;
	font-weight:bold;
}

.job_listings_detail .data {
	float:left;
	width:500px;
}

.job_listings_detail br {
	clear:both;
}

.job_listings_detail .row {
	clear:both;
	width:100%;
	padding:5px 0;
	border-bottom:1px dotted #ccc;
}

.job_listings_list_item {
	padding:10px;
	border-bottom:1px dotted #b01918;
}

.job_listings_list_item .left {
	float:left;
	width:235px;
	padding-right:10px;
	border-right:1px dotted #CCC;
}

.job_listings_list_item .center {
	float:left;
	width:200px;
	padding-right:10px;
	padding-left:10px;
	border-right:1px dotted #CCC;
}

.job_listings_list_item .right {
	float:left;
	width:200px;
	margin-left:10px;
}

.job_listings_list_item label {
	font-weight:bold;
	padding-right:8px;
}

.job_listings_list_item .description {
	padding-top:10px;
}

.job_listings_list_item .read_more {
	width:80px;
	float:right;
}

.forgot_password_box form {
	margin-top:20px;
	margin-bottom:20px;
}

.forgot_password_box input.submit {
	margin-left:0;
	margin-top:5px;
}


.members_registration_form label {
	width:150px;
}

/* FORUM - START */
.forum_board_list_item .buttons {
	margin-bottom:5px;
	padding-top:5px;
}

#forum_topics_list {
	background:#f2df9d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:5px;
	padding:5px;
}

#forum_topics_list .heading {
	padding-top:3px;
	padding-bottom:5px;
	padding-left:3px;
}

#forum_topics_list .board_name {
	float:left;
	width:400px;
	font-weight:bold;
}

#forum_topics_list .replies_label {
	float:left;
	width:50px;
	text-align:center;
}

#forum_topics_list .views_label {
	float:left;
	width:60px;
	text-align:center;
}

#forum_topics_list .latest_activity_label {
	float:left;
	width:120px;
}

.forum_topics_list_item {
	background:#FFF;
	padding:5px;
	border-top:1px solid #f2df9d;
	font-size:11px;
}

.forum_topics_list_item a.title {
	font-size:13px;
	font-weight:bold;
}

#forum_topics_list .description {
	font-weight:normal;
	padding-left:5px;
}

.forum_topics_list_item .icon {
	float:left;
	width:30px;
}

.forum_topics_list_item .topic {
	float:left;
	width:370px;
}

#main .layout_one_column .forum_topics_list_item .topic {
	width:auto;
}

.forum_topics_list_item .replies {
	float:left;
	width:50px;
	text-align:center;
	font-size:13px;
	padding-top:6px;
}

.forum_topics_list_item .views {
	float:left;
	width:60px;
	text-align:center;
	font-size:13px;
	padding-top:6px;
}

.forum_topics_list_item .latest_activity {
	float:left;
	width:120px;
}

.forum_topics_list_item_home .body {
	font-size:13px;
	padding-top:3px;
	padding-bottom:3px;
}

#forum_topics_list .paging {
	text-align:right;
	padding-top:5px;
	padding-right:3px;
}

#forum_posts_list .board {
	background:#f2df9d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:5px;
	padding:5px 10px;
	font-weight:bold;
}

#forum_posts_list .buttons {
	margin-bottom:3px;
}

#forum_posts_list .forum_topic {
	background:#f8f3e0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:5px;
	padding:10px;
}

#forum_posts_list .forum_topic .left {
	float:left;
	width:460px;
}

#forum_posts_list .forum_topic .right {
	float:left;
	width:150px;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #ddd;
}


#forum_posts_list .forum_topic .title {
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
}

#forum_posts_list .forum_posts_list_item {
	margin-bottom:5px;
	padding:10px;
}

#forum_posts_list .forum_posts_list_item_alternate {
	background:#f8f3e0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:5px;
	padding:10px;
}

#forum_posts_list .forum_posts_list_item .left {
	float:left;
	width:460px;
}

#forum_posts_list .forum_posts_list_item .right {
	float:left;
	width:150px;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #ddd;
}

#forum_posts_list .forum_posts_list_item .title {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

.forum_topics_reply_form_thankyou, .forum_boards_new_topic_form_thankyou {
	background:#daf4b2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:5px;
	padding:10px;
}

#forum_boards_new_topic_form label {
	display:block;
	font-size:11px;
	font-weight:bold;
}

.forum_topics_reply_form_locked {
	background:#666;
	color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:5px;
	padding:10px;
}

.forum_search_list_item {
	background:#FFF;
	padding:5px;
	border-top:1px solid #f2df9d;
	font-size:11px;
}

.forum_search_list_item a.title {
	font-size:13px;
	font-weight:bold;
}

.forum_search_list_item .body {
	padding-top:5px;
}

.forum_search_list_item .matched_posts {
	margin-left:20px;
	margin-top:10px;
	background:#f2df9d;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.forum_search_list_post_item {
	background:#FFF;
	padding:5px;
	border-top:1px solid #f2df9d;
	font-size:11px;
}

.forum_search_list_post_item a.title {
	font-size:11px;
}

.forum_search_list_post_item .post_body {
	padding-top:5px;
}

.forum_usermessages_button {
	padding-left:3px;
	padding-bottom:5px;
	height:20px;
}
/* FORUM - END */


.forum_layout_col2_left {
	float:left;
	width:655px;
}

.forum_layout_col2_right {
	float:left;
	width:225px;
	margin-left:20px;
}

.forum_layout_col2_right h3 {
	font-size:16px;
	color:#333;
}

#forum_search_form input.text {
	width:120px;
}

#forum_search_form input.submit {
	margin-left:5px;
}

#hman_student_discount_form .disclaimer {
	font-size:11px;
	margin-left:150px;
	margin-top:10px;
	margin-bottom:10px;
}

#hman_student_discount_form .submit {
	margin-top:5px;
}

#membership_signup .left_side {
	float:left;
	width:530px;
}

#membership_signup .membership_name {
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:20px;
}

#membership_signup .right_side {
	float:right;
}

#membership_signup label.error {
	margin-right:0;
	font-size:11px;
	border:0;
	margin-bottom:5px;
}

#company_blacklist .left {
	float:left;
	width:300px;
}

#company_blacklist .right {
	float:right;
}

#upgrade_account_banner {
	background:#b01918;
	text-align:center;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	color:#fff;
}

#upgrade_account_banner a {
	color:#fff;
}

#hman_employer_signup .left {
	float:left;
	width:590px;
}

#hman_employer_signup .right {
	float:left;
	width:290px;
	margin-left:20px;
	line-height:18px;
}

#hman_employer_signup fieldset.long label {
	float:none;
	border:0;
	margin-top:5px;
}

#hman_employer_signup fieldset.long input {
	width:500px;
}

#hman_employer_signup fieldset.long label.error{
	float:right;
	white-space:nowrap;
}

table.table_style {
	background:#fff;
	width:100%;
	border-collapse:collapse;
	border:1px dotted #999;
}

table.table_style td {
	padding:5px;
	margin:0;
	border:1px dotted #999;
}

.star_review {
	margin-top:6px;
}

.did_you_know {
	background:#FFF2CC url(../images/gui/helpful-hints.png) no-repeat 7px 10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px;
	padding-left:36px;
	padding-top:40px;
}

#joblistings_search_form .button {
	width:140px;
	float:right;
	margin-top:0;
	font-size:11px;
}

