* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    line-height: 1.7em;
}

.l-box {
    padding: 1em;
}

.header {
    margin: 0 0;
	background-color: #696969;
	position: fixed;
	width:100%;
	z-index:1;
}

    .header .pure-menu {
        padding: 0.5em;
		background-color: #696969;
    }

        .header .pure-menu li a:hover,
        .header .pure-menu li a:focus {
            background: none;
            border: none;
            color: #aaa;

        }

body .primary-button {
    background: #02a6eb;
    color: #fff;
}

.splash {
    margin: 2em auto 0;
    padding: 3em 0.5em;
    background: #eee;
}
    .splash .splash-head {
        font-size: 300%;
        margin: 0em 0;
        line-height: 1.2em;
    }
    .splash .splash-subhead {
        color: #999;
        font-weight: 300;
        line-height: 1.4em;
    }
    .splash .primary-button {
        font-size: 150%;
    }

	#scroll {
		height: 500px;
	}

.content .content-subhead {
    color: #999;
    padding-bottom: 0.3em;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 2px solid #8FBC8F;
    display: inline-block;
	margin-bottom: 10px;
}

.content .content-ribbon {
    margin: 3em;
    border-bottom: 1px solid #eee;
}

.ribbon {
    background: #eee;
    text-align: center;
    padding: 2em;
    color: #999;
}
    .ribbon h2 {
        display: inline;
        font-weight: normal;
    }

.footer {
    background: #111;
    color: #666;
    text-align: center;
    padding: 1em;
    font-size: 80%;
}

#shadowing
		{
		  display: none;
		  position: fixed;
		  top: 0%;
		  left: 0%;
		  width: 100%;
		  height: 100%;
		  background-color: #999;
		  z-index:10;
		  opacity:0.5;
		  filter: alpha(opacity=50);
		}
		#popup {
			display: none;
			z-index:20;
			margin: auto 40%;
			position: absolute;
			border-radius: 5px;
			background-color: #fff;
		}
		
		.logincontainer{
			max-width: 250px;
			margin: 10% auto;
			border-radius: 10px 10px 5px 5px;
			/*box-shadow: 5px 5px 5px #888888;
			background-color: #fff;
			border: 3px solid #2E8B57; */
		}
		
.form {
			/*background: white;*/
			border-radius: 0 0 5px 0;
			padding: 0 0px 20px 0px;
		}
		.forminput {
			width: 100%;
			margin-bottom: 10px;
			border-radius: 3px;
			box-shadow: 5px #ccc;
			border: 1px solid #ccc;
			font-size: 1em;
			padding: 7px;
		}
		.okbutton {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #d1d1d1) );
			background:-moz-linear-gradient( center top, #ededed 5%, #d1d1d1 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d1d1d1');
			background-color:#ededed;
			-webkit-border-top-left-radius:6px;
			-moz-border-radius-topleft:6px;
			border-top-left-radius:6px;
			-webkit-border-top-right-radius:6px;
			-moz-border-radius-topright:6px;
			border-top-right-radius:6px;
			-webkit-border-bottom-right-radius:6px;
			-moz-border-radius-bottomright:6px;
			border-bottom-right-radius:6px;
			-webkit-border-bottom-left-radius:6px;
			-moz-border-radius-bottomleft:6px;
			border-bottom-left-radius:6px;
			text-indent:0;
			border:1px solid #dcdcdc;
			display:inline-block;
			color:#777777;
			font-family:arial;
			font-size:13px;
			font-weight:bold;
			font-style:normal;
			height:30px;
			line-height:30px;
			width:100px;
			text-decoration:none;
			text-align:center;
			text-shadow:1px 1px 0px #ffffff;
		}
		.okbutton:hover {
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #ededed) );
			background:-moz-linear-gradient( center top, #d1d1d1 5%, #ededed 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ededed');
			background-color:#d1d1d1;
			cursor: pointer;
		}.okbutton:active {
			position:relative;
			top:1px;
		}
		label {
			font-size: 1em;
			font-weight: bold;
		}
		
.field {
	border-radius: 10px;
	border: 2px solid #ccc;
	background-color: #fff;
	padding: 20px;
	
}
.scroll {
	width: 100%;
	max-height: 400px;
	overflow : auto;
}
.htitle{
	font-size: 1em;
	text-transform:uppercase ;
	margin-top: 0px;
}