div.info {
    display: none;
}
p, h1, h2, .box_2 p {
	color: #C0C0C0;
}
#sidebar-archives {
	display: none;
}
p {
	line-height: 20px;
}

.wpcf7-form input[type="submit"], .wpcf7-form input, .wpcf7-form input[type="text"], .wpcf7-form textarea, .wpcf7-form select {
	width: 380px;
	border-radius: 8px;
    font-family: "Times New Roman",Times,serif;
    font-size: 15px;
    line-height: 18px;
    min-height: 21px;
    padding: 10px;
    resize: none;
    border: 1px solid #242529;
    background: none repeat scroll 0 0 #333438;
    color: #fff;
margin-top: 5px;
}

.wpcf7-form input[type="submit"] {
	width: 400px;
	background-color: #AD3434;
}