﻿.form
{
    overflow:hidden;
    padding:10px;
    width:250px;
}
.row
{
    overflow:hidden;
    margin-bottom:10px;
}
.row label
{
    display:block;
    font-weight:bold;
    text-decoration:underline;
}
.formErrorSummary
{
    background-color:Red;
    color:#fff !important;
    font-weight:bold;
    padding:10px;
    margin:10px;
    width:230px;
}
.formErrorSummary ul
{
    list-style:none;
}
.signupCellInfo
{
    list-style-type:none;
    padding:5px;
}
.signupCellInfoMini
{
    clear:both;
    color:#666;
    font-size:0.8em;
    font-weight:bold;
    text-align:justify;
    padding:20px;
}
.signupCellBox
{
    background:url(images/CellularRegisterNow.jpg) top left no-repeat;
    height:380px;
    margin:10px;
}
.CancelSunscriptionCellWrapper
{
    background:url(images/CellularCancelBackground.jpg) left top no-repeat;
    margin:10px 10px 0px 0px;
    padding:200px 10px 0px 0px;
    height:100px;
    width:740px;
}
.CancelSunscriptionCellBtn:link,
.CancelSunscriptionCellBtn:active,
.CancelSunscriptionCellBtn:visited
{
    background-image:url(images/CellularCancelNotBtn.png);
    color:#000 !important;
    display:block;
    height:70px;
    width:220px;
}
.CancelSunscriptionCellBtn:hover
{
    background-position:0 -70px;
    color:#000 !important;
}
.CancelSunscriptionCellCancelLink
{
    margin-right:10px;
}
.EmailFriends
{
    background:url(images/EmailFriendsBackground.jpg) left top no-repeat;
    height:500px;
    padding-bottom:10px;
    width:760px;
}
.EmailFriendsList
{
    direction:ltr;
    margin-left:30px;
    list-style-type:none;
    text-align:left;
}
