.ctrmorada {
    float: left;
    padding: 10px;
    width: 290px;
}
.ctrmorada p {
    font-family: "Tahoma Bold";
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    padding: 0 10px;
}
.ctrmorada img {
    border: 1px solid #0D1621;
    height: 262px;
    margin-bottom: 10px;
    width: 288px;
}
#conteudos .ctrctr .ctrcontactform {
    float: right;
    padding: 10px;
    width: 300px;
}
#conteudos .ctrcontactform .top {
    background-image: url("../img/design/newsletter_top_2.png");
    background-repeat: no-repeat;
    height: 6px;
    overflow: hidden;
    width: 300px;
}
#conteudos .ctrcontactform .ctr {
   	background: #3f4042;
    margin: 0;
    width: 300px;
}
#conteudos .ctrcontactform h1 {
    color: #FFFFFF;
    font-family: 'BasicSansHeavySFBold';
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding: 0 20px 10px;
}
#conteudos .ctrcontactform .ctr p {
    color: #FFFFFF;
    font-family: "Tahoma Bold";
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding: 0 20px 5px;
}
.ctrcontactform form {
    margin: 0 auto;
    width: 269px;
}
.ctrcontactform form label {
    color: #CDD0D5;
    font-family: "Tahoma Bold";
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding: 10px 0 5px;
}
.ctrcontactform form input, .ctrcontactform form textarea {
    height: 18px;
    margin: 0 auto;
    resize: none;
    width: 267px;
    border: 1px solid white;
}
.ctrcontactform form textarea {
    height: 110px;
}
#conteudos .ctrcontactform form input[type="submit"] {
    background-color: #171717;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Tahoma Bold';
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 22px;
    line-height: 2;
    margin: 20px 0 20px 194px;
    text-align: center;
    width: 75px;
    border: none;
}
#conteudos .ctrcontactform .bot {
    background-image: url("../img/design/newsletter_bot_2.png");
    background-repeat: no-repeat;
    height: 6px;
    overflow: hidden;
    width: 300px;
}

.ctrcontactform form label.error {
	display: none !important;
}
.ctrcontactform form input.error,
.ctrcontactform form textarea.error  {
	border: 1px solid red;
}