/* Boxed Style */
.boxed {
}

.boxed .title {
	padding: 10px 15px;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Page */

#sidebar {
	padding-left: 1px;
}


/* Login */

#login {
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 145px;
}

