body {
	background-color: #121848;
}
#wrapper {
	min-height: 550px;
	height: auto !important;
	height: 550px;
	padding-top: 50px;
	background:url("../images/bg_login.jpg") repeat-y;
}
#content * {
	color: #FFFFFF;	
}
#content {
	width: 360px;
	height: 360px;
	margin: 0px auto 50px auto;
	padding: 50px;
	border: #9B85A8 solid 1px;	
}
form {
	padding-top: 20px;	
}
p.info {
	margin-top: 10px;
	padding: 3px;
	background-color: #A40144;
	text-align: center;	
}
p.clearfix * {
	float: left;
}
p.clearfix span {
	display: block;
	width: 110px;
	text-align: right;
	padding-right: 20px;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
#content input, #content select {
	height: 18px;
	border: #A3A3A3 solid 1px;
	color: #000000;
}
#content input {
	width: 228px;
}
#content select {
	width: 170px;
}
#content input.sbmt {
	width: 80px;
	margin-left: 50px;
	background-color: #121848;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
/* Benvinguda */
#usuari {
	padding: 5px 5px 5px 75px;
	border-top: #FFFFFF dotted 1px;
	border-bottom: #FFFFFF dotted 1px;
	line-height: 20px;
}
#usuari span {
	padding-left: 15px;
}
#usuari strong {
	padding-right: 15px;
}
#usuari p {
	padding: 0px 0px;
	font-size: 12px;
}
#benvinguda {
	border-bottom: #FFFFFF dotted 1px;
	margin-top: 15px;
}