body {
    font-family: Helvetica, sans-serif;
    font-size: 1em;
}

h1 {
    font-size: 1.9em;
    font-family: Helvetica, times, serif;
    color: #003262;
}

h2 {
    font-size: 1.0em;
    color: #003262;
}

h3 {
    font-size: 0.9em;
}

h3.error {
    color: #ff0000;
    font-weight: normal;
    line-height: 1.1em;
}

#username, #password {
    font-family: Helvetica, sans-serif;
    font-size: 1em;
    height: 18px;
    width: 100%;
}

small {
    font-size: .6em;
}

fieldset {
    background-color: #E7EBF2;
    padding-left: 10px;
    padding-right: 20px;
}

.forScreenReaders {
    display: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.copyright {
	text-align: center;
}

/** All devices that understands the @media directive **/
@media screen and (min-width: 320px) {

    body {
        background-color: #3B7FA1;
        color: #003262;
        font-family: Helvetica, sans-serif;
        margin: 0;
        -webkit-text-size-adjust: none;
    }
    .wrapper {
        background: #ffffff no-repeat;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        border-top: solid #f79421;
    }

    #content {
        margin-left: 10px;
        margin-right: 20px;
    }

    p {
        padding: 0;
        margin: 0;
    }

    a, a:link {
        font-weight: bold;
    }

    /* Heading tags */
    h1 {
    }

    h2 {
        text-align: right;
        color: #f79421;
        margin: 0;
        font-weight: normal;
    }

    /* Thanks to Nate and Wes at sourceforge.net */
    h3.error {
        color: #ff0000;
        font-size: .9em;
        font-weight: normal;
        margin: 10px 0 0 0;
        line-height: 1.3em;
    }

    h3 {

    }

    a, a:link, a:visited {
        color: #2D637F;
    }

    fieldset {
        background-color: transparent;
        text-align: right;
        margin: 0;
        padding: 0;
        border: 0;
    }

    /* Form fields */
    input, select {
        float: none;
        clear: left;
        border: #ccc thin solid;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    /*noinspection CssOptimizeSimilarProperties*/
    input:focus, textarea:focus, a:focus, select:focus {
        outline-color: #2d637f;
        outline-width: thin;
    }

    input#username, input#password, input#idnumber {
        width: 100%;
        font-size: 1.4em;
        padding: 2px;
    }

    input#username, input#password, input#idnumber {
        height: 23px;
    }


    input#username:focus, input#password:focus, input#idnumber:focus  {
        background-color: #f9f3d1;
    }


    label {
        float: right;
        clear: right;
        font-family: Helvetica, sans-serif;
        font-size: 1em;
    }


    form label {
        display: block;
        width: 80%;
        padding: 10px 0 3px 0;
        margin: 0 0 0 0;
        text-align: right;
    }

    /*submit button styles */
    input.button, input.btn-submit {
        background-color: #f79421;
        -webkit-appearance: none;
        border-radius: 4px;
        display: inline-block;
        color: #ffffff;
        font-size: 1.0em;
        letter-spacing: .05em;
        font-weight: normal;
        padding: 2px 10px;
        margin: 20px 10px 20px 0;
        text-transform: uppercase;
    }

    input.button:hover, input.btn-submit:hover {
        background-color: #3B7EA1
    }

    input.button:active {
        position: relative;
        top: 1px;
    }

    #successBox p {
        padding-bottom: 1em;
    }

    .infoBox {
        font-size: 80%
    }


    /*css for showing title if styles are disabled */
    .hidden {
        display: none;
    }
}
/** Specific for smart phone  sized devices **/
@media screen and (min-width: 320px) and (max-width: 480px) {

    .wrapper {
        background-image: none;
        width: 100%;
        padding-top: 0px;
        border-top-width: 16px;
        -webkit-box-shadow: 0 10px 10px rgba(185, 193, 203, 0.5);
        -moz-box-shadow: 0 10px 10px rgba(185, 193, 203, 0.5);
        box-shadow: 0 10px 10px rgba(185, 193, 203, 0.5);
    }

    #content {
        margin-left: 10px;
        margin-right: 20px;
    }


    h2 {
        font-size: 1.3em;
        padding-bottom: 5px;
    }

    small {
        font-size: 12px;
    }

    input.button {
        margin-top: 20px;
    }

    form label {
        font-size: .95em;
    }

label.error { color: #ff0000;
        font-size: .9em;
        font-weight: normal;
        margin: 5px 0 0 0;
        line-height: 1.0em;}

}
/** Specific for large sized devices **/
@media screen and (min-width: 481px) {

    .wrapper {
        background-image: none;
        width: 580px;
        border-top-width: 18px;
        padding-top: 0px;
        -moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #content {
        margin-left: 55px;
        margin-right: 55px;
    }

    p {
        line-height: 1.5em;
    }

    h2 {
        font-size: 1.5em;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    input.button, input.btn-submit {
        margin-top: 20px;
    }

    form label {
        padding-top: 15px;
    }

    input#username, input#password, input#idnumber {
        font-size: 1.2em;
    }

label.error { color: #ff0000;
        font-size: .9em;
        font-weight: normal;
        margin: 5px 0 0 0;
        line-height: 1.2em;}

   .wrapper_page {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 1170px;
    }

 .wrapper_choose {
        background: #ffffff no-repeat;
        margin-left: auto;
        margin-right: auto;
        position: relative;
       width: 480px;
    }

.wrapper_details {
        background: #ffffff no-repeat;
        margin-left: auto;
        margin-right: auto;
        position: relative;
       width: 325px;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
	.header {
                background: #ffffff no-repeat;
	border-bottom: 2.5pt solid #f79421;
	}

	.main {
                background: #ffffff no-repeat;
	}
h2_chooser {
   font-size: 1.0em;
    font-family: Helvetica, times, serif;
    color: #003262;
}

body .footer {
    position: fixed;
    bottom: 0;
    height: 42px;
    width: 100%;
    background: no-repeat center bottom #3B7EA1;
    z-index: 9999;
    padding-top: 13px;
    color: #fff;
}

}


ul.radiogroup,
ul.radiogroup li {
   margin: 0;
   list-style: none;
   width: 20em;
}

li[role=radio] {
   margin: 0;
   padding: 0.25em;    
   border: 2px transparent solid;
   position: relative;
   right: -0.25em;
   width: 8em;
}

[role=radio][aria-checked='false']:before{
   /*content: url('radio-unchecked.png');*/
   position: relative;
   top: 1px;
   right: 2px;
}

[role=radio][aria-checked='true']:before{
/*   content: url('radio-checked.png');*/
   position: relative;
   top: 1px;
   left: 2px;
}

[role=radio]:hover {
   background-color: #DDDDDD;
}

[role=radio].focus {
   border-color: black;
   background-color: #EEEEEE;
}
