@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/ots-bg.png);
	background-repeat: repeat;
	background-size: cover;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}

h10 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
.class1 {
	color: #333;
	font-size:24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
.class2 {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.class3 {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
}
.class4 {
	display: none;

}
.class5 {
	color: #F00;
	font-weight: bold;
}
.class6 {
	font-size: x-small;
	vertical-align: middle;
}
.class7 {
	vertical-align: middle;
	float: right;
}
.class8{
	background-color:#CCC;
}

a img { 
	border: none;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #C00;
}

.header {
	height: 90px;
	float: left;
	width: 100%;
	background-size: cover;
	background-color: #000;
}

.div {
	position: inherit;
	clear: both;
	background-color: #494949;
	height: 15px;
}

.login {
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	padding: 18px;
	width: 250px;
	height: 100px;
	background: white;
	text-align: center;
	margin: auto;
	position: absolute;
	top: -300px;
	left: 0;
	bottom: 0;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
}

.login2 {
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	padding: 18px;
	width: 250px;
	height: 100px;
	background: white;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 80px;
	left: 0;
	bottom: 0;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
}

.footer2 {
	position: fixed;
	bottom:0%;
	background-color: #494949;
	height: 165px;
	width: 100%;
	padding: 15px
}

.button_mod {
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: right;
	margin-top: 0px;
	padding: 0px;
	width: 150px;
}
.reg {
	border-radius: 15px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	padding: 10px;
	height: 54px;
	width: 180px;
	background: white;
	text-align: center;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}


/* alemlube*/
.headerA {
	height: auto;
	float: left;
	width: 100%;
	/* [disabled]background-size: cover; */
	/*background-image: url(../images/header-bg.gif);*/
}
.header_con_right{
	float:right; 
	padding-right: 45px;
 	padding-top: 25px;
	
	/**font: 16px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif; **/
 }
.header_con_right a {
	display: block; 
	font-size:22px; 
	color: #000; 
	font-weight: bold; 
	text-decoration: none; 
	text-align:right;	
	padding-top: 0px;
	margin-top: -7px;
}
.header_con_right a.top-mail{ 
	font-size:16px; 
	color:#8e8e8e; 
	padding-top:20px;	
}
.header_con_right a span { 
	color:black; 
	display:inline-block; 
	vertical-align:middle; 	
}
.header_con_right h1{ 
	color: black; 
	font-weight: bold; 
	font-size:28px;
	text-align:right;
	padding-right: 0px;
}
.regA {
	border-radius: 15px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	padding: 10px;
	height: 60px;
	width: 180px;
	background: white;
	text-align: center;
	position: absolute;
	top: 130px;
	bottom: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.loginA {
	border-radius: 15px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	padding: 25px;
	width: 300px;
	height: 130px;
	background: white;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
}