@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

html, body {
	width: 100%;
	height: 100%;
	
	font-family: arial, verdana, georgia;
	font-size: 12px;
	line-height: 200%;
	color: gray;
}

form,
form input {
	display: inline;
}

.form-content {
	position: relative;
}

.form-content input[type=image] {
	position: absolute;
	margin-top: -2px;
}

input {
	border: 0px;
	padding: 2px;
}

div#logo div#img {
	background: url('../images/youandwe.png') center top no-repeat;
	width: 320px;
	height: 80px;
	
	background-color: white;
	
	margin-bottom: 38px;
	margin-left: auto;
	margin-right: auto;
}

div#logo {
	background: url('../images/pattern.png') left top repeat-x;
	
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	
	text-align: center;
}
