﻿

.clear-both { clear:both; }
a {  color: #666; text-decoration:underline; }
a:hover {  color:#CCCCCC; text-decoration:underline;  }
/*____________________________________ MAIN CONTAINER5 ____________________________________*/

#mainContainer5 {  width: 650px; padding: 0 5px 0 5px;  margin-left: auto; margin-right: auto;  text-align:center;
}

/*____________________________________ MAIN CONTAINER4 ____________________________________*/

#mainContainer10 {  width: 950px; padding: 0 5px 0 5px;   margin-left: auto; margin-right: auto; text-align: center;  }

/*____________________________________ MAIN CONTAINER4 ____________________________________*/

#mainContainer4 {  width: 950px; padding: 0 0px 0 0px;   margin-left: auto; margin-right: auto; text-align: left;  }

/*____________________________________ MAIN CONTAINER3 ____________________________________*/

#mainContainer3 {  width: 950px; padding: 0 20px 0 20px;   margin-left: auto; margin-right: auto; text-align: justify;  }

/*____________________________________ MAIN CONTAINER2 ____________________________________*/

#mainContainer15 {  width: 950px; padding: 0 0px 0 0px;   margin-left: auto; margin-right: auto; text-align: justify;  }

/*____________________________________ MAIN CONTAINER ____________________________________*/

#mainContainer {  width: 950px; padding: 0 20px 0 20px;   margin-left: auto; margin-right: auto; text-align: justify;  }
/*____________________________________ MAIN CONTAINER14 ____________________________________*/

#mainContainer14 {  width: 994px; padding: 0 0px 0 0px;   margin-left: auto; margin-right: auto; text-align: RIGHT;  }
a {  color: #666; text-decoration:none; }
a:hover {  color:#CCCCCC; text-decoration:none;  }


/* The CSS */
select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
        display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;

}

input {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    cursor:pointer;

}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}

}

label {position:relative}

label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:0px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:0px; top:0px;
    width:0px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}