/*
    Document   : embeddablesurveys
    Created on : 5-Jul-2012, 10:24:39 AM
    Author     : mugodev
    Description:
        Purpose of the stylesheet follows.
*/

body{
    margin:0;
    padding:0;
}

div, input[type=text], input[type=textarea], select, textarea {
    /*width: 99% !important;*/
}
div.wrapper
{
    width:600px;
    height:600px;
    overflow:hidden;
    background:url('/extension/rasmussenreports/design/plain/images/rasmussenchallenge/rasmussen_challenge_background.jpg') no-repeat;
    padding:0px;
    margin:0 auto;
    float:none;
    padding:80px 10px 20px 25px;
}
#maincontainer
{
    width:470px;
}

div.wrapper a
{
    color:#069;
    text-decoration:none;
}
div.wrapper a:hover
{
    color:#28A;
    text-decoration:underline;
}

div.wrapper i
{
    font-size:12px;
}

div.wrapper u
{
    color:#222;
}

div.wrapper .embedquestion
{
    font-size:14px;
    font-weight:normal;
    border:1px solid #ccc;
    background-color:#FFFEFE;
    padding:5px;
    max-width:470px;
}

div.wrapper {
    font-size:12px;
}

div.wrapper #maincontainer {
    display:none;
}

#nextButton {
    background:url('/extension/rasmussenreports/design/plain/images/rasmussenchallenge/rasmussen_challenge_next.png') no-repeat;
    width:172px;
    height:61px;
    border:none;
    display:block;
    cursor:pointer;
    float:right;
}
#backButton {
    background:url('/extension/rasmussenreports/design/plain/images/rasmussenchallenge/rasmussen_challenge_back.png') no-repeat;
    width:180px;
    height:58px;
    display:block;
    float:left;
    cursor:pointer;
    margin: 10px 0 10px 0;
}

.embedcontainer input.button[type=submit] {
    background:url('/extension/rasmussenreports/design/plain/images/rasmussenchallenge/rasmussen_challenge_submit.png') no-repeat;
    width:232px;
    height:61px;
    border:none;
    display:block;
    cursor:pointer;
    font-size:0;
}
#maincontainer .message-warning {
    width:400px;
}
.thank-you-text, .thank-you-text p {
    font-weight: bold;
    font-size: 14px;
}