.disabled {
   pointer-events: none;
   cursor: default;
   color:#C0C0C0;
}

body,div,input { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height: 100%;
}
body{
	font-family:'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #1d3c41;
	overflow-y: scroll;
}

#header {
	display: block;
	width:80%; 
	margin:auto;
}

#logo {
	display:block;
    padding: 30px 0 30px 0px; 
    text-align:left; 
}

#logo_image {
    content: url("./logo1.png");
    height: 120px;
    width:120px;
	margin-right: 20px; 
}

#imageDiv{
    float: left;
}
#logo h1 {
    font-size: 24px;
    color: #0093cd;
}
#logo h2 {
    font-size: 20px;
    font-weight: bold;
    color: #FF8800;
}


#main, #page_content
{ margin-left: auto; 
  margin-right: auto;}



#page_content
{ width: 880px;
  /*overflow: hidden;*/
  margin: 20px auto 0 auto;
  padding: 0 0 10px 0;} 
  
/* Header Style */
.codrops-top{
	float:right; 
	line-height: 24px;
	font-size: 14px;
	background: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 120px 10px;
	letter-spacing: 1px;
	color: #0093cd;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

.clr{
	clear: both;
}  
#wrapper{
	width: 80%;
	right: 0px;	
	margin: auto;	
	min-height: 550px; 
	position: relative;	
}

#wrapper h1{
	font-size: 48px;
	color: rgb(6, 106, 117);
	padding: 2px 0 10px 0;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
/** For the moment only webkit supports the background-clip:text; */
#wrapper h1{
    background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(18, 83, 93) , 
	rgb(18, 83, 93) 20px, 
	rgb(64, 111, 118) 20px, 
	rgb(64, 111, 118) 40px, 
	rgb(18, 83, 93) 40px);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

#wrapper h1:after{
	content: ' ';
	display: inline-block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0))); 
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}

#container2{
	position: absolute;
	top: 0px;
	width: 88%;	
	padding: 18px 6% 40px 6%;
	margin: 0 0 35px 0;
	background: rgb(247, 247, 247);
	border: 1px solid rgba(147, 184, 189,0.8);
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	   -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	-webkit-box-shadow: 5px;
	-moz-border-radius: 5px;
		 border-radius: 5px;
}
#container2{
   z-index: 22;
}

.container_title{
    font: normal 170% 'century gothic', arial;
    color: #445158;
	line-height: 35px;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 0px 0px 5px 0px;
} 

span{
    font:  bold 100% 'century gothic', arial;
    color: #ea8909;
	line-height: 35px;
	position: relative;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    padding: 0px 0px 5px 0px;
}

a {
	color: rgb(95, 155, 198);
    text-decoration: underline;
}


/** FOR IE  */

.lt8 #wrapper input{
	padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #wrapper h1{
	color: #066A75;
}

