@charset "UTF-8";
/* CSS Document */

form {margin: 0 0 3em;}
input[name="countdown"] {width:33px;overflow:hidden;}
input[name="submit"] {border: none;}
.form_error  {color:#900;}
.error_text {color:#C33;padding:.25em;}

#form_name      {background:url(images/name.png) 5px 5px no-repeat #ddd;}
#form_email     {background:url(images/email.png) 5px 5px no-repeat #ddd;}
#form_subject   {background:url(images/subject.png) 5px 5px no-repeat #ddd;}
#form_version   {padding:8px;width:125px;min-width: 125px;}

#countdown, #countdown1, #countdown2, #countdown3       
{background: #000;border:none;color:#82CFF9;width:30px;min-width:30px;padding:5px;box-shadow:none;}

input:focus,
textarea:focus {
    outline-color: transparent;
    outline-style: none;
    border-color: #82CFF9;
}


/***********************  .form  ***********************/
.form .label {
    clear:left;
}
.form .form_item {
    clear: both;
}
.form .label_desc {
    clear:both;
    font-size: .9em;
    line-height: 1.5em;
}
.form .form_div {
    min-width: 276px;
}
.form button,
.form input,
.form select,
.form textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	vertical-align: middle; /* Improves appearance and consistency in all browsers */
    background-color: #ddd;
}
.form input[type="text"],
.form input[type="email"] {
	padding: 8px 8px 8px 35px;
}

.form input[type="text"],
.form input[type="email"] {
	padding: 8px 8px 8px 35px;
}

.form input[type="text"],
.form input[type="email"],
.form textarea {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	color: #000;
	border: 1px solid #fff;
	border-radius: 5px;
    min-width:230px;
}

.form input[type="text"].short {
    min-width: 45px;
    padding: 8px;
    width: 45px;
    text-align: center;
    
}

.form input[type="text"].medium {
    min-width: 120px;
    padding: 8px;
    width: 120px;
    text-align: center;
    
}

.form textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

.form .conditions {font-size:.75em;}

.form button,
.form input[type="button"],
.form input[type="reset"],
.form input[type="submit"] {
	background-image: linear-gradient(to top, #3A84B1 0%, #4F98C6 20px);
    border-radius: 15px;
    box-shadow: 0 0 2px rgba(200, 200, 200, 0.2);
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 5px 1em;
    text-align: center;
    text-shadow: 2px 2px 5px #3080B0;
    width: 150px;
    border-width: 0px;
    margin: 0 0 2em;
}
.form button.add-more {
    width: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 0 9px;
    margin: 4px 0 4px 8px;
}


.form .select_bg {
    background:url(images/arrow.png) right no-repeat #ddd;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	border: 1px solid #fff;
	border-radius: 5px;
    width: 250px;
    overflow:hidden;
}
.form select {
    background:transparent;
    width:275px;
    text-align:left;
    color: #000;
    padding: 8px;
    -webkit-appearance: none;
    border:none;
}
.form .select_bg_short {
    background:url(images/arrow.png) right no-repeat #ddd;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	border: 1px solid #fff;
	border-radius: 5px;
    width: 60px;
    overflow:hidden;
    margin: 0 1em 0 0;
}
.form .select_bg_short select {
    background:transparent;
    width:85px;
    text-align:left;
    color: #000;
    padding: 8px;
    -webkit-appearance: none;
    border:none;
}
.form .select_bg_medium {
    background:url(images/arrow.png) right no-repeat #ddd;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	border: 1px solid #fff;
	border-radius: 5px;
    width: 120px;
    overflow:hidden;
    margin: 0 1em 0 0;
}
.form .select_bg_medium select {
    background:transparent;
    width:145px;
    text-align:left;
    color: #000;
    padding: 8px;
    -webkit-appearance: none;
    border:none;
}

/***********************  .form  ***********************/


a.button_style {
    background-image: linear-gradient(to top, #3A84B1 0%, #4F98C6 20px);
    border-radius: 15px;
    box-shadow: 0 0 2px rgba(200, 200, 200, 0.2);
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 5px 1em;
    text-align: center;
    text-shadow: 2px 2px 5px #3080B0;
    width: 150px;
    border-width: 0px;
    margin: 0 auto 2em;
}

.search_form button {
    background: -webkit-linear-gradient(270deg, rgb(20, 167, 255) 0%, rgba(0, 96, 255, 0.870588) 89%), rgb(20, 167, 255);
    background-image:-webkit-linear-gradient(270deg, rgb(20, 167, 255) 0%, rgba(0, 96, 255, 0.870588) 89%);
    background-image: linear-gradient(180deg, rgb(20, 167, 255) 0%, rgba(0, 96, 255, 0.870588) 89%);
    background-color: rgb(20, 167, 255);
    color: #fff;
    font: 1em 'PT Sans';
    height: 26px;
    margin: 0;
    width: 130px;
    border: 1px solid #82cff9;
    border-radius: 0 4px 4px 0;
}
.search_form input[type="text"] {
    color: #444;
    font: 0.8em 'PT Sans';
    height: 24px;
    line-height: 26px;
    padding:0px 5px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color:#82cff9;
    border-radius: 4px 0 0 4px;
    box-shadow: rgb(159, 159, 159) 0px 0px 3px 1px inset;
}


/* responsive sizes */
@media all and (min-width: 641px) {
    textarea {
        min-width:280px;
        width: 60%;
    }
    
    .form .form_div, 
    .form .label_desc {
        margin-left:151px;
        width:450px;
    }
    .form .label {
        float:left;   
        padding: 8px 25px 0 0;
        text-align:right;
        width:125px;
    }
    input[type="text"] {width: 280px;}
    .form textarea {
        padding:8px;
        width:100%;
    }
    .search_form button {
        position: absolute;
        top:0;right:0px;
    }
    .search_form input[type="text"] {
        position:absolute;
        top:0;right:130px;
        margin: 0;
        width: 240px;
    }
}
@media all and (max-width: 640px) and (min-width: 480px), (max-width: 479px) {
	/* for both landscape and portrait modes on mobile */
    textarea {
        min-width:230px;
    }
    
    .form .form_div {
        margin-left:0;
        width:auto;
    } 
    .form .label,
    .form .label_desc { 
        padding: 0 0 8px 0;
        text-align:left;
        width: 100%;
        text-align: left;
    }
    input[type="text"] {width: auto;}
    .form textarea {
        padding:8px;
        width:258px;
    }
    .search_form button {
        float: left;
        top:0;right:0px;
    }
    .search_form input[type="text"] {
        position:relative;
        float: left;
        margin: 0;
        width: 50%;
        min-width: 159px;
        max-width: 200px;
    }
    
}
@media all and (max-width: 320px) {
    /* portrait only */
    #form_catpcha {margin-left:-20px;width:320px; overflow:hidden;}
    #support_form_catpcha {margin-left:-10px;width:320px; overflow:hidden;}
}


.h1denf0rmf1elD {
    display: none;
}
