body {
    background-color: #000000;
    font-family: "Calibri", sans-serif;
}

.btn-info {
	color: #fff;
	background-color: #008000;
	border-color: #008000;
	width: 50% !important;
}

.btn-info:hover, .btn-info:focus {
	color: #fff;
	background-color: #008000;
	border-color: #008000;
}

.box-holder {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	text-align: left;
	width: 320px;
	margin-left: -155px;	
}

.form-control {
	height: 24px;
	font-size: 12px;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;	
}

.has-error .help-block {
	font-size: 12px;
}

p.lead {
	text-transform: uppercase;
}

a {
	color: #c56300;
}

a:hover {
	color: #c56300;
}

.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;	
}

.alert-danger {
	background-color: red;
	color: #ffffff;
}

.alert-success {
	background-color: green;
	color: #ffffff;
}