﻿body {
}

#affiliate_holder{
    position: absolute;
    top: 45px;
    left: 12px;
    width: 160px;
    height: 60px;
    font-family:tahoma, Arial, Verdana, Sans-Serif;
}


#affiliate_holder #affiliate_logo {
    background: url("../images/Generic/affiliate-logo.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 55px;
    margin-top: 0;
    width: 155px;
}
    #affiliate_holder #affiliate_text{
        font-size: 12px;
        font-weight: bold;
        color: #4577b2;
        margin-bottom: -4px;
		margin-left:50px;
		margin-top: 10px;
    }
    
#helped_block{
    position: relative;
    width: 237px;
    height: 125px;
    background: url('../images/generic/helped-panel_new.jpg') top left no-repeat;
    margin-bottom: 10px;
}
    #helped_block .text{
        position: absolute;
        top: 10px;
        left: 18px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        width: 120px;
        letter-spacing: 1px;
    }
    #helped_block .text.s1{
        text-shadow: 0px -2px 0px #4577b2;
    }
    #helped_block .text.s2{
        text-shadow: 0px 2px 0px #4577b2;
    }
    #helped_block .text.s3{
        text-shadow: 2px 0px 0px #4577b2;
    }
    #helped_block .text.s4{
        text-shadow: -2px 0px 0px #4577b2;
    }
    #helped_block .text.s5{
        text-shadow: -2px -2px 0px #4577b2;
    }
    #helped_block .text.s6{
        text-shadow: 2px 2px 0px #4577b2;
    }
    #helped_block .text.s7{
        text-shadow: -2px 2px 0px #4577b2;
    }
    #helped_block .text.s8{
        text-shadow: 2px -2px 0px #4577b2;
    }
.other-facilities {float:left; width:630px; padding-bottom:8px; padding-left: 15px; padding-right: 15px;}
    .other-facilities p.main {
		float:left;
		font-weight:bold;
		color: #e3107d !important;
		display:block;
	}
	.other-facilities p.info {
			float:left; line-height:110%; width:600px; color:#858586 !important;display:block;
	}
	
.message-post-confirmation 
{
    color: #4577b2;
    font-size: 120%;
    line-height: 170%; 
    border:solid 1px #80b931;
    padding:10px 10px 10px 10px;
    text-align:center;
}