@charset "utf-8";
/* CSS Document */

#contact_us .wrapper_collapse .column
{
	text-align: left;
	margin: auto;
    margin-top: 0;
}

#contact_us label
{
	font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    margin: 10px 0px;
    color: #55555a;
	display: inline-block;
    max-width: 100%;
}

#contact_us label.required:after {
    content: '*';
    display: inline;
    color: #c02222;
    font-size: 16px;
}

#contact_us .error
{
    color: #f00a0a;
	font-size: 12px;
	display: none;
}

#contact_us input[type=text].errorBox, #contact_us textarea.errorBox
{
	border: solid thin red;
}

#contact_us input[type=text], #contact_us textarea
{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #55555a;
	background-color: #f2f2f5;
    background-image: none;
    border: 1px solid #d2d2d5;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.sendButton
{
	font-size: 14px;
    line-height: 38px;
    padding: 0 20px;
    background: #3e4148;
    color: #ffffff;
    margin-top: 17px;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
}

.sendButton:hover
{
	background:#555962;
}