.userwrap {margin-left: 15px;
margin-top: 15px; margin-bottom:15px;
}
.usrtitlebox {    font-size: 22px;
    color: rgb(226, 108, 20);
    padding: 8px 10px 8px 10px;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0px 1px 5px 0px rgb(200, 200, 200);
}
.contbox { color:#666;
	padding: 8px 10px 8px 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 1px 5px 0px rgb(200, 200, 200);
	min-height: 210px;
}
#userwrap .userwrap {margin-left: 15px;
margin-top: 15px;
}
#userwrap .usrtitlebox {    font-size: 22px;
    color: rgb(0, 131, 196);
    padding: 8px 10px 8px 10px;
    font-weight: bold;
    background-color: rgb(45, 45, 45);
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0px 0px 5px 0px rgb(100, 100, 100);
}
#userwrap .contbox { color: #EAEAEA;
	padding: 8px 10px 8px 10px;
    background-color: rgb(45, 45, 45);
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 0px 5px 0px rgb(100, 100, 100);
	min-height: 210px;
}
.contbox h3 {color: rgb(226, 108, 20) !important;}
#userwrap .contbox h3 {color: rgb(0, 131, 196) !important;}