﻿ .style2
        {
            width: 5px;
            height: 32px;
        }
        .style3
        {
            height: 24px;
        }
        .style4
        {
            height: 32px;
        }
        
        .Myheader
        {
            background-color:Red !important;
            background-image:none !important;
        }
        
        .rgCaption 
        {    
            color:White; 
            background-color: #009999; 
            font:bold 10pt Arial Narrow; 
        } 
        
        .ErrorControl
    {
        background-color: #FBE3E4;
        border: solid 1px Red;
    }
    
     .classImage
{
    background: url('../images/Back_Arrow.png');
    background-position: 0 0;
    width: 50px;
    height: 80px;
    background-repeat: no-repeat;
}
    .classHoveredImage
{
   
    background: url('../images/Back_Arrow_Black.png');
    background-repeat: no-repeat;
}
    .classPressedImage
    {
        background-position: 0 -100px;
    }
      
.classImage_next
{
    background: url('../images/Next_Arrow.png');
    background-position: 0 0;
    width: 50px;
    height: 80px;
    background-repeat: no-repeat;
}

.classHoveredImage_next {
    background: url('../images/Next_Arrow_Black.png');
    background-repeat: no-repeat;
}

#page-wrap {
     width: 800px;
     margin: 0 auto;
}

#main { 
	width: 900px; 
	margin: 25px auto 0 auto; 
   
}
