/*
 * Additional class for RP web page
 */
 
/* styles li within the div */
div.rp-content ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div.rp-content ul li {
    /**background-image: url(../RP/images/star.png);**/
	background-image: url(/RP/images/star.png);
    background-repeat: no-repeat;
    padding: 0px 0 00px 15px;
	margin: 5px;
}
label.error {
	padding-left: 10px;
	padding-bottom: 3px;
	color: #C00;
	border-top: 1px dotted #C00;
}

.asr-spacer {
    margin-top: 30px;
}
.asr-double-spacer {
    margin-top: 50px;
	margin-bottom: 50px;
}
.rp-left-nopadding 
{
    padding-left:0px;
    
}
.form-horizontal .rp-label-nopadding

{
    padding-top: 0px;
}
.rp-group-nopadding
{margin-bottom: 0px;
}

