#miniBox1 {
	float: right;
	width: 87px;
	height: 51px;
	padding: 0px;
	text-align: center;
}
#miniBox2 {
	float: right;
	width: 64px;
	height: 51px;
	margin: 0 5px;
	padding: 0px;
	text-align: center;
}
#miniBox3 {
	float: right;
	width: 64px;
	height: 51px;
	padding: 0px;
	text-align: center;
}

#miniBox1 h3 {
	color: #bbe55f;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}
#miniBox2 h3 {
	color: #46bbdc;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}
#miniBox3 h3 {
	color: #46bbdc;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

#miniBox1 p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#miniBox2 p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#miniBox3 p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

#miniBox1 .sb-inner {
	background: #493b35;
}
#miniBox2 .sb-inner {
	background: #493b35;
}
#miniBox3  .sb-inner {
	background: #493b35;
}








/* ===== CHRISTIAN ADDED ================ */
a.deleteRollover {
    display: block;
    background: url("../images/deleteX.png") 0 0 no-repeat;
	padding: 0;
	float: right;
	clear: right;
	width: 16px;
	height: 16px;
    text-decoration: none;
}
a:hover.deleteRollover{
    background-position: 0 -16px;
}

/* ===== CHRISTIAN ADDED ================ */
a.approveRollover {
    display: block;
    background: url("../images/approve.png") 0 0 no-repeat;
	padding: 0;
	float: right;
	clear: right;
	width: 16px;
	height: 16px;
    text-decoration: none;
}
a:hover.approveRollover{
    background-position: 0 -16px;
}



#readingBox{
}

 #readingBoxEx{
	display: block;
	
	position: relative;
	z-index: 888;
  }
  
.testimonial{
	position: absolute;
	font-size: 17px;
	z-index: 898;
}
.useLink{
	text-decoration: none;
	border: 1px WHITE solid hidden;		
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	
	position: absolute;
	font-size: 17px;
	z-index: 999;
}
.linkPic{
	border: hidden;
	outline: hidden;
	padding: 0px;
}
.picLeft{
	display: block;
	margin: 20px;
	vertical-align: top;
	padding: 10px;
}

#writingForm{	
	clear: both;
}

#writingBoxDock {
	clear: both;
	margin: 0 7px 10px 7px;
	padding: 5px;
	width: 665px;
	max-width: 665;
	overflow: hidden;
	border: 1px solid #77cfe8;
	background: #d1edf5;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 18px;
}

.testimonial{
	display: block;
	clear:both;
	margin: 10px;
	margin-top: -10px;
	margin-left: 10px;
	margin-bottom: -20px;
	padding: 0px;
	line-height: 23px;
}
.testimonialz{

}

.testimonialBrick{
	margin: 20px;
}

.approveButton{
	width: 84px;
	height: 22px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-align: left;
	color: #ffffff;
	border: none;
	font-weight: bold;
	background: url(../images/approve_btn_bkg.png);
}

.denyButton{
	width: 84px;
	height: 22px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-align: left;
	color: #ffffff;
	border: none;
	font-weight: bold;
	background: url(../images/deny_btn_bkg.png);
}

/* ----------- edit profile ------------- */

#registration a{
	color: #AA0000;
}
#registration a:HOVER{
	color: #EE0000;
}
#registration table tr td {
}
#user,
#email,
#password,
#password2,
#first,
#last,
#city,
#state,
#file {
	width: 210px;
}
#login form select {
	width: 70px;
}
.loginLeftColumn {
	text-align: right;
}
.loginLeftColumn2 {
	text-align: right;
}
.birthdayCell{
	width: 100px;
	text-align: right;
}
#register_btn input {
	text-align:left;
	font-size:11px;
	width: 100px;
	height: 22px;
	padding-bottom: 3px;
	border: none;
	background:url(../images/register_btn_bgr.png) no-repeat;
	color:#ffffff;
	font-weight: bold;
}

.userResult{
	display: block;
	min-width: 250px;
	max-width: 250px;
	min-height: 50px;
	max-height: 50px;
	/*border: 1px solid #0099FF; */
	float: left;	
	padding:8px;
	margin: 12px;	
}

#contentArea td{
	color: #000000;
}
