body {
	background-image: url('../images/pattern_1.png');
	background-color: #e0e0e0;
}

.form-group, .help-block {
	margin-bottom: 0;
}

.form-horizontal .control-label {
	text-align: left;
}

.form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

#form-login ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer {
	text-align: center;
	font-size: 0.9em;
	color: #ccc;
	margin-bottom: 10px;
}

.panel, .alert {
	box-shadow: 0 0 5px #ccc !important;
	-webkit-box-shadow: 0 0 5px #ccc !important;
	-moz-box-shadow: 0 0 5px #ccc !important;
	-o-box-shadow: 0 0 5px #ccc !important;
	-ms-box-shadow: 0 0 5px #ccc !important;
}

.panel, 
.panel-heading, 
.alert, 
.list-group-item:first-child,
.list-group-item:last-child,
.table-bordered,
.breadcrumb,
.nav-tabs > li > a,
.well,
input[type=text],
input[type=password],
textarea,
.form-control,
.input-group-addon,
.el-finder,
.el-finder-nav a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}