@import "jquery-ui.css";

body{ margin: 0px; }

.main
{
	width: 100%;
	height: 100%;
	min-width: 500px;
	min-height: 1000px;
	left: 0px;
	top: 0px;
	position: absolute;
	background: #6E84D6;
}
.title
{
	width: 100%;
	height: 110px;
	left: 0px;
	top: 0px;
	position: absolute;
	background: #FFF;
	z-index: 120;
}
.title_center
{
	margin: 0 auto;
	width: 700px;
	height: 100%;
}
.title_img
{
	float: left;
	margin-top: 10px;
	cursor: pointer;
}
.title_text_1
{
	font: 15px Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	color: #00284D;
	text-align: center;
}
.title_text_2
{
	font: 12px Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	color: #00284D;
	text-align: center;
}
.div_content_center
{
	margin: 0 auto;
	width: 700px;
}
.div_content
{
	width: 700px;
	height: 100%;
	min-height: 750px;
	/* background: #6E84D6; */
	position: absolute;
	z-index: 110;
}
.div_forma
{
	width: 600px;
	margin: 0 auto;
	margin-top: 150px;
	position: relative;
}
.div_testing_name
{
	width: 600px;
	margin: 0 auto;
	margin-top: 150px;
	font: 13px Verdana, sans-serif;
	letter-spacing: 0.2px;
	color: #fff;
	text-align: center;
	
}
.forma_background
{
	margin: 0 auto;
	left: 0px;
	top: 0px;
	border: 1px solid #dddddd;
	/* background: url('../fone2.gif') repeat; */
	background: url('../fone.png') repeat;
	border-bottom: 1px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.9;
	position: absolute;
}
.forma_background_check
{
	width: 500px;
	height: 480px;
	margin: 0 auto;
	left: 0px;
	top: 0px;
	border: 1px solid #dddddd;
	/* background: url('../fone2.gif') repeat; */
	background: url('../fone.png') repeat;
	border-bottom: 1px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.9;
	position: absolute;
}
.forma
{
	width: 490px;
	margin: 0 auto;
	margin-top: 3px;
	margin-left: 3px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.forma_check
{
	width: 99%;
	margin: 0 auto;
	margin-top: 3px;
	margin-left: 3px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.table_input
{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: gray 1px solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	font: 20px Verdana, sans-serif;
}
.table_input_active
{
	width: 99%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: gray 2px solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 2px 10px #6E84D6, inset 0px 0px 0px #ffffff;
	-moz-box-shadow: 0px 2px 10px #6E84D6, inset 0px 0px 0px #ffffff;
	box-shadow: 0px 2px 10px #6E84D6, inset 0px 0px 0px #ffffff;
}
.table_tr
{
	margin-top: 55px;
	padding: 12px;
}
.table_td, .table_td_check
{
    border-right: 0px;
    padding: 2px;
	background: #FFD200;
	vertical-align: top;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
.table_td_check2
{
    border-right: 0px;
    padding: 2px;
	background: #E9E9E9;
	vertical-align: top;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	vertical-align: middle;
}
.table_td_check a
{
	margin-left: 5px;
	font: 10px Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.table_td_check span, .table_td_check div
{
	margin-left: 5px;
	font: 13px Verdana, sans-serif;
	letter-spacing: 0.2px;
}
.table_td_check2 span, .table_td_check2 div
{
	margin-left: 5px;
	font: 13px Verdana, sans-serif;
	letter-spacing: 0.2px;
}
.table_td div
{
	margin-left: 5px;
	font: 13px Verdana, sans-serif;
	letter-spacing: 0.1px;
}
.table_td a
{
	margin-left: 5px;
	font: 15px Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.submit_disable
{
	text-decoration: none;
	text-align: center;
	padding: 2px 15px; 
	border: solid 1px #444444; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	font: 15px Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ffffff; 
	background: #999999;
	background-color: #999999;
	-webkit-box-shadow: inset 0px 0px 1px #ffffff;
	-moz-box-shadow: inset 0px 0px 1px #ffffff;
	box-shadow: inset 0px 0px 1px #ffffff;
	opacity: 0.3;
}
.submit_active
{
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 2px 15px; 
	border: solid 1px #444444; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	font: 15px Verdana, Geneva, sans-serif; 
	font-weight: bold; 
	color: #ffffff; 
	background: #cc3300;
	background-color: #cc3300;
	-webkit-box-shadow: inset 0px 0px 1px #ffffff;
	-moz-box-shadow: inset 0px 0px 1px #ffffff;
	box-shadow: inset 0px 0px 1px #ffffff;
}
.div_submit
{
	float: left;
	margin-top: 4px;
}
.div_submit_2
{
	float: right;
	margin-top: 4px;
}
.span_answer {
	cursor: pointer;
}
.span_answer:hover {
	background: #fff;
}

.div_count
{
	right: 0px;
	top: 120px;
	line-height: 18px;
	font: 12px Verdana, Geneva, sans-serif;
	text-align: right;	
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
	position: absolute;
}
.bottom_hr
{
	width: 700px;
	left: 0px;
	bottom: 60px;
	position: absolute;
}
.div_error_click
{
	left: 0px;
	bottom: 75px;
	line-height: 18px;
	font: 15px Verdana, Geneva, sans-serif;
	text-align: left;
	letter-spacing: 0.5px;
	color: #fff;
	position: absolute;
	margin-left: 4px;
	color: #fff;
	cursor: pointer;
}
.div_error_click:hover
{
	text-decoration: underline;
}
.thanks_div_1
{
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-image: none;
	border-style: none;
	border-color: transparent;
	background: #FFFDFA;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: absolute;
}
.thanks_div_2
{
	position: relative;
	top: 30%;
	color: #374470;
	text-decoration: none;
	text-align: center; 
	padding: 11px 32px;
	font: 40px Verdana, Geneva, sans-serif; 
	font-weight: bold;
}

.img
{
	left: 0px;
	bottom: 0px;
	position: absolute;
	cursor: pointer;
}
.div_img_pfd_1
{
	left: 0px;
	bottom: 150px;
	line-height: 18px;
	font: 12px Verdana, Geneva, sans-serif;
	text-align: left;
	letter-spacing: 0.5px;
	color: #fff;
	position: absolute;
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
.div_img_pfd_2
{
	left: 0px;
	bottom: 100px;
	line-height: 18px;
	font: 12px Verdana, Geneva, sans-serif;
	text-align: left;
	letter-spacing: 0.5px;
	color: #fff;
	position: absolute;
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
.div_img_pfd_a
{
	opacity: 0.6;
}
.div_img_pfd_a:hover
{
	opacity: 1;
}
.contact
{
	right: 0px;
	bottom: 0px;
	text-align: right;
	font: 11px/1.4 Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
	position: absolute;
}
.contact2
{
	left: 0px;
	bottom: 25px;
	text-align: right;
	font: 11px/1.4 Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;
	color: #fff;
	position: absolute;
}
.div_error
{
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
}
.div_error_center
{
	width: 70%;
	margin: 0 auto;
}


/*-----------------------------------------------*/
.file_upload{
    position: relative;
    overflow: hidden;
    font-size: 1em;        /* example */
    height: 2em;           /* example */
    line-height: 2em       /* the same as height */
}
.file_upload > button{
    float: right;
    width: 8em;            /* example */
    height: 100%
}
.file_upload > div{
    padding-left: 1em      /* example */
}
@media only screen and ( max-width: 500px ){  /* example */
    .file_upload > div{
        display: none
    }
    .file_upload > button{
        width: 100%
    }
}
.file_upload input[type=file]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;     /* IE 9 fix */
    -ms-transform: scale(20); /* IE 9 fix */
    opacity: 0;
    cursor: pointer
}

/* Making it beautiful */

.file_upload{
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: box-shadow 0.1s linear
}
.file_upload.focus{
    box-shadow: 0 0 5px rgba(0,30,255,0.4)
}
.file_upload > button{
    background: #7300df;
    transition: background 0.2s;
    border: 1px solid rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-shadow: #6200bd 0 -1px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.file_upload:hover > button{
    background: #6200bd;
    text-shadow: #5d00b3 0 -1px 0
}
.file_upload:active > button{
    background: #5d00b3;
    box-shadow: 0 0 3px rgba(0,0,0,0.3) inset
}
.hint
{
	margin: 0px 0px auto;
    border-color: #F8C83E;
    border: 1px solid #F8C83E;
	border-top-width: 1px;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px #FFF inset;
    background-color: #F8D56F;
    text-align: center;
    font-family: sans-serif;
	text-decoration: none;
    color: #444;
    font-size: 13px;
	opacity: 0.8;
}