fieldset {
    width: 245px;
    border:none;
    }

form {
    padding-right: 40px;
	float: right;
}

input.field {
margin: 2px 0 3px 0;
 padding: 1px 5px 0 5px;
    width: 175px;
    height: 17px;
    border-color:c12013;
/*
 border: 1px solid #B54000;
*/
    background: #fff
}

input.tlac {
    width: 70px;
    height: 18px;
    background: #c12013;
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

textarea.text {
    padding: 5px;
    margin-bottom: 5px;
    width: 175px;
    height: 80px;
}

address {
padding: 10px 0 10px 0;
    font-style: normal;
    width: 220px;
    margin-top: 15px;
}

address.nodots {
    background: none
}

address a {
    color: #C40009
}

address strong.big {
    font-family: Arial, Helvetica, sans-serif;
    color: #C40009
}

address span.little {
    line-height: 14px
}

input, textarea {
    font-family: "Courier New", Courier, monospace;
    font-size: 13px
}

input.tlac {
    font-family: Arial, Tahoma, Verdana, Helvetica;
    font-size: 11px;
	background: #c12013
}

input.tlac:hover {
    background: #c12013
}

#map {
    position: absolute;
    top: 140px;
    left: 200px
}
