#aside {
	border-bottom:1px solid #222 !important;
	margin-bottom:10px;
	overflow: hidden;
}

form input,
form textarea {
	color: #222;
}

form button, 
form div.submit input {
	background: #fff;
	color: #222;
	cursor: pointer;
}

form button:hover, 
form div.submit input:hover {
	background: #ccc;
	color: #222;
}

.scroller-modal.modal .modal-content {
	background: #000;
}

.scroller-modal.modal .modal-dialog button.close {
	color: #ccc;
}
