.color_red_box {
    padding: 0;
    margin: 0 5px 0 2px;
    clear: both;
    background: url(../images/arrowuserorange1.gif)  no-repeat scroll left 10px;
}
.color_red_wp {
    margin: 3px 0 3px 7px;
    padding: 4px 6px;
    background-color: #FF9966;
}
.color_pink_box {
    padding: 0;
    margin: 0 5px 0 2px;
    clear: both;
    background: url(../images/arrowuserpink1.gif)  no-repeat scroll left 10px;
}
.color_pink_wp {
    margin: 3px 0 3px 7px;
    padding: 4px 6px;
    background-color: #FF99CC;
}
.color_purple_box {
    padding: 0;
    margin: 0 5px 0 2px;
    clear: both;
    background: url(../images/arrowuserpurple1.gif)  no-repeat scroll left 10px;
}
.color_purple_wp {
    margin: 3px 0 3px 7px;
    padding: 4px 6px;
    background-color: #CCCCFF;
}
.color_blue_box {
    padding: 0;
    margin: 0 5px 0 2px;
    clear: both;
    background:transparent url(../images/arrowuserblue1.gif) no-repeat scroll left 10px;
}
.color_blue_wp {
    margin: 3px 0 3px 7px;
    padding: 4px 6px;;
    background-color: #66FFFF;
}
.color_green_box {
    padding: 0;
    margin: 0 5px 0 2px;
    clear: both;
    background: url(../images/arrowusergreen1.gif)  no-repeat scroll left 10px;
}
.color_green_wp {
    margin: 3px 0 3px 7px;
    padding: 4px 6px;
    background-color: #99FF99;
}
.color_yellow_box {
    padding: 0;
    margin: 0 5px 0 2px;
    clear: both;
    background: url(../images/arrowuseryellow1.gif)  no-repeat scroll left 10px;
}
.color_yellow_wp {
    margin: 3px 0 3px 7px;
    padding: 4px 6px;
    background-color: #FFFF33;
}


.box{
	padding: 1px 0 0 0;
	margin: 0;
	clear: both;
}

.wp{
	margin: 8px 5px 3px 0;
	padding: 4px 6px;
	font-size: 10px;
}

.color_red_first_box {
	background: url(../images/arrowuserorenge.gif) no-repeat 20px 2px;
}
.color_red_first_wp {
	background-color: #FF9966;
}
.color_pink_first_box {
	background: url(../images/arrowuserpink.gif) no-repeat 20px 2px;
}
.color_pink_first_wp {
	background-color: #FF99CC;
}
.color_purple_first_box {
	background: url(../images/arrowuserpurple.gif) no-repeat 20px 2px;
}
.color_purple_first_wp {
	background-color: #CCCCFF;
}
.color_blue_first_box {
	background: url(../images/arrowuserblue.gif) no-repeat 20px 2px;
}
.color_blue_first_wp {
	background-color: #66FFFF;
}
.color_green_first_box {
	background: url(../images/arrowusergreen.gif) no-repeat 20px 2px;
}
.color_green_first_wp {
	background-color: #99FF99;
}
.color_yellow_first_box {
	background: url(../images/arrowuseryellow.gif) no-repeat 20px 2px;
}
.color_yellow_first_wp {
	background-color: #FFFF33;
}

