@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 200;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../font/RobotoCondensed-Regular.ttf") format('truetype');
}

body {
	background:#e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0;
	}
a {
	text-decoration:none;
	}
ul, li {
	list-style-type:none;
	}	
.cle {
	clear:both;
	margin:0;
	padding:0;
	}
.main {
	margin:10px auto 10px auto;
	padding:0;
	width:1050px;
	height:auto;
	background:#F4F4F4;
	border:1px solid #c4810d;
	}
.main1 {
	margin:10px auto 10px auto;
	padding:0;
	width:1050px;
	min-height:550px;
	background:#F4F4F4;
	border:1px solid #c4810d;
	}
	
.full {
	margin:10px auto 0 auto;
	padding:0;
	width:1050px;
	height:auto;
	background:#F4F4F4;
	border:1px solid #7c3cdc;
	margin-bottom:20px;
	}	
		
.header {
	width:100%;
	height:auto;
	background:#7c3cdc;
	text-align:center;
	padding: 0 0 10px 0;
	}
.header img {
	float: left;
  padding: 15px;
  width: 116px;
	}		
.header h3 {
	margin:0;
	color:#fff;
	font-size:35px;
	font-weight:600;
	padding:10px 0 0 0;
	text-transform:uppercase;
	font-family:"roboto Condensed";
	}	
.header h2 {
	margin:0;
	color:#000;
	font-size:23px;
	font-weight:300;
	padding:0px 0 0 0;
	}	
.header h2 span {
	font-weight:600;
	font-size:31px;
	}		
.header p {
	color:#fff;
	line-height:22px;
	margin:0;
	font-size:19px;
	padding-bottom: 5px;
	}	
.apply {
	float:left;
	width:260px;
	height:300px;
	margin:20px 0 0 20px;
	position:fixed;
	}
	.apply1 {
	float:left;
	width:260px;
	height:300px;
	margin:20px 0 0 20px;
	}
.apply1 ul {
	padding:0;
	margin:0;
	}		

.apply ul {
	padding:0;
	margin:0;
	}
.apply2 {
	float:left;
	width:400px;
	height:300px;
	margin:20px 0 0 20px;
	}
.apply2 ul {
	padding:0;
	margin:0;
	}	
		
.message1 {
	float:right;
	width:600px;
	}		

.message {
	float:right;
	width:700px;
	margin-top:60px;
	}		
.message p {
	font-size:25px;
	margin-left:10px;
	color:#B31F04;
	}		
.log {
	float:right;
	height:auto;
	width:730px;
	margin:20px 20px 10px 0;

	}
.log h3 {
	color:#5F5F5F;
	background:#DFDFDF;
	margin:2px;
	padding:5px;
	}
.log h2 {
	color:#CF1E0A;
	margin:25px 0 5px 0;
	}	
.log p {
	line-height:22px;
	color:#515151;
	margin:5px 0 10px 0;
	}
.log p b {
	color:#1D1D1D;
	}	
.note {
	
	}
.note ul li {
	padding-bottom:15px;
	line-height:20px;
	color:#4D4D4D;
	}					
.apply h2 {
	text-align:center;
	background:#fcab21;
	margin:2px;
	color:#fff;
	padding:10px 0;
	text-shadow:1px 1px 5px #969696;
	}	
	
.push_button {
	position: relative;
	width:240px;
	height:40px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:43px;
	font-family:'Oswald', Helvetica;
	display: block;
	margin: 2px 10px 25px 10px;
}
.push_button:before {
	background:#f0f0f0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#d0d0d0));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
	
	position: absolute;
	content: "";
	left: -6px; right: -6px;
	top: -6px; bottom: -10px;
	z-index: -1;
}

.push_button:active {
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
	top:5px;
}
.push_button:active:before{
	top: -11px;
	bottom: -5px;
	content: "";
}
.push_button1 {
	position: relative;
	width:150px;
	height:40px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:43px;
	font-family:'Oswald', Helvetica;
	display: block;
	margin: 2px 10px 25px 10px;
}
.push_button1:before {
	background:#f0f0f0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#d0d0d0));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
	
	position: absolute;
	content: "";
	left: -6px; right: -6px;
	top: -6px; bottom: -10px;
	z-index: -1;
}

.push_button1:active {
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
	top:5px;
}
.push_button1:active:before{
	top: -11px;
	bottom: -5px;
	content: "";
}

.red {
	text-shadow:-1px -1px 0 #A84155;
	background: #D25068;
	border:1px solid #D25068;
	
	background-image:-webkit-linear-gradient(top, #F66C7B, #D25068);
	background-image:-moz-linear-gradient(top, #F66C7B, #D25068);
	background-image:-ms-linear-gradient(top, #F66C7B, #D25068);
	background-image:-o-linear-gradient(top, #F66C7B, #D25068);
	background-image:linear-gradient(to bottom, #F66C7B, #D25068);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
}

.red:hover {
	background: #F66C7B;
	background-image:-webkit-linear-gradient(top, #D25068, #F66C7B);
	background-image:-moz-linear-gradient(top, #D25068, #F66C7B);
	background-image:-ms-linear-gradient(top, #D25068, #F66C7B);
	background-image:-o-linear-gradient(top, #D25068, #F66C7B);
	background-image:linear-gradient(top, #D25068, #F66C7B);
}

.blue {
	text-shadow:-1px -1px 0 #2C7982;
	background: #3EACBA;
	border:1px solid #379AA4;
	background-image:-webkit-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:-moz-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:-ms-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:-o-linear-gradient(top, #48C6D4, #3EACBA);
	background-image:linear-gradient(top, #48C6D4, #3EACBA);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
}

.blue:hover {
	background: #48C6D4;
	background-image:-webkit-linear-gradient(top, #3EACBA, #48C6D4);
	background-image:-moz-linear-gradient(top, #3EACBA, #48C6D4);
	background-image:-ms-linear-gradient(top, #3EACBA, #48C6D4);
	background-image:-o-linear-gradient(top, #3EACBA, #48C6D4);
	background-image:linear-gradient(top, #3EACBA, #48C6D4);
}	
	
.body {
	border:1px solid #7c3cdc;
	width:97%;
	margin:7px auto;
	padding:5px;
	}	
.body h4 {
	text-align:center;
	background:#7c3cdc;
	padding:10px 0;
	margin:0;
	color:#fff;
	font-size:25px;
	font-weight:500;
	}
.body h4 span {
	margin-left:203px;
	}	
.body h4 a {
	color:#7c3cdc;
	font-size:17px;
	float:right;
	margin-right:10px;
	background:#fff;
	padding:5px 15px;
	border-radius:5px;
	}	
.body h3 {
	text-align:center;
	padding:10px 0;
	margin:0;
	color:#7c3cdc;
	font-size:19px;
	font-weight:600;
	}
.body h5 {
	text-align: center;
    padding: 0px 0;
    margin: 0;
    color: #000;
    font-size: 18px;
	}			
.from {
	float:left;
	width:72%;
	margin-top:10px;
	}	
table.table {
	margin-top:10px;
	}	
	
table.table td {
	text-align:left;
	font-weight:300;
	padding-bottom:15px;
	}	
input.box {
	width:380px;
	padding:8px;
	border:1px solid #7c3cdc;
	transition:all 0.2s ease-in-out;
	}	
input.box:hover {
	box-shadow:0 0 5px #7c3cdc;
	}	
input.box:focus {
	box-shadow:0 0 7px #7c3cdc;
	}	
input.box:active {
	box-shadow:0 0 5px #7c3cdc;
	}	
textarea.box {
		width:380px;
		height:65px;
	padding:8px;
	border:1px solid #7c3cdc;
	transition:all 0.2s ease-in-out;

	}	
textarea.box:hover {
	box-shadow:0 0 5px #7c3cdc;
	}	
textarea.box:focus {
	box-shadow:0 0 7px #7c3cdc;
	}	
textarea.box:active {
	box-shadow:0 0 5px #7c3cdc;
	}	
select.box {
		width:398px;
	padding:7px;
	border:1px solid #7c3cdc;
	transition:all 0.2s ease-in-out;

	}	
select.box:hover {
	box-shadow:0 0 5px #7c3cdc;
	}	
select.box:focus {
	box-shadow:0 0 7px #7c3cdc;
	}	
select.box:active {
	box-shadow:0 0 5px #7c3cdc;
	}	
input.box1 {
		width:188px;
	padding:5px;
	border:1px solid #0F8097;
	transition:all 0.2s ease-in-out;

	}	
input.box1:hover {
	box-shadow:0 0 5px #0F8097;
	}	
input.box1:focus {
	box-shadow:0 0 7px #0F8097;
	}	
input.box1:active {
	box-shadow:0 0 5px #0F8097;
	}	
select.box2 {
		width:80px;
	padding:5px;
	border:none;
	transition:all 0.2s ease-in-out;

	}	
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color:#0F8097;
}	
input.box3 {
		width:160px;
	padding:5px;
	border:none;
	height: 26px;

	}
input.box4 {
		width:90px;
	padding:5px;
	border:none;
	height: 26px;

	}	
	table.tab {
		border-color:#0F8097;
		}	
table.tab td {
	padding:3px;
	}	
.hhh {
	width:100%;
	}	
.upload {
	width:27%;
	float:right;
	}	
table.Deputed {
	margin:10px auto;
	text-align:center;
	}	
table.photo {
	margin:0 auto;
	text-align:center;
	}	
table.photo img.img {
	height:130px;
	width:100px;
	border:2px solid #0C779A;
	}	
.sig {
	height:25px;
	width:150px;
	border:2px solid #0c779a;
	margin:0 auto;
	}	
	
input.pass {
	width:400px;
	padding:7px;
	}	
.apply3 {
	width:450px;
	height:300px;
	margin:20px auto 0 auto;
	}
	
.apply3 table td {
	padding:0 0 35px 0;
	}	
.apply3 h2 {
	color:#C41D0B;
	font-weight:100;
	font-family:"Bell MT";
	font-size:33px;
	}
table.aa {
	margin-bottom:20px;
	}		
table.aa td {
	text-align:center;
	}	
	
ul.back li {
	display:inline-block;
	}	
	
	
select.bo {
		width:200px;
	padding:5px;
	border:1px solid #D4D4D4;
	transition:all 0.2s ease-in-out;

	}	
select.bo:hover {
	box-shadow:0 0 5px #BCBCBC;
	}	
select.bo:focus {
	box-shadow:0 0 7px #BCBCBC;
	}	
select.bo:active {
	box-shadow:0 0 5px #BCBCBC;
	}	
	
.appl3 {
	width:450px;
	height:300px;
	margin:20px auto 0 auto;
	}
	
.appl3 table td {
	padding:0 0 15px 0;
	}	
.appl3 h2 {
	color:#C41D0B;
	font-weight:100;
	font-family:Georgia;
	font-size:27px;
	}
	
input.show {
	background:#fcab21;
	cursor:pointer;
	border:none;
	border-radius:4px;
	padding:8px 18px;
	color:#fff;
	transition:all 0.3s ease-in-out;
	font-size:16px;
	}	
input.show:hover {
	background:#c4810d;
	}	
.app3 {
	width:1000px;
	min-height:300px;
	margin:20px auto 0 auto;
	}
.app3 table th {
	font-size:17px;
	padding:5px 0;
	color:#4B4B4B;
	}	
.app3 table td {
	padding:5px 0;
	text-align:center;
	}	
.app3 h4 {
	color:#3A3A3A;
	margin:3px 0;
	}	
.app3 h2 {
	color:#700;
	margin:7px 0;
	}	
.app3 table {
	margin-bottom:20px;
	}	
	
	
	
.ddee {
	background:url(../image/no_back.gif) no-repeat;
	background-size:cover;
	}	
.ddee marquee {
	color:#fff;
	padding:7px 0;
	font-size:25px;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	