﻿body 
{
    font-family: 'Open Sans', sans-serif;
    background-color: white;
    /*background-image:url('Images/Bg-ie.png');*/
    background-image:url('Images/bg_body.png');
    background-repeat: repeat;
}

.mainSection
{
    position:absolute;
    width:500px; 
    /*height:200px;*/ 
    left:50%;
    top:50%; 
    margin-top:-150px; 
    margin-left:-250px;
    border: 2px solid #1d7bbf;
    padding: 0 0 20px 0;
    background-color: #fafafa;
}
.mainSection.single-content 
{
    padding: 20px;
}

.pageSingleMessage
{
    /*text-align: center;*/
}

.messageBox
{
    position:absolute;
    width:500px; 
    left:50%;
    top:50%; 
    margin-top:-150px; 
    margin-left:-250px;
    border: 2px solid #1d7bbf;
    background-color: #fafafa;
}

.messageBox .title, .mainSection .title
{ 
    background-color:#1d7bbf; 
    /*background-image:url('Images/sectionBarBackground.png');*/ 
    background-repeat:repeat-x;
    height:36px; 
    width:100%;
}

.messageBox .title, .mainSection .title { margin-bottom: 20px; }
.messageBox .title .content, .mainSection .title .content { color: White; font-weight:bold; padding-left: 15px; padding-top:5px; }

.messageBox .content, .mainSection .content
{
    padding: 0 20px 20px 20px;
}

.messageBox > .content, 
.mainSection > .content
{
    padding-left: 80px;
    padding-right: 80px;
}

.messageBox > .content.error { background: url(Images/ico-error.png) 20px 0 no-repeat;}
.messageBox > .content.error .back { padding-top: 5px; }
.mainSection.survey-access { background-image: url(Images/ico-lock.png); background-position: 16px 58px; background-repeat: no-repeat;}

input
{
    border: #222222 solid 1px;
    margin-top: 5px;
    padding: 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
}

#LoginButton
{
    margin-right: 30px;
    float: right;
    padding: 5px 30px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-text-shadow: 1px 1px 1px #ffffff;
    text-shadow: 1px 1px 1px #ffffff;
    background: #dddddd;
    background: -moz-linear-gradient(center bottom, #dddddd 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(bottom, #dddddd, #f7f7f7);
    background: -o-linear-gradient(#f7f7f7, #dddddd);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #f7f7f7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dddddd', GradientType=0);
    border: solid 1px #818181;
}

.footer
{
    position:absolute;
    left:90%;
    top:90%; 
    color:#D8D8D8;
    font-size:12px;
    font-weight:bold;
}

.rounded-corners
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -khtml-border-radius: 6px;
}

.rounded-corners-top
{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.box-shadow {
	-moz-box-shadow: 0 0 3px #858585;
	-webkit-box-shadow: 0 0 3px #858585;
	box-shadow: 0 0 3px #858585;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color='#858585')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#858585');
}
