﻿/****** RAF styles ******/
.Form_SystemMessage
{
    /*Form System message for validation*/
    color: red;
}
.RAF_FriendTable, .RAF_SenderTable
{
    /*Form friend/sender information input table*/
    width: 100%;
    text-align: center;
}
.RAF_FriendTable TD
{
    /*Form friend information input cells*/
    text-align: center;
    width: 33%;
}
.RAF_SenderTable TD
{
    /*Form sender information input cells*/
    text-align: left;
}
.RAF_FriendHeaderText
{
    /*Form friend information input header cells*/
    font-size: 12px;
    width: 33%;
    text-align: center;
}
.RAF_FriendName
{
    /*Form friend name inputs*/
    width: 100%;
}
.RAF_FriendEmail
{
    /*Form friend email inputs*/
    width: 100%;
}
TABLE.RAF_SenderField
{
    /*Form sender information field placeholder*/
    width: 100%;
}
TD.RAF_SenderFieldTitle
{
    /*Form sender information labels*/
    width: 40%;
    text-align: right;
    vertical-align: top;
}
TD.RAF_SenderFieldInput
{
    /*Form sender information input cells*/
    width: 60%;
}
TEXTAREA.RAF_SenderFieldInput
{
    /*Form sender information textarea input*/
    width: 200px;
    height: 50px;
    text-align: left;
}
INPUT[type=text].RAF_SenderFieldInput
{
    /*Form sender information text inputs*/
    width: 200px;
    text-align: left;
}
.RAF_Button
{
    /*Form action buttons */
    margin-left: 5px;
    margin-right: 5px;
}
.RAF_ButtonRow
{
    /*Form action button placeholder row*/
    width: 100%;
}
.RAF_ButtonCell
{
    /*Form action buttons placeholder cell*/
    width: 100%;
}
.RAF_TncCell
{
    /*Form terms and conditions placeholder cell*/
    text-align: center;
}
.RAF_TncCell A
{
    /*Form terms and conditions anchor hyperlink*/
    text-decoration: underline;
}
