@charset "utf-8";
/* CSS Document */

.contacts {
	margin-left:20px;
}

.contacts .title {
	font-weight: bold;
}

.contacts P {
}

.contacts UL {
	margin: 0px 0px;
}
.contacts LI {
	list-style-type: none;
}

#form {
position: relative;
top: 40px;
left: 35px;
padding-left: 10px;
padding-top: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #616161;
background-color: #EBEBEB;
border-top: 1px dotted #5B5B5B;
border-bottom: 1px dotted #5B5B5B;
width: 235px;
/*height: 286px;*/}

