@charset "utf-8";

*{
	list-style:none;
    list-style-type:none;
	margin:0;
    padding:0;
	}

.clearer {
clear:both;

}

html, body {
	height:80%;
	margin:0;
    padding:0;
    outline:none;
    border:0;
    list-style:none;
    list-style-type:none;
    text-decoration:none;
}


body {
	line-height: 1.3em;
	color:#737373;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
}

.wrap {
	width:310px;
	height:280px;
	position:absolute;
	left:50%;
	top:40%;
	margin-top: -75px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -155px;
 background: rgba(41, 128, 185,1.0);
 -webkit-box-shadow: 1px 1px 0px rgba(44, 62, 80,1.0);
 -moz-box-shadow:    1px 1px 0px rgba(44, 62, 80,1.0);
 box-shadow:         1px 1px 0px rgba(44, 62, 80,1.0);
	/*background-image: url(../_images/login/login_placeholder.png);*/
}


/*Form specific styling*/
#username, #password, #placeholder {
	height: 35px;
	width: 240px;
	margin: 5px 30px;
 padding-left: 5px;
}

.defaultText {
	width: 300px;
	color: #666;
}
	
.defaultTextActive {
	color: #CCC;
	font-style: italic;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
