﻿body {
    background-color: #f3f4f1;
    color: #3e443e;
    font: normal 1em Arial, Verdana;
}
    
.container {
    position: absolute;
    padding:50px;
    width: 650px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -375px;
    text-align:left;
    color:#4c5c53;
    background-color: #ffffff;
    -moz-box-shadow:0px 3px 10px 2px #777777; /* horizontal offset, spread, blur, vertical offset, color*/
    -webkit-box-shadow:0px 3px 10px 2px #777777;
    box-shadow:0px 3px 10px 2px #777777;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url(/scripts/PIE.htc);
}

.content {
    float: left;
    width: 385px;
}

h2.pageTitle {
    float:left;
    width: 385px;
    color: #47aa42;
    font: normal 1.7em Arial;
    margin-top:5px;
}

#errorImage {
   float:left;
   width:215px;
   margin-right: 50px;

 }


div.content p {
    
    width: 385px;
    text-align:left;
    font: normal .75em Arial, Verdana;
    color:#4c5c53;
    line-height:1.4em;
    margin-bottom:15px;

}

.clear {
    clear: both;
    height: 0px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear30 {
    clear: both;
    height: 30px;
}


/* Global Large Gray Buttons *****************************/

a.darkGrayButton, a.mediumGrayButton, a.lightGrayButton, a.disabledGrayButton {
     display:inline-block;
     height: 28px;
     margin-right: 0px;
     padding-right: 15px;
     text-decoration: none;
     font-family: Arial, Tahoma, Helvetica, sans-serif;
     font-size:11px;
     text-transform:uppercase;
     font-weight:bolder;
     outline:none;
     cursor:pointer;
     text-wrap:none;
 }

 a.disabledGrayButton {
    cursor:not-allowed;
 }


a.darkGrayButton {
    background: transparent url('/ui/images/Buttons/Button_right_dark.png') no-repeat top right;
 }

a.mediumGrayButton {
    background: transparent url('/ui/images/Buttons/Button_right_medium.png') no-repeat top right;
 }

a.lightGrayButton, a.disabledGrayButton {
    background: transparent url('/ui/images/Buttons/Button_right_light.png') no-repeat top right;
 }

a.darkGrayButton:hover, a.mediumGrayButton:hover, a.lightGrayButton:hover {
    background-position: right -28px;
 }


 a.darkGrayButton span, a.mediumGrayButton span, a.lightGrayButton span,  a.disabledGrayButton span {
    display: inline-block;
    float:left;
    line-height: 11px;
    padding: 9px 2px 8px 15px;
    color: #edefee;
 }

 a.lightGrayButton span {
    color: #4C5B52;
 }

 a.disabledGrayButton span {
    color: #8B9B93;
 }


a.darkGrayButton span {
     background: transparent url('/ui/images/Buttons/Button_left_dark.png') no-repeat 0 0;   
}

a.mediumGrayButton span {
     background: transparent url('/ui/images/Buttons/Button_left_medium.png') no-repeat 0 0;   
}

a.lightGrayButton span, a.disabledGrayButton span {
     background: transparent url('/ui/images/Buttons/Button_left_light.png') no-repeat 0 0;   
}

a.darkGrayButton:hover span, a.mediumGrayButton:hover span, a.lightGrayButton:hover span {
    background-position: 0 -28px; 
    color: #edefee;
 }

 a.lightGrayButton:hover span {
    color: #4C5B52;
 }

 a.disabledGrayButton:hover span {
    color: #8B9B93;
 }

        