/*New CSS*/
body {
  border: 0px solid red;
}
#wrap {
    opacity: 1;
    background-color: #FFF;
    border: 0px solid green;
    /*margin-top: -22px !important;*/
}
input, select, textarea {
    margin: 0;
}
.alert {
    border: 0px solid green;
    padding:0;
    margin:0;
}
img.alert {
    width:15px;
}
legend {
    margin-top:10px;
}
#main.withSidebar {
    width: 100%;
}
input#agreement, input#landD, input#ChkAnswer0, input#ChkAnswer1, input#ChkAnswer2, input#ChkAnswer3, input#ChkAnswer4, input#ChkAnswer5, input#ChkAnswer6, input#ChkAnswer7, input#ChkAnswer8, input#ChkAnswer9 {
    width: 22px;
    height: 22px;
}
a:hover.deliverMethod {
    background-color: #8C8984 !important;
}

.deliverMethod {
    box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.2) !important;
}
/*#wrap{
    height:100% !important;
}*/

/*---------------------OLD CSS------------------*/
.helptextindent {
    margin-left: 165px !important;
    width: 56% !important;
    border: 0px solid red;
}

    .helptextindentend {
        margin-left: 459px !important;
        margin-top: 10px !important;
        width: 35% !important;
        border: 0px solid red;
        color: red;
    }

    .required {
        color: red !important;
        padding-left: 12px;
        padding-top: -10px;
    }

    .red {
        color: red !important;
    }

    /*h1 {
        text-align: center !important;
    }*/

    .twocolumn {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        margin-left: 60px;
        border: 0px solid red;
    }

    /*Remove clipboard icon*/
    .stdfile #banner:after {
        content: url("../images/") !important;
        margin-left: -350px;
        position: absolute;
        left: 50%;
        top: 115px; /* reduce if using bg_clipboardclip(1-5).png */
    }

    .stdfile #infoColumn {
        margin-top: 109px;
        padding-top: 0px !important;
    }

    .stdfile #infoColumn {
        padding: 0px 130px 0 !important;
    }

    /*Lexus Nexus style*/
    .SE-Border {
        margin: 10px 30px;
        width: 90%;
        border: 0px solid #ffffff;
        background-color: transparent;
    }

    /*.questions {
        font-size: 1.4em !important;
    }*/

    span.ThirdPartycheckbox input, span.checkbox input {
        background-color: #d0cde2;
        /*border: 1px solid green;*/
        font-size:inherit;
    }

    input[type=checkbox] + label {
        /*border: 1px solid green;*/
        margin-bottom: 30px;
        width: 500px;
        margin: 0.2em 0 0 0;
        padding: 0 0 0 35px;
        text-align: Left;
        display: block;
        position: relative;
        top: -1.5em;
        color: #000 !important;
        /*border: 1px solid red;*/
    }


    .section .content span.ThirdPartycheckbox label {
        /*width: 100%;
	margin: 0.2em 0 0 0;
	padding: 0 0 0 35px;
	text-align: Left;
	display: block;
	position: relative;
	top:-1.5em;
    color: #000 !important;*/
        /*border: 1px solid red;*/
    }
    /* Button link*/
    #links-SE {
        font-size: 10px;
        padding-left: 50px;
    }


        #links-SE a {
            width: 37%;
            height: 75px;
            margin: 5px 0 5px 10px;
            padding: 5px 3%;
            font-size: 1.3em;
            text-align: center;
            text-decoration: none;
            border-width: 1px;
            border-style: solid;
            float: left;
            display: inline;
            /*font-weight:bold;*/
            box-shadow: 6px 6px 5px #888888;
        }

            #links-SE a img {
                width: 32px;
                height: 32px;
                margin: 0 auto;
                display: block;
            }

    #links-SE-option {
        font-size: 10px;
        padding-left: 0px;
    }

        #links-SE-option a {
            width: 25%;
            height: 80px;
            margin: 5px 0 5px 10px;
            padding: 5px 3%;
            font-size: 1.5em;
            text-align: center;
            text-decoration: none;
            border-width: 1px;
            border-style: solid;
            float: left;
            display: inline;
            /*font-weight:bold;*/
            box-shadow: 6px 6px 5px #888888;
        }

            #links-SE-option a img {
                width: 32px;
                height: 32px;
                margin: 0 auto;
                display: block;
            }

    .gradient {
        /* Firefox 3.6 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ecf4f1', endColorstr='#a9cac7')";
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ecf4f1),color-stop(1, #a9cac7)); /* Safari & Chrome */
    }

    .rounded-corners {
        behavior: url(C:\Steve\Steve Old Desktop\MyChart\Self Enrollment Wireframe\CSS\border-radius.htc); /* IE 6-8 */
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
        border-radius: 15px;
    }


    /*QUICK LINKS*/
    #links-SE a {
        /*background-color: #CCCCFF!important;
        border: 2px solid!important;
        border-bottom-color: #8C8984!important;
        border-right-color: #8C8984!important;
        border-top-color: #E3E2F0!important;
        border-left-color: #E3E2F0!important;*/
        /*background-color: #edeafb!important;
        border: 2px solid!important;
        border-bottom-color: #673398!important;
        border-right-color: #673398!important;
        border-top-color: #ddd9f9!important;
        border-left-color: #ddd9f9!important;*/
        background-color: #514686 !important;
        border: 2px solid !important;
        border-bottom-color: #8C8984 !important;
        border-right-color: #8C8984 !important;
        border-top-color: #ddd9f9 !important;
        border-left-color: #ddd9f9 !important;
        color: white;
    }

        #links-SE a:hover {
            background-color: #d4d5d6 !important;
            border-bottom-color: #8C8984 !important;
            border-right-color: #8C8984 !important;
            border-top-color: #E3E2F0 !important;
            border-left-color: #E3E2F0 !important;
            color: #545454;
        }

    #links-SE-option a {
        /*background-color: #CCCCFF!important;
        border: 2px solid!important;
        border-bottom-color: #8C8984!important;
        border-right-color: #8C8984!important;
        border-top-color: #E3E2F0!important;
        border-left-color: #E3E2F0!important;*/
        /*background-color: #edeafb!important;
        border: 2px solid!important;
        border-bottom-color: #673398!important;
        border-right-color: #673398!important;
        border-top-color: #ddd9f9!important;
        border-left-color: #ddd9f9!important;*/
        background-color: #514686 !important;
        border: 2px solid !important;
        border-bottom-color: #8C8984 !important;
        border-right-color: #8C8984 !important;
        border-top-color: #ddd9f9 !important;
        border-left-color: #ddd9f9 !important;
        color: white;
    }

