/* Panel Bottom */
.weaverfm-tab {
	background: transparent;
}

/* Pulldown Tab */
.weaverfm-login {
	color: #fff;
	background: transparent url(87.png) repeat;
}

.weaverfm-tab ul.weaverfm-login li a {
	color: #fff;
	background: none;
}

.weaverfm-tab ul.weaverfm-login li a:hover {
	color: #fff;
}

#weaverfm-panel {
	background: transparent url(87.png) repeat;
}

#weaverfm-panel h1 {
	color: #fff;
}

#weaverfm-panel h2 {
	color: #fff;
}

#weaverfm-panel .weaverfm-content .weaverfm-right {
	color: #fff;
	background: transparent;
}

#weaverfm-panel .weaverfm-content input.weaverfm-field {
	border: 1px #c1c1c1 solid;
	background: #ffffff;
	color: #535353;
}

#weaverfm-panel .weaverfm-content input:focus.weaverfm-field {
	background: #ffffff;
}


/* Login Button */
#weaverfm-panel .weaverfm-content input.weaverfm-bt_login {
	color: #000;
	background-color: #cccccc;
}

#weaverfm-panel .weaverfm-content input.weaverfm-bt_login:hover {
	color: #000000;
}

/* Lost Password Button */

#weaverfm-panel .weaverfm-lost-pwd {
	color: #000;
	background-color: #cccccc;
}

#weaverfm-panel .weaverfm-lost-pwd:hover {
	color: #000000;
}


#weaverfm-event-fail {
	background-image:url('minus_white.png');
}

#weaverfm-event-email {
	background-image:url('forward_email.png');
}