* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
	font-family: Tahoma, ​Geneva,​ sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
dt {
	display: block;
	width: 100%;
    padding: 0px 10px 10px 140px;
    position: relative;
}
dt:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
dt label {
    font-family: "Open Sans",sans-serif !important;
    font-weight: 400;
    position: absolute;
    top: 0px;
    left: 10px;
    cursor: pointer;
}
dt label span {
    color: #a40001;
}
a {
    font-family: "Open Sans",sans-serif !important;
    font-weight: 400;
    color: #a40001;
}
input[type="submit"] {
    background-color: #a40001;
    color: #fff;
    float: right;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 50px 6px 50px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    outline: medium none;
    border: 0px none #a40001;
}

input[type="text"],
input[type="password"],
select,
textarea {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    width: 100%;
    border-radius: 4px;
    line-height: 1.42857;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	box-shadow: 0 0 5px #999999;
	border-color: #999999;
	background: #fafafa;
	border-color: #999999;
	outline: none;
}
input.error,
select.error,
textarea.error {
    border: 1px solid #a40001;
}
input + label {
    left: 160px;
}
