﻿.PrepaidPage
{
    font-family:"Segoe UI",Arial;
    font-size:11pt;
}

.PrepaidPage .BG
{    
    background-image:url('images/PrepaidPage/PrepaidBg.jpg');
    background-repeat:no-repeat;   
    background-position:right top; 
    background-color:#6789b6;
    
}

.PrepaidPage .BG .ContentBg
{
    background-image:url('images/pagecontentbg.png');
    background-repeat:no-repeat;            
    min-height:260px;
}


.PrepaidPage .Title
{
    background-image:url('images/PrepaidPage/Prepaid.png');
    background-repeat:no-repeat;
    width:535px;
    height:37px;
    margin-top:80px;
    margin-left:70px;
}



.PrepaidPage .BG .ContentBg .HomeContent
{
    padding:50px;
    padding-top:100px;
    background-image:url('images/aurabg.png');
    background-position:center bottom;
    background-repeat:no-repeat;
}

.PrepaidPage .BG .ContentBg .HomeContent .heading
{
    font-weight:bold;
    font-size:12pt;
    color:#ce8cad;
}

.Bold
{
    font-weight:bold;
}

.Italic
{
    font-style:italic;
}

.PrepaidPage .BG .ContentBg .HomeContent .Subtitle
{
    width:821px;
    height:30px;
    background-image:url('images/PrepaidPage/subtitle1.png');
    background-repeat:no-repeat;
    margin:10px 0px 20px 0px;
}

.PrepaidPage .BG .ContentBg .HomeContent .Subtitle2
{
    font-family:Tahoma;
    font-weight:bold;
    font-size:17px;
    color:#ce8cad;
    margin:0px 0px 20px 0px;
}


.rounded
{
    background-color:#7999c5;
    padding:20px;
    -moz-border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    -webkit-border-radius:15px;

    color:#254065;
    float:left;
    width:210px;
    margin-right:20px;
    height:230px;
    border:5px solid #84a3ce;
}

