h2 {
    padding: 0;
    margin-top: 0px;
}

h2 span {
    color: #ADADAD;
}

a {
    text-decoration: none;

    font-weight: bold;
    color: #27394F;
 }

a:hover {
    text-decoration: underline;
 }

table td {
    vertical-align: top;
}

input, textarea {
    border: 1px solid #FF9800;
    background: #444;

    color: white;
}

.alert {
    color: #7AB6F4;
    font-weight: bold;
}

.order-form textarea {
    width: 300px;
    height: 200px;
}


.order-form input.text {
    width: 300px;
}

.vodnik {
	float: right;
	margin-right: 22px;
	margin-top: 12px;
	position: relative;
}
