/* FORMATS CSS */


/* FORMS */



.form {
    /*margin: auto;*/
    position: relative;
    margin-left: 20px;
    /*width: 540px;*/
}
.form .row {
    position: relative;
    width: 100%;
    margin: 3px 0px;
    clear: left;
}
.form .section {
    margin-top: 10px;
}
.form .update {
    margin: auto;
    margin-top: 2px;
    height: 16px;
    padding-left: 10px;
    text-align: left;
    font-size: 0.9em;
    /*width: 500px;*/
    /*background: url(../images/loading/loading_red.gif) no-repeat center left;*/
}

.form .title {
    font-weight: 700;
}
.form .border {
    position:absolute;
    top:8px; /*right:0px;*/
    left: 18%;
    /*width: 440px;*/
    width: 64%;
    border-top: dashed 1px #aaa;
}
.form .form_text {
    margin: 8px 0px 12px 20px;
    width: 80%;
    text-align: justify;
}

.form .margin {
    float: left;
    width: 20px;
    margin-top: 1px;
    text-align: center;
    font-weight: 700;
    font-size: 1.1em;
    /*color: #e00;*/ /* Theme Colour */
}
.form .label {
    float: left;
    width: 120px;
    margin-top: 1px;
}
.form .input { /* Important: Note to give inputs the .input class */
    float: left;
    margin: 0px;
    width: 240px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1em;
}
.form textarea {
    display: block;
    float: left;
    margin: 0px;
    width: 400px;
    height: 100px;
    /*padding: 2px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    /*line-height: 1em;*/
}
.form .info {
    float: left;
    margin: 1px 0px 0px 30px;
    font-size: 0.9em;
    color: #e00;
}

.form .submit {
    border: none;
    /*color: #e00;*/ /* Theme Colour */
    cursor: pointer;
    margin:  5px 0px 3px 160px;
    font-size: 1.1em;
    text-decoration: none;
    background-color: transparent;
}
.form .submit:hover {
    text-decoration: underline;
}

.form .sub_info {
    font-size: 0.9em;
}

.form a, .form a:hover {
    border-bottom: none;
}



/* GENERAL LISTS */
ul.bullets { /* standard bulleted ul */
    padding-left: 30px;
}
ul.bullets li {
    padding-left: 5px;
    margin-bottom: 2px;
}




/* DIV LISTS */
div.list {
    /* */
}
div.list .row {
    clear: left;
}
div.list .row-margin {
    float: left;
    width: 60px;
    text-align: center;
}
div.list .row-content {
    /* */
}




/* --- DYNAMIC --- */

/* SCROLL (horizontally sliding content; full auto height) */
.scroll_shell {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.scroll_slider {
    margin-left: 0px; /* animate in jQuery; this method not appropriate for "infinite" content */
    position: relative;
    width: 1000%; /* must be sufficient for all scrolling content; ie, content width * n */
}

.scroll {
    width: 930px; /* content width */
    float: left;
    /*display: none;*/
}
.scroll-active {
    display: block; /* first (visible) scroll element */
}







/* */

