body {
	padding: 0;
	margin: 0;
	color: #181818;
	font-family:"Helvetica Neue", Arial, sans-serif;
      font-weight:100;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;*/
}
a:link {
	color: #203470;
}
a:visited {
	color: #203470;
}
a:hover {
	color:#203470;
}
a:active {
	color: #203470;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#container-main{
	width:100% !important;
	text-align:center !important;
}
#container-login {
	width: 900px;
	height: 400px;
	margin: 0 auto;
	position:relative;
	text-align:center;
	top: 50%;
	top: 25%\0/ !important; /* IE 8-9 */
	left: 50%;
	left: 15%\0/ !important; /* IE 8-9 */
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#bg-login{
position:absolute;
width:100%;
height:100%;
background-image:url('../images/login.png');
background-repeat: no-repeat;
-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
box-shadow: 0 0 15px rgba(0,0,0,0.6);
opacity: 0.98;
}

#bg-text{
width:400px;
margin:0 auto;
margin-top:10%;	
}
/* ----------- stylized ----------- */
/*#stylized {
	border: solid 1px #999999;
	background: rgba(255,255,255,0.85);
}*/
#stylized h1 {
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 8px;
}
#stylized p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	/*border-bottom: solid 1px #999999;*/
	padding-bottom: 10px;
}
#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
	vertical-align:none;
}
#stylized .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}
#formcontent input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #999999;
	width: 200px;
	margin: 5px 0 0 10px;
}
/*
#stylized input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #999999;
	width: 200px;
	margin: 5px 0 0 10px;
}
*/
#stylized select {
	float: left;
	font-size: 12px;
	padding: 6px 2px;
	border: solid 1px #999999;
	width: 205px;
	margin: 2px 0 20px 10px;
}
#stylized button {
	clear: both;
	margin-left:100px;
	-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, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	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: #333333;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 40px;
	line-height: 30px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #ffffff;
}
#stylized button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
#stylized .password {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 100%;
	margin-right:5px;
}

p, h1, form, button {
	border: 0;
	margin: 0;
	padding: 0;
}
.spacer {
	clear: both;
	height: 1px;
}
/* ----------- My Form ----------- */
.myform {
	margin: 0 auto;
	width: 400px;
	padding: 14px;
}

/*-------- New ----------*/
#bg-container{
	width: 900px;
	height: 430px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 22%;
}
#bg-window{
	width:100%;
	height:100%;
	position:inherit;
}
#wincoll{
	width:45%;
	height:100%;
	float:left;
	text-align:center;
	position:relative;
}
#wincolr{
	width:55%;
	height:100%;
	float:right;
	text-align:center;
}

.boxshadow{
top: 10px;
bottom: 10px;
left: 0;
right: 50%;
-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
-moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
box-shadow: 0 0 15px rgba(0,0,0,0.6);
}

.colltext{
width:300px;
margin:0 auto;
margin-top:50%;
}
.colltext >span{
width:200px;
}
.colltext h1{
font-weight:lighter;
font-size:60px;
padding-bottom:30px;
}
/*.colverticalsh{
	-webkit-box-shadow: 0px 10px 10px -2px #333;
	-moz-box-shadow: 0px 10px 10px -2px #333;
    box-shadow: 0px 10px 10px -2px #333;
}*/
.coltextfooter{
bottom:0;
font-size:10px;
text-align:center;
margin:0 auto;
margin-top:350px;
}
.footer, .push  {
    position:absolute;
    bottom:0;
    width:100%;
    height:40px;
    line-height:7px;
    background:#0094ff;
}

/*** For IE 7 and up ***/

#container-login {
	width: 900px;
	height: 400px;
	margin: 0 auto;
	position: absolute;
	text-align:center;
	top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}