a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
video,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

select::-ms-expand {
    display: none;
}

html{
    cursor: default;
}

.popUp{
    border-radius: 10px; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: rgb(239,237,238); 
    width: 340px; 
    height: 280px;
    margin-top: 10px; 
    border: 3px solid rgb(65,143,145);
}

.popUp .title{
    height: 50px;
    padding-top: 10px;
    width: 90%; 
    margin: 0 auto;
    text-align: center;
    margin-top: 5px;
    font-weight: normal;
    color:#444;
}

.popUptext{
    width: 80%; 
    margin: 0 auto; 
    margin-top: 20px; 
    text-align: center;
}

.popUp .button{
    margin: 0 auto;
    color: #f4f4f4;
    margin-top: 50px;
    width: 80px;
    height: 30px;
    line-height: 30px;
}

.popUp .button.yes{
    float: left;
    margin-left: 50px;
}

.popUp .button.no{
    float: right;
    margin-right: 50px;
}

.close_button{
    background-image: url('../images/x.png'); 
    width: 26px; 
    height: 25px; 
    float: right;
    cursor: pointer;
    cursor: hand;
}

.button{
    cursor: pointer;
    cursor: hand;
    color: #f4f4f4;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #279395;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    
}

.button a{
    color: #f4f4f4;
    text-decoration: none;
}

.button_submit{
    color: #f4f4f4;
    border: 0px;
    cursor: hand;
    cursor: pointer;
}

.title{
    text-align: center;
    color: #212121;
    font-size: 26px;
    font-weight: bold; 
    margin-top: 60px;
}

.sub_title{
    margin: 0 auto;
    width: 800px;
    text-align: center;
    color: #4b4b4b;
    font-size: 14px;
}


input[type=text], input[type=email], input[type=password]{
    padding-left: 5px;
    border: 1px solid rgb(231,240,239);
    background-color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: rgb(91,164,170);
    font-family: Helvetica,Arial,Verdana,sans-serif;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-appearance: none;
    outline: none;
    
}
*::-webkit-input-placeholder {
    color: rgb(91,164,170);
    opacity: 1 !important;
}    
*:-moz-placeholder {
    /* FF 4-18 */
    color: rgb(91,164,170);
    opacity: 1 !important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: rgb(91,164,170);
    opacity: 1 !important;
}    
*:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(91,164,170);
    opacity: 1 !important;
}

textarea{
    color: rgb(91,164,170);
    padding: 10px 10px 10px 10px;
    background-color: white;
    border: 1px solid rgb(231,240,239);
    resize: none;
    border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 13px;
    overflow: auto;
}

.styled-select {
    border: 1px solid rgb(231,240,239);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    background: url(../images/dropdown_arrow.png) no-repeat right #fff;
    
}

.styled-select select {
   background-color: transparent;
   width: 110%;
   font-size: 16px;
   border: 0px;
   border-radius: 0;
   -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
   -webkit-appearance: none;
   color: rgb(91,164,170);
   font-size: 13px;
   cursor: pointer; 
   cursor: hand;
   font-family: Helvetica,Arial,Verdana,sans-serif;
   outline: none;
}


.text{
    float: left;
    margin-top: 20px;
    width: 100%;
    font-family: Helvetica,Arial,Verdana,sans-serif;;
    color: rgb(127, 127, 127);
    font-size: 13px;
    text-align: justify;
}

.form{
    width: 960px;
    margin: 0 auto;
    border: 2px solid #299796;
}

.formBox{
    margin: 0 auto;
    height: 85px;
    width: 600px;
}

.formBoxLabel{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: rgb(41, 151, 150);
    font-weight: bold;
}

.formBoxLabel.left{
    width: 290px;
    margin-right:20px;
}

.formBoxLabel.right{
    width: 290px;
}

.formBoxText{
    float: left;
    width: 100%;
    height: 35px;
    color: black;
    line-height: 35px;
    overflow: hidden;
    font-size: 14px;
}

.formBoxText.left{
    width: 290px;
    margin-right:20px;
}

.formBoxText.right{
    width: 290px;
}

.formBoxSection{
    margin: 0 auto;
    width: 600px;
    height: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    color: rgb(41, 151, 150);
    font-weight: bold;
    border-bottom: 1px solid rgb(182,182,182);
}


.formBox input{
    float: left;
    height: 35px;
    width: 600px;
    color: black;
}

.formBox textArea{
    float: left;
    height: 35px;
    width: 600px;
    color: black;
}

.formBox input.left{
    width: 290px;
    margin-right:20px;
}

.formBox input.right{
    width: 290px;
}

.formBox input[type=checkbox]{
    height: 13px;
    width: 13px;
}

.formBox .styled-select {
    float: left;
    height: 33px;
    width: 590px;
    line-height: 33px;
}

.formBox .styled-select select {
   color: black;
}