/*General*/

/*colors
	dark grey: #525151 (footer top border)
    dark grey: #464646 (def text)
*/

/*Tag Comuni*/
body {
    margin: 0px;
    padding: 0px;
    color: #464646;
    font-family: 'Segoe UI', Helvetica, Verdana, Arial, sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
}

h1 {
    color: #464646;
    font-family: 'Segoe UI', Helvetica, Verdana, Arial, sans-serif;
    font-size: 36pt;
    margin-bottom: 5px;
    margin-top: 0px;
    padding-top: 0px;
}

h2 {
    color: #464646;
    font-family: 'Segoe UI', Helvetica, Verdana, Arial, sans-serif;
    font-size: 24pt;
    margin-bottom: 5px;
    margin-top: 0px;
}
/*h3 {
	color: #464646;
	font-family: AntennaCond Light, Arial, sans-serif;
	font-size: 24pt;
	margin-bottom:5px;
	margin-top:0px;
	padding-top:0px;
}*/
h3 {
    color: #464646;
    font-family: 'Segoe UI', Helvetica, Verdana, Arial, sans-serif;
    font-size: 16pt;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

h4 {
    color: #464646;
    font-family: 'Segoe UI', Helvetica, Verdana, Arial, sans-serif;
    font-size: 16pt;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

h5 {
    color: #FFFFFF;
    font-family: 'Segoe UI', Helvetica, Verdana, Arial, sans-serif;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 21pt;
    height: 21pt;
    font-weight: bold;
}

h6 {
    color: #464646;
    font-family: 'Segoe UI', Helvetica, Verdana, Arial, sans-serif;
    font-size: 10pt;
    height: 10pt;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: bold;
}

p {
    margin: 0;
}

a {
    color: #3db0a7;
    text-decoration: none;
}

    a:hover {
        color: #3db0a7;
        font-weight: bold;
    }

img {
    border: 0;
}
/*input
{    
	font-family: 'Segoe UI', 'WeblySleek UI Normal', Helvetica, Verdana, Arial, sans-serif;
}*/

/*Masterpage*/
#container {
    background: transparent url(../images/back.gif);
    background-repeat: repeat-x;
    height: 700px;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

#header {
    height: 85px;
}

#logo {
    float: left;
    width: 240px;
    height: 85px;
    text-align: center;
}

#title {
    float: left;
    height: 85px;
    width: 420px;
    position: relative;
}

    #title h1 {
        display: inline-block;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        font-size: 32px;
    }

        #title h1 .step {
            font-size: 18px;
            line-height: 24px;
            color: #fff;
            background-image: url('../images/stepBg.gif');
            background-repeat: no-repeat;
            display: inline-block;
            height: 24px;
            width: 38px;
            margin-left: 10px;
            vertical-align: middle;
        }

#info {
    float: left;
    width: 240px;
    height: 85px;
    text-align: right;
}

#complexname {
    height: 30px;
    margin-top: 15px;
    margin-right: 20px;
}

    #complexname h3 {
        font-size: 18px;
    }

#date {
    height: 22px;
    margin-right: 20px;
}

    #date img {
        margin-right: 10px;
    }

#login {
    height: 22px;
    margin-right: 20px;
}

    #login a {
        font-weight: bold;
    }

        #login a:hover {
            text-decoration: underline;
        }

.loginPanel, .sessionPanel {
    position: absolute;
    background-color: #dddddd;
    padding: 7px;
    top: -1000px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-align: left;
}

    .loginPanel fieldset {
        padding: 0 0 0 8px;
        margin: 0;
    }

    .loginPanel label {
        width: 320px;
    }

#login .loginPanel a {
    font-weight: normal;
}

.modalBackground {
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

#mainSD {
    background-color: #FFFFFF;
}

    #mainSD .accountInfo {
        margin-right: 0;
        float: none;
    }

    #mainSD .accountBox {
        margin-bottom: 0;
    }

#topSD {
    padding: 20px 0 0 20px;
    font-size: 12pt;
}

#lineSD {
    background: transparent url(../../Images/lineRepeater.gif);
    height: 2px;
    background-position: center;
    background-repeat: repeat;
    margin: 0px 2px 0px 2px;
}

#loginSD {
    height: 348px;
    overflow: hidden;
    position: relative;
}

#closeSD {
    height: 76px;
    text-align: left;
    margin-top: 20px;
}

    #closeSD input {
        margin-right: 10px;
    }

.loginPopup {
    width: 374px;
}

    .loginPopup .failureNotification {
        font-size: 12pt;
        line-height: normal;
    }

#content {
    height: 585px;
}

#footer {
    height: 30px;
    /*border-top: 1px solid #525151;*/
    text-align: right;
}

    #footer span {
        vertical-align: top;
        display: inline-block;
        margin: 10px 133px 0 0;
    }

        #footer span a {
            color: #464646;
            text-decoration: none;
            font-style: italic;
        }

            #footer span a:hover {
                color: #464646;
                font-weight: normal;
                text-decoration: underline;
            }

.menuSeparator {
    display: inline-block;
    width: 10px;
    text-align: center;
}

/*Masterpage steps*/
/*#title {
    height: 62px;
    text-align:center;
}*/

#saleConditions {
    height: 565px;
    padding: 20px 18px 0 10px;
}

#steps {
    height: 520px;
    text-align: center;
}

#account {
    height: 570px;
    position: relative;
}

#navigation {
    height: 65px;
}

#banner {
    display: none;
}

    #banner img {
        display: none;
    }

#buttons {
    width: 900px;
    height: 60px;
}

#backButton {
    padding: 0px;
    display: inline-block;
    width: 140px;
    vertical-align: bottom;
    height: 50px;
    margin-left: 10px;
}

#viewButton {
    padding: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
    height: 50px;
}

#nextButton {
    padding: 0px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
    height: 50px;
    width: 320px;
    text-align: right;
    float: right;
}

#updownButton {
    padding: 0px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
    height: 50px;
    float: right;
}

    #updownButton img {
        margin-right: 10px;
    }

    #updownButton span {
        display: inline-block;
        margin: 0 4px 2px 0;
        width: 72px;
        font-size: 12pt;
        text-align: right;
        vertical-align: bottom;
    }

/*default.aspx*/
#startButtons {
}

    #startButtons #buy {
        margin: 0 auto;
        padding-top: 183px;
        position: relative;
        width: 376px;
        /*position:absolute;
	top:10px;
	left:10px;
	width:327px;
	height:145px;*/
    }
        /*#startButtons #buy span {
    height:140px;
    width:316px;
	vertical-align:middle;
	display:table-cell;	
	text-align:center;
}*/
        #startButtons #buy a {
            position: absolute;
            top: 193px;
            left: 12px;
            z-index: 1001;
            display: block;
            height: 140px;
            line-height: 140px;
            width: 320px;
            color: #ffffff;
            font-weight: bold;
            font-size: 20pt;
            text-align: center;
            background-image: url(../images/transparentback.png);
        }
/*#startButtons td div a {
	color:#ffffff;
}*/
#tableFlags {
    margin-top: 40px;
}

    #tableFlags table {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #tableFlags h6 {
        color: #464646;
        font-family: 'Segoe UI', 'WeblySleek UI Normal', Helvetica, Verdana, Arial, sans-serif;
        font-size: 10pt;
        margin-top: 4px;
    }

        #tableFlags h6.selected {
            font-size: 12pt;
            text-decoration: underline;
            font-weight: bold;
        }

    #tableFlags td.first {
        height: 75px;
        width: 75px;
        background-image: url('../images/backLanguagesFirst.png');
        background-repeat: no-repeat;
    }

    #tableFlags td.mid {
        height: 75px;
        width: 76px;
        background-image: url('../images/backLanguagesMid.png');
        background-repeat: no-repeat;
    }

    #tableFlags td.last {
        height: 75px;
        width: 75px;
        background-image: url('../images/backLanguagesLast.png');
        background-repeat: no-repeat;
    }

    #tableFlags img {
        height: 48px;
        width: 48px;
        border: 0px;
    }

.imgBut {
    width: 376px;
    height: 276px;
    border: 0;
}

/*selectMovies.aspx*/
#selectDate {
    float: right;
    margin-bottom: -32px;
    padding-top: 10px;
    padding-right: 20px;
    position: relative;
}
    /*#selectDate span {
    display:inline-block;
    margin-right:4px;
    color:#ffffff;
    width:200px;
    height:19px;
    font-size:12pt;
    text-align:right;
    vertical-align:bottom;
}*/
    #selectDate select {
        width: 156px;
        height: 21px;
        /*font-family:HelveticaNeueLT Std;*/
        padding: 0px 0px 0px 8px;
        text-align: left;
    }

.showMoviesGrid {
    width: 100%;
    border: none;
}

    .showMoviesGrid th, .showMoviesGrid td {
        padding-top: 0;
        padding-bottom: 0;
    }

.showMoviesRow {
    background: transparent url('../images/row_bg.gif');
    height: 58px;
    /*font-family: HelveticaNeueLT Std Med;*/
    font-size: 12pt;
}

.showMoviesHeader {
    background: transparent url('../images/gridheader_bg.gif');
    height: 40px;
    color: #FFFFFF;
}

.showMoviesCol1 {
    padding-left: 20px;
    text-align: left;
    width: 350px;
}

.showMoviesCol2 {
    text-align: center;
    width: 50px;
}

.showMoviesCol3 {
    text-align: center;
    width: 60px;
}

.showMoviesCol4 {
    background: transparent url('../images/rowdark_bg.gif');
    text-align: center;
    width: 80px;
}

.showMoviesCol5 {
    padding-left: 5px;
    text-align: left;
    width: 494px;
}

th.showMoviesCol4 {
    background: transparent url('../images/gridheader_bg.gif');
}
/*th.showMoviesCol5 {
    padding-left:0px;
}*/
.showMoviesCol5 input {
    margin: 0 0 0 4px;
    height: 40px;
}


/*selectTickets.aspx*/
#selectTicketsTable {
    border: none;
    margin: 0px auto 0px auto;
    width: 620px;
    font-size: 14pt;
    text-transform: uppercase;
    height: 300px;
}

    #selectTicketsTable tr {
        height: 60px;
    }

    #selectTicketsTable h3 {
        font-size: inherit;
    }

.selectTicketsCol1 {
    padding-right: 20px;
    text-align: right;
    width: 200px;
}

.selectTicketsCol2 {
    text-align: center;
    width: 78px;
}

.selectTicketsCol3 {
    text-align: center;
    width: 78px;
}

.selectTicketsCol4 {
    text-align: center;
    width: 180px;
}

.selectTicketsCol5 {
    text-align: right;
    padding-right: 10px;
    width: 84px;
}

#selectTicketsTotOuter {
    margin: 0px auto 0px auto;
    width: 672px;
}

#userMode {
    float: left;
    text-align: right;
}

#selectTicketsTotal {
    width: 118px;
    height: 60px;
    background: transparent url(../images/total_bg.gif);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 10px;
    padding: 0;
    float: right;
}

    #selectTicketsTotal h6 {
        margin-top: 4px;
        color: #464646;
    }

/*payTickets.aspx*/
#payTicketsMain h3 {
    display: inline-block;
}

#payTicketsMain h4 {
    font-size: 12pt;
    display: inline-block;
    margin-left: 20px;
}

#payTicketsSummary {
    width: 118px;
    height: 60px;
    background: transparent url(../images/summary_bg.gif);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 10px auto 0px auto;
    padding: 0;
}

    #payTicketsSummary h5 {
        margin-bottom: 4px;
        color: #464646;
    }

#payTicketsDetails {
    padding: 10px 40px 0 40px;
}

    #payTicketsDetails img {
        display: block;
        margin: 0 auto 40px auto;
    }


/*FilmList.aspx*/
#filmList {
    text-align: left;
}

    #filmList h4 {
        text-align: center;
    }

    #filmList .movieItem {
        display: -moz-inline-stack;
        display: inline-block;
        width: 160px;
        height: 250px;
        margin: 0px 10px 4px 10px;
        position: relative;
        overflow: hidden;
        text-align: center;
        line-height: 1.2;
        vertical-align: top;
        /* For IE 7 */
        zoom: 1;
        *display: inline;
    }

        #filmList .movieItem h3 {
            line-height: 20px;
            font-size: 14px;
            text-transform: none;
        }

        #filmList .movieItem img.poster {
            width: 100%;
        }

        #filmList .movieItem img.corner {
            position: absolute;
            top: 20px;
            right: 0;
        }
/*FilmList.aspx*/
#film {
    margin-left: 10px;
    text-align: left;
    clear: both;
}

    #film #filmDetails {
        display: inline-block;
        width: 486px;
        vertical-align: top;
    }

    #film #filmDesc {
        float: left;
        width: 266px;
    }

        #film #filmDesc p {
            line-height: 20px;
            vertical-align: middle;
        }

            #film #filmDesc p img {
                vertical-align: middle;
            }

    #film span {
        font-weight: bold;
    }

    #film #poster {
        float: left;
        width: 160px;
        margin-right: 20px;
        position: relative;
    }

        #film #poster img.poster {
            width: 100%;
            margin-bottom: 20px;
        }

        #film #poster img.corner {
            position: absolute;
            top: 0;
            right: 0;
        }

    #film #filmSummary {
        float: left;
        width: 486px;
        overflow: hidden;
        height: 200px;
    }

    #film #showButtons {
        display: inline-block;
        width: 400px;
    }

        #film #showButtons p {
            margin-bottom: 10px;
        }

        #film #showButtons input, #film #showButtons span.selected {
            margin: 0 6px 6px 0;
            font-family: 'Segoe UI', 'WeblySleek UI Normal', Helvetica, Verdana, Arial, sans-serif;
            font-size: 15px;
            padding: 0;
        }

        #film #showButtons span.selected {
            display: inline-block;
            background: transparent url("../images/perf-button_sel.png");
            width: 120px;
            height: 50px;
            line-height: 50px;
            font-weight: bold;
            text-transform: uppercase;
            color: #FFFFFF;
            vertical-align: top;
            text-align: center;
        }

    #film #dateButtons {
        height: 200px;
        overflow: auto;
    }

    #film #hourButtons {
        max-height: 168px;
        overflow: auto;
    }

#passbookButtons {
    height: 40px;
}

    #passbookButtons .textEntry {
        vertical-align: top;
        height: 16px;
        margin-top: 18px;
    }

/*OutOfOrder.aspx*/
#outOfOrder {
    text-align: center;
    margin-top: 200px;
}

    #outOfOrder h2 {
        font-size: 40pt;
    }



/*Classes*/
.spacer10 {
    margin-left: 10px;
}

.spacerDx10 {
    margin-right: 10px;
}

.top10 {
    margin-top: 10px;
}

.loginUser {
    margin-top: 4px;
    display: block;
}

.separator0 {
    /*background: transparent url(../images/lineseparator.gif);
	background-position: center;
	background-repeat: no-repeat;*/
    height: 3px;
    margin-bottom: 10px;
}

.separator {
    background: transparent url(../images/lineseparator.gif);
    height: 3px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px 0 10px 0;
}

.grayButton {
    background: transparent url("../images/gray-button.png");
    border: 0;
    width: 140px;
    height: 50px;
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    color: #3db0a7;
    cursor: pointer;
}

    .grayButton.long {
        background: transparent url("../images/longGrayButton.png");
        width: 210px;
    }

.redButton {
    background: transparent url("../images/red-button.png");
    border: 0;
    width: 210px;
    height: 50px;
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.backButton {
    background: transparent url("../images/back-button.png");
    border: 0;
    width: 140px;
    height: 50px;
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.baseButton {
    background: transparent url("../images/base-button.png");
    border: 0;
    width: 210px;
    height: 50px;
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.nextButton {
    background: transparent url("../images/next-button.png");
    border: 0;
    width: 274px;
    height: 50px;
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
    /*.backButton.dis {    
    background: transparent url("../images/back-button_dis.png");
}
.nextButton.dis {    
    background: transparent url("../images/next-button_dis.png");
}*/
    .backButton.dis, .nextButton.dis {
        display: none;
    }

.perfButton {
    background: transparent url("../images/perf-button.png");
    border: 0;
    width: 120px;
    height: 50px;
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    color: #3db0a7;
    cursor: pointer;
}

.pageButton {
    background-position: center center;
    background-repeat: no-repeat;
    background: transparent url("../images/button.png");
    /*background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/button.png', sizingMethod='fixed');*/
    height: 50px;
    width: 300px;
    border: 0;
    padding: 0;
    /*font-family: HelveticaNeueLT Std;*/
    font-weight: bold;
    font-size: 12pt;
}

    .pageButton.dis {
        background: transparent url("../images/button_dis.png");
        /*background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/button_dis.png', sizingMethod='fixed');*/
    }

.passbookButton {
    background: transparent url("../images/iosButton.png");
    border: 0;
    width: 120px;
    height: 40px;
    /*font-family:HelveticaNeueLT Std;*/
    font-weight: bold;
    font-size: 12pt;
    color: #231f20;
    cursor: pointer;
    vertical-align: top;
}

.movieInfo {
    width: 520px;
    margin: 0 auto 0 auto;
    text-align: left;
}

    .movieInfo .firstCol {
        width: 80px;
    }

.movie .firstCol {
    width: 120px;
    padding-right: 30px;
    text-align: right;
}

.details {
    font-size: 20pt;
}

.movieName {
    font-weight: bold;
}

.errorMessages {
    text-align: center;
    padding-top: 220px;
}

.successMovieName, .successMovieDate {
    display: block;
    color: #F2AC1C;
    font-size: 24pt;
    margin-top: 6px;
}

.successMovieName {
    font-weight: bold;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p, fieldset div.asP {
        margin: 2px 12px 0 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}
input.textEntry2 {
    width: 280px;
    border: 1px solid #ccc;
}

ul.radioButtons {
    width: 140px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

    ul.radioButtons li {
        list-style-type: none;
        text-align: center;
        float: left;
        margin: 0 5px;
        width: 60px;
    }

div.asP > label {
    display: inline-block;
    width: 80px;
}

ul.radioButtons li input, ul.radioButtons li label {
    margin: 0;
}

/*#userCreationTop
{
    position:relative;
}

#languageSelector
{
    position: absolute;
    right:0;
    top:10px;
}*/

#languageSelector {
    width: 385px;
}

    #languageSelector .dd {
        position: relative;
        float: right;
        margin-left: 10px;
        width: 200px !important;
    }

    #languageSelector .ddChild {
        width: 198px !important;
        top: 14px !important;
    }

    #languageSelector .label {
        line-height: 24px;
    }

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
fieldset.login
{
    /*width:415px;*/
    height:220px;
    position:relative;
}
.accountHeader {
    padding: 40px 0 0 20px;
    font-size: 12pt;
}

.accountBox {
    /*width:800px;*/
    margin: 20px;
    clear: both;
}
    .accountBox table {
        height: 398px;
    }
    .accountBox table td {
        vertical-align: top;
    }

.errorMessageBox {
    width: 350px;
    float: left;
}

.accountInfo {
    float: left;
    margin-right: 20px;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
    line-height: 15px;
}

.bold {
    font-weight: bold;
}

.submitButton {
    /*margin-top:40px;*/
    margin:0;
    padding:0;
    text-align: right;
    position: absolute;
    bottom: 12px;
    right:12px;
}

    .submitButton input {
        /*margin-left: 10px;*/
        max-width:180px;
    }

#account .submitButton {
    /*position:absolute;
    bottom:0;*/
}

.waitBox {
    text-align: center;
    height: 200px;
}

    .waitBox img {
        text-align: center;
        margin-top: 90px;
    }

.divinput {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: Gray;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray inset;
    font: -moz-field;
    font: -webkit-small-control;
    margin-top: 5px;
    padding: 2px 3px;
    width: 99%;
    color: black;
}


.textRight {
    text-align: right;
    padding-right: 10px;
}

.gridview {
    width: 100%;
}

    .gridview tr {
        line-height: 18px;
    }

    .gridview span {
        margin-right: 20px;
    }

    .gridview .editButton {
        border: 0;
        width: auto;
    }
/*.gridview td{padding:1px 5px; border: 0;}
.gridviewEdit input{font-size:11px;width:200px}
.gridviewHeader{}*/

/* USER MODAL POPUP PAGE ----------------------------------------*/
.modalPG {
    background-color: #ffffff;
}

.modalPG2 {
    background-color: #ffffff;
    padding: 20px;
}

.modalSuccessMsg {
}



.contentTemplate {
    padding: 0 10px;
}

.formSection {
    margin-bottom: 4px;
}

    .formSection td {
        padding: 1px 5px;
        border: 0;
    }

    .formSection .gridview tr {
        line-height: 16px;
    }

    .formSection .label {
        font-weight: bold;
    }

.formSectionTitle {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #e9e9e9;
}

.formSectionTitle2 {
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    border-bottom: 1px solid #909090;
    margin-bottom: 2px;
}

    .formSectionTitle2 span {
        display: block;
        width: 600px;
        margin: 0 auto;
    }

.checkboxList {
    width: 450px;
    overflow: auto;
}

.clearBoth2 {
    clear: Both;
    height: 10px;
}

.messageWrap2 {
    padding: 5px;
    margin-bottom: 10px;
}

.formLabelsText {
    width: 600px;
    border: 0;
    margin: 0 auto;
}

    .formLabelsText input {
        width: 200px;
        border: 1px solid #909090;
        height: 16px;
        padding: 1px 2px;
    }

    .formLabelsText select {
        width: 206px;
        border: 1px solid #909090;
        height: 20px;
        padding: 1px 2px;
    }

    .formLabelsText .firstCol {
        width: 300px;
    }

.formNameTitle {
    font-size: 16px;
    font-weight: bold;
}

.formSection .submitButton {
    width: 600px;
    border: 0;
    margin: 20px auto 0 auto;
    left: 150px
}

    .formSection .submitButton input {
        margin: 0 10px 0 0
    }

.radioButtons input {
    width: auto;
    border: 0;
    margin-right: 20px;
}

.radioButtons label {
    margin-right: 8px;
}

.messageboard {
    width: 600px;
    border: 0;
    margin: 20px auto;
    font-weight: bold;
}


#container .ajax__validatorcallout_popup_table {
    margin: -4px 0 0 14px;
}

#container .ajax__validatorcallout_icon_cell {
    padding: 0;
    height: 32px;
}

    #container .ajax__validatorcallout_icon_cell img {
        display: none;
    }

#container .ajax__validatorcallout div, #container .ajax__validatorcallout td {
    background-color: #fff;
    border-color: #ccc;
}

#container .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
    padding: 4px;
}
