#friend {
	line-height:1.5em;
	clear: both;
    color: #155492;
}

#friend_header {
	background: url(../../images/default/parenting/Box_blue_Head.png) no-repeat right top;
	width:937px;
	height:54px;
	clear: both;
}

#friend_content {
	background-color: #ffffff;
	/*width: 925px;
	margin-left: 13px;
    margin-top: -6px;
    float: left;*/
    margin: 0;
    padding: 0;
}
    #friend_content h2 {
        font-weight: bold;
        font-size: 12pt;
    }

#friend_content_text {
    margin: 10px;
}

#friend_footer {
	background: url(../../images/default/parenting/parenting_footer.png) no-repeat right bottom;
	width: 938px;
	height: 25px;
	clear: both;
}

#support_form { width:400px; color: #155492; }
#support_form input, #support_form textarea { display:block; color: #155492; }
    
    #support_form div.short {
        float: left;
        background: url(../../images/default/friend_email/inputBox_field.png) no-repeat top left;
        width: 160px;
        height: 33px;
        margin: 0 auto;
        padding: 0;
    }
    #support_form div.tail {
        float: left;
        background: url(../../images/default/friend_email/InputBox_Tail.png) no-repeat top left;
        width: 29px;
        height: 33px;
        margin: 0 auto;
        padding: 0;
    }    
    #support_form input.short {
        width: 140px;
        margin: 5px 0 0 10px;
        padding: 3px 0 0 8px;
        border: none;
    }
    #support_form div.long {
        float: left;    
        background: url(../../images/default/friend_email/inputBox_field.png) no-repeat top left;
        width: 340px;
        height: 33px;
        margin: 0 auto;
        padding: 0;
    }
    #support_form input.long {
        width: 340px;
        margin: 5px 0 0 10px;
        padding: 3px 0 0 8px;
        border: none;
    }

    #support_form #message {
        width: 380px;
        border: 1px solid #cccccc;
        margin: 0;
        padding: 5px;
    }
    
    #support_form fieldset {
        width: 600px;
        margin: 10px auto 0 auto;
        padding: 8px;
        border: 1px solid #cccccc;
    }
    
    #support_form input.submit {
        display: block;
        background: url(../../images/default/friend_email/btn_Submit.png) no-repeat 0 0;
        width: 86px;
        height: 32px;
        text-indent: -9999px;
        border: 0;
        cursor: pointer;
    }
        #support_form input.submit:hover {
            background: url(../../images/default/friend_email/btn_Submit.png) no-repeat 0 -32px;
        }
        #support_form input.submit:active {
            background: url(../../images/default/friend_email/btn_Submit.png) no-repeat 0 -64px;
        }        
    
    .small { font-size: 90%; }

#support_form label {float:left; margin:10px 10px 0px 0px;}

#support_form label.error { color: #f00; float: left; margin: 5px 0 0 3px; }
.support_error { display: none; }