/* Content styling */

.content,#title,#subtitle {
	width: 320px;
}
.innercontent {
	width: 310px;
}

/* Information block styling */

#info {
	width: 260px;
	background: #fff url(img/user1_lock.gif) no-repeat scroll 10px center;
}

/* Form styling */

form {
	width: 240px;
}
label {
	width: 100%;
}
input,select {
	width: 100%;
	margin-bottom: 10px;
}
