﻿* {
	margin: 0;
	padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
html {
     position: fixed;
}
body {
    background-color: #ffffff;
    background: url("../images/cellbackground.jpg");
    font-family: Arial, sans-serif, Helvetica;
}
img {
    border: none;
}

#wrapper {
    min-height: 100%;
}
#main {
    margin-left: 150px;
    margin-right: 150px;
    -webkit-user-select: none;
}
#header {
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}
    #header #logo {
        padding-top: 15px;
    }

#form {
    position: relative;
}
    #form .mainarea {
        text-align: center;
    }
    #enterdetails input[type=text], #enterdetails input[type=email] {
        width: 80%;
        min-height: 34px;

        text-align: center;
        vertical-align: middle;
        font-size: 18px;
        color: #52338e;        
        
        border: 1px solid black;
        outline: none;
        outline-offset: 0;
        -webkit-appearance:none;
    }
    #enterdetails label {
        font-size: 18px;
        display: block;
    }

    #intro {
        color: #000000;
        font-size: 18px;
        margin-bottom: 30px;
    }
    .enterdetailsline {
        padding-bottom: 10px;
    }
    #form button {
        margin-top: 20px; 
        background-color:transparent;
        border: none;
        cursor: pointer;
    }


#questions {
    position: relative;
    margin-top: -5px;
}

    #questions #questionnumwrap {
        background-image: url("../images/quest-back-cell.png");
        background-repeat: no-repeat;
        width: 66px;
        height: 66px;
        margin-left: auto;
        margin-right: auto;
    }
    #questions #questionnum {
        text-align: center;
        color: #ffffff;
        font-size: 26px;
        padding-top: 18px;
    }
    #questions #questionarea {
        text-align: center;
    }
        #questions #questiontext {
            color: #101c56;
            font-size: 22px;

            margin-bottom: 15px;
            margin-top: 15px;
        }        
        #questions #answers {
        }
        .answer {
            color: #000000;
            font-size: 22px;
            text-align: center;

            vertical-align: middle;
            width: 100%;
            padding: 7px 10px;
            min-height: 33px;
        }
        
        #answers .anstext {
            cursor: pointer;
        }
        .answer .ansnumwrap {
            background-image: url("../images/ans-back-cell.png");
            background-repeat: no-repeat;
            width: 33px;
            height: 33px;
            float: left;
            padding-right: 15px;
        }
        .answer .ansnumwrap .ansnum {
            text-align: center;
            color: #ffffff;
            font-size: 16px;
            padding-top: 6px;
        }
        .answer .anstext {
        }
            .answer .anstext:hover {
                color: #cf4980;
            }

        .ansselected {
            color: #cf4980;
        }
        #questimg {
            float: right;
            margin-right: -120px;
            margin-left: 10px;
            margin-top: 14px;
        }


#done {
    position: relative;
}
    .mainarea {
        color: black;
        font-size: 16px;
    }
        
    #resultsyour {
        font-size: 17px;
        text-align: center;
    }
        #resultsyour img {
            padding-right: 15px;
            float: left;
        }

    #resultpersonal {
        color: #52338e;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 3px;
    }
    #resulttext {
        color: #52338e;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #compareresults {
        margin-left: 140px;
        text-align: center;
    }

    #sofartitle {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        color: #52338e;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #compareresults .compareresult {
        float: left;
        padding-right: 25px;
        font-weight: bold;
    }
    #compareresults .percentage {
        color: #52338e;
        padding-top: 6px;
    }    
    #comparesocial {
        text-align: center;
        margin-top: 40px;
    }
    #comparesocial a {
        margin-left: 5px;
    }
    

#footer {	
    position: fixed;
    bottom: 10px;

	height: 103px;
	clear: both;
    width: 100%;
    text-align: center;
}
 
#fromissue {
    position: absolute;
    top: 20px;
    left: 20px;
}

#rewards {
    position: absolute;
    bottom: 10px;
    left: 20px;
}


.errormsg 
{
    text-align: center;
    color: red;
    margin-top: 50px;
}

.clear {    
    clear: both;
}
