div.div-wp-guest-poster-form{
	width: 95%;
}
div.control-group{
	margin-bottom: 10px;
}
div.mselect-list{border:1px solid #cccccc;}
div.mselect-list-item:hover{background:rgb(217, 229, 241)}
div.mselect-list-item input[type="checkbox"]{margin: 4px;}
div.discussion label {display:inline}
a.mselect-button-add{display:none!important}
div.control-group input[type="text"], input[type="password"], input[type="email"], .wp-guest-poster-text-field{
	width: 90%;
	height: auto;
	margin:auto;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
form#form-poster-profile{
	padding: 10px;
}
form#form-poster-profile .alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form#form-poster-profile .alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
table.poster-earnings-table{
	width: 100%;
}
form#form-poster-profile table.poster-earnings-table th, td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
table.poster-earnings-table span.label {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
	border-radius: 3px;
}
table.poster-earnings-table span.label-success {
	background-color: #468847;
}
table.poster-earnings-table span.label-warning {
	background-color: #f89406;
}

.show-grid {
	margin-top: 10px;
	margin-bottom: 20px;
}

.row-fluid .span4 {
	width: 31.623931623931625%;
	float: left;
	display: block;
}

.row-fluid .span8 {
	width: 65.81196581196582%;
	float: left;
	display: block;
}
.row-fluid .span6 {
	width: 48.717948717948715%;
	float: left;
	display: block;
}

.row-fluid .span12 {
	width: 100%;
	float: left;
	display: block;
}

div.success-notice{
	display: none;
}





