﻿.transitionContainer
{
    background-image: url("/Images/layout/transition.png");
    background-repeat: no-repeat;
    height: 390px;
    padding: 8px 0px 0px 5px;
}

h4.transitionH4
{
    padding: 18px 0px 0px 10px;
}

p.transtionContent
{
    padding: 8px 0px 0px 12px;
    width:450px;
    margin:5px 0px 0px 0px;
}

a.btnBack
{
    /*background-color:Red;*/
    background-image: url("/Images/layout/btn_back.png");
    border: none;
    background-repeat: no-repeat;
    width: 80px;
    height:34px;
    float:left;
   
    text-decoration:none;  
    margin: 1px 0px 0px 26px;
    padding:0px;
}




a.btnContinue
{
    background-image: url("/Images/layout/btn_cont.png");
    border: none;
    background-repeat: no-repeat;
    width: 133px;
    height:43px; 
    text-decoration:none;
    float:left;
    margin: -3px 0px 0px 0px;
    padding:0px;
}

a.btnAccess
{
    background-image: url("/Images/layout/btn_access.png");
    border: none;
    background-repeat: no-repeat;
    width: 268px;
    height:41px; 
    display:block;
    text-decoration:none;
    margin: 0px 0px 0px 23px;
    padding:0px;

}

.transitionContainer .defaultContent {
    height:116px;
    }
