label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}

label {
	opacity:0.7;
}

legend {
	font-family: "Franklin Condensed ITC Pro Med","Trebuchet MS",Verdana,sans-serif;
	font-size: 25px;
}

body {
	background: #7094AA
}

.well, .form-actions {
	background-color: white;
}

.form-horizontal .control-label {
    padding-top: 0px;
}


span.error {
    color: red;
    font-weight: bold;
    margin-top: 2px;
    padding: 2px 8px;
    line-height: 28px;
    opacity: 0.7;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    cursor: pointer;
}

select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 28px;
}

label, input, button, select, textarea {
    line-height: 28px;
}

.btn-primary {
    background-color: #006DCC;
}

pre {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #FAA41A;
}

img {
max-width: 100%;
width: auto;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}

.img-ios {
	padding: 4px;
	background-color: #7094AA;
}