﻿.body {
    background-color :#f8f7fe;
}

.content {
     background-color :#f8f7fe;
}

#marco {
    width: 800px;
    border: 0px solid black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.main > div {
    display: inline-block;
    width: 49%; 
    margin-top: 10px;
}

.two .register {
    border: none;
}

    .two .register h3 {
        border-bottom-color: #e23c48;
    }

    .two .register .sep {
        /*border-color: #909090;*/
    }



.chkBoxList
{
  
    padding: 10px;
}
 
.chkBoxList td
{
    width: 300px;
   
    padding: 2px;
    font-size:12px;
    font-weight:bold;
}

.chkBoxList Label
{
    width: 300px;
   
    padding: 2px;
    font-size:12px;
    font-weight:bold;
}
#step2 {
    
}

.register {
    width: 750px;
    padding: 20px 20px 20px 20px;
    border: 7px solid #72B372;
    border-radius: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    background-color: #feeff1;
}

    .register h3 {
        margin: 0 15px 20px;
        text-shadow: 0 0 2px #fff;
        
        text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
        color: #e23c48;
        padding: 5px 10px 5px 0;
        font-size: 1.5em;
    }

    .register div {
        margin: 0 0 15px 0;
        border: 0px solid red;
        
    }
        .register div h3 {
        text-align:center;
    }

    .register label {
        display: inline-table;
        width: 25%;
        text-align: left;
        margin: 10px;
        color: #6c6a6b;
        height: 34px;
    }

    .register input[type=text], .register input[type=password], .register select{
        width: 65%;
        font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Sans-Serif;
        padding: 5px;
        font-size: 0.9em;
        border: 1px solid #e0e0e0;
        background: #fcfcd8;
      
    }

.register input[type=text]:focus, .register input[type=password]:focus , .register select:focus{
            background: #FFFFFF;            
        }


.register :-ms-input-placeholder { color:#d7cbc9; }


    .register .button {
        font-size: 1em;
        border-radius: 8px;
        padding: 10px;
        border: 1px solid #ff513b;
        box-shadow: 0 1px 0 0 #ff513b inset;
        background: #ff1d00;
        background: -webkit-linear-gradient(#ff1d00, #ff513b);
        background: -moz-linear-gradient(#ff1d00, #ff513b);
        background: -o-linear-gradient(#ff1d00, #ff513b);
        background: linear-gradient(#ff1d00, #ff513b);
    }

        .register .button:hover {
            background: #ff1d00;
            background: -webkit-linear-gradient(#ff1d00, #ff513b);
            background: -moz-linear-gradient(#ff1d00, #ff513b);
            background: -o-linear-gradient(#ff1d00, #ff513b);
            background: linear-gradient(#ff1d00, #ff513b);
        }

    .register .sep {
        border: 1px solid #72B372;
        position: relative;
        margin: 35px 20px;
    }

    .register .or {
        position: absolute;
        width: 50px;
        left: 50%;
        background: #F0F0F0;
        text-align: center;
        margin: -10px 0 0 -25px;
        line-height: 20px;
    }

    .register .connect {
        width: 400px;
        margin: 0 auto;
        text-align: center;
    }

    .register .social-buttons {
        display: inline-block;
        min-width: 150px;
        height: 50px;
        margin: 0 5px 10px;
        border-radius: 10px;
        text-shadow: 1px 1px 5px #000000;
    }

        .register .social-buttons a {
            display: block;
            height: 100%;
            text-decoration: none;
            color: #FFFFFF;
            padding: 10px 15px;
        }

        .register .social-buttons span {
            font-size: 30px;
            margin-left: 35px;
        }

    .register .facebook {
        background: #415EA3;
        background: -webkit-linear-gradient(#415EA3, #2E4A88);
        background: -moz-linear-gradient(#415EA3, #2E4A88);
        background: -o-linear-gradient(#415EA3, #2E4A88);
        background: linear-gradient(#415ea3, #2e4a88);
    }

        .register .facebook:hover {
            background: #3B5591;
            background: -webkit-linear-gradient(#3B5591, #2A437C);
            background: -moz-linear-gradient(#3B5591, #2A437C);
            background: -o-linear-gradient(#3B5591, #2A437C);
            background: linear-gradient(#3b5591, #2a437c);
        }

        .register .facebook a {
            background: url(../images/logo_fb_31x42.png) no-repeat 5% 10%;
        }

    .register .twitter {
        background: #41C0F3;
        background: -webkit-linear-gradient(#41C0F3, #3FBAEC);
        background: -moz-linear-gradient(#41C0F3, #3FBAEC);
        background: -o-linear-gradient(#41C0F3, #3FBAEC);
        background: linear-gradient(#41c0f3, #3fbaec);
    }

        .register .twitter:hover {
            background: #3EB1DF;
            background: -webkit-linear-gradient(#3EB1DF, #3EAAD6);
            background: -moz-linear-gradient(#3EB1DF, #3EAAD6);
            background: -o-linear-gradient(#3EB1DF, #3EAAD6);
            background: linear-gradient(#3eb1df, #3eaad6);
        }

        .register .twitter a {
            background: url(../images/logo_twitter_38x32.png) no-repeat 6% 25%;
        }
