div.mbp-cb {
    clear: both;
	font-size: 0px;
}
div.button_wrapper {
    margin-right: 10px;
    position: relative;
    float: left;    
}
  
/*--- 'Available contests' Styles ---*/
div.mbp-available-contests {
    margin: 0px 0px 10px 0px;
}
div.mbp-contest {
    margin: 10px 10px 0px 10px;
    padding: 10px;

    position: relative;

    background-color: #f2f2ff;
}
div.mbp-contest-icon {
    top: 10px;
    left: 10px;
 
    position: absolute;
    
    border: 1px solid #cccccc;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;   
}
div.mbp-contest-icon img{
    width: 114px;
    height: 114px;
}

div.mbp-contest-memb_icon {
    top: 10px;
    left: 10px; 
    position: absolute;  
}
 

div.mbp-contest-created {
    top: 10px;
    right: 10px;    
    height: 16px;

    position: absolute;

    font-weight: bold;
    font-size: 12px;
}
div.mbp-contest-created div.image {
	width: 32px;
	height: 16px;
	
	position: relative;
	float: left;

	background-repeat: no-repeat;
    background-position: right center;
}
div.mbp-contest-created div.text {
	height: 16px;
	
	position: relative;
	float: left;
}
div.mbp-contest-created img {
    width: 16px;
    height: 16px;
}
div.mbp-contest-content {
    min-height: 116px; 
    padding-left: 126px;
}
div.mbp-contest-title {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 5px;
}
div.mbp-contest-info {
    padding-top: 5px;
	margin-bottom:10px;  

}

div.mbp-contest-control {
    padding-top: 5px; 
}
 
/*--- 'Available contests'  --*/
div.mbp-contest {
    margin: 0px;
    padding: 10px;
    
    position: relative;

    background-color: #ffffff;
}
div.mbp-contest-description {
    min-height: 0px;
    padding: 10px 0px 0px 0px; 
}
