div#contact {
    width: 100%;
    margin: 0;
}

div#top {
    height: 64px;
	background: #e6e1c2;
	 border-radius: 10px 10px 0 0;
	 -moz-border-radius: 10px 10px 0 0; /* Для Firefox 3 */
     -webkit-border-radius: 10px 10px 0 0; /* Для Safari 4 и Chrome */
	border-bottom: 1px solid rgba(51,51,51,0.3);
  border-top: 1px solid rgba(255,255,255,0.6);
}

div#top h1 {
    font-family: Verdana, Arial;
    font-size: 22px;
    font-weight: normal;
    padding: 5px 0 0 20px;
    color: #630;
}

div#center {
    background-image: linear-gradient(top,#d5cea6, #b7ad70);
	background-image: -o-linear-gradient(top,#d5cea6, #b7ad70);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d5cea6),color-stop(1,#b7ad70));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 ); /* IE6-9 */
	 border-radius:0 0 10px 10px;
	 -moz-border-radius:0 0 10px 10px; /* Для Firefox 3 */
     -webkit-border-radius:0 0 10px 10px; /* Для Safari 4 и Chrome */
    padding: 5px 15px 5px 25px;
	border-bottom: 1px solid rgba(51,51,51,0.8);
  border-top: 1px solid rgba(255,255,255,0.8);
}




