body {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: rgb(208, 196, 153); /* rgb(250, 225, 136) */
	margin:5em;
	padding: 80px;
	color: #000;
	background: url(/login/images/login_background_telenet.png) repeat-x 50% top;
}

p{
	margin:10px;	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
		
}

a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
/* ~~ Visual Background for longing ~~ */
.container {
	display: block;
	width: 580px; /* 720px */
	height: 280px;
	padding: 10px 10px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	/*background: -webkit-linear-gradient(#dec581, rgb(245, 224, 150)); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#dec581, rgb(245, 224, 150)); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#dec581, rgb(245, 224, 150)); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(#dec581, rgb(245, 224, 150)); /* Standard syntax  #f2f2f2 #d9d9d9 #e5d0cf, #d9c5c3   rgb(250, 225, 136), rgb(250, 239, 198) */
	/*border: 1px solid #f2f2f2;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
	-webkit-transition: border-color ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
	transition: border-color ease-in-out 0.5s, box-shadow ease-in-out 0.5s; 
	*/
}

.container-error {
	display: block;
	width: 580px; /* 720px */
	height: 280px;
	padding: 10px 10px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	/*background: -webkit-linear-gradient(#dec581, rgb(245, 224, 150)); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#dec581, rgb(245, 224, 150)); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#dec581, rgb(245, 224, 150)); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(#dec581, rgb(245, 224, 150)); /* Standard syntax #e5d0cf, #d9c5c3   rgb(250, 225, 136), rgb(250, 239, 198)*/
	/*border: 1px solid #f2f2f2;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 20px rgba(204, 0, 0, 0.5);
	box-shadow: 0px 2px 20px rgba(204, 0, 0, 0.5); 
	-webkit-transition: border-color ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
	transition: border-color ease-in-out 0.55s, box-shadow ease-in-out 0.5s;
	*/
}


.content-bkg-mid {
	display: block;
	width: 440px; /* 680px */
	height: 285px;
	padding: 20px 20px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background: -webkit-linear-gradient(#ffec92, #fff5c9); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffec92, #fff5c9); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffec92, #fff5c9); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffec92, #fff5c9); /* Standard syntax #ffc421, #FFFFFF */
	border: 1px solid #999999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.3);
}

.input {
	display: block;
	width: 200px;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 1.428571429em;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #999999;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


.label {
	color:#666666;
	display:block;
	font-size: 10pt;
    padding-bottom: 2px;
    margin-bottom: 0px;	
}

.biglabel {
	color: #444444 ;
	display:block;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 2px;	
}



/* ~~ miscellaneous float/clear classes ~~ */
.float-right {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.float-left{ /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.data-left {
	/* LOGO GOES HERE*/
	float: left;
	width: 180px; /* 340px */
	height: 180px;
	text-align: center;
	vertical-align: middle;
	margin-left:-70px;
	margin-top:7px;   /* 25px */
	border: 1px solid #999999;
	background-color: #ffc421;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.3);

}

.data-left-img {
	margin-top: 20px;
	height: 100px;
	width: 100px;
}

.data-right {
	/* TEXT INPUTS GO HERE */
	float:right;
	width: 240px;
	background-color:none;
	margin-left:20px;
	margin-right:20px;
	margin-top:8px;
	
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	background: -webkit-linear-gradient(#ccc, #eee); /* For Safari 5.1 to 6.0 #528fcc, #1f7099 */
	background: -o-linear-gradient(#ccc, #eee); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ccc, #eee); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ccc, #eee); /* Standard syntax */
	border: 1px solid #1a5e80;
	background-color:#ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-indent:0;
	display:inline-block;
	color:#555;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	text-shadow:-1px -1px 0px rgba(255, 255, 255, 0.3);
	margin-top:20px;
	margin-right: 0px;
	padding: 8px 40px;
	width:130px;
}
.btn:hover {
	background: -webkit-linear-gradient(#ddd, #eee); /* For Safari 5.1 to 6.0 #528fcc, #438ebf */
	background: -o-linear-gradient(#ddd, #eee); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ddd, #eee); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ddd, #eee); /* Standard syntax */
	border: 1px solid #1a5e80;
	background-color:#528fcc;
}
.btn:active {

}

.btn-login {
	margin: 0px;
    text-align: right;
    padding: 0px;
}

#feedback-message {
    display: flex;
    justify-content: center;
    align-items: center;
	visibility: visible;
	width: 400px;
	padding: 20px 20px;
	margin: 8px auto; /* the auto value on the sides, coupled with the width, centers the layout */
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.error-text {
    display: inline-block;
	font-size: 16px;
	font-weight:normal;
	color: #a94442;
}

.success-text {
    display: inline-block;
	font-size: 16px;
	font-weight:normal;
	color: #42a96d;
}

.hidden {
	display:none;
	visibility:hidden;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}



