#mypictures, #mycomments {
        padding: 0px 5px 0px 5px;
        border: 2px solid #FFF;
        font-weight: bold;
        text-align: center;        
        color: #FFF;
}

#mypictures {
        margin: 0px 100px 10px 100px;
        background: #4169e1;
}

#mycomments {
        margin: 0px 150px 10px 150px;
        background: #31a105;
}

.addpic {
	font-size: 120%;
}

.nocomment {
        text-align: center;
}


#usertitle {
        font-size: 130%;
        font-weight: bold;
        text-align: center ! important;
}

#approved {
        color: #00FF00;
}


#rejected {
        color: #FF4040;
}


#awaiting {
        color: #43CCFF;
}



.userpicsmini {
        padding: 5px 5px 5px 5px;
        background: #4169e1;
        border: 2px solid #FFF;
        width: 100px;
}

.line {
	margin: 0px 50px 15px 50px;
	border-bottom: 2px solid #FFF;
}