@charset "UTF-8";
/* CSS Document */

#contact-wrapper {
	top: 0px;
	right: 0px;
	width: 300px;
	position: absolute;
	margin: 0px;
	z-index:1;
}

#contact-collapse {
	width: 300px;
	position: relative;
	background: #ffcc33;
	margin: 0px;
	text-align: left;
}

#contact-hoverSpace {
	width: 300px;
	height: 10px;
	position: relative;
	background: transparent;
	margin: 0px;
	text-align: left;
	cursor: pointer;
}

#contact-handle {
	width: 300px;
	height: 50px;
	position: relative;
	margin: 0px;
	background: url(http://www.heymarseilles.com/wp-content/themes/topspin-wordpress-theme/images/contact_handle.png) top right;
	background-repeat: no-repeat;
	cursor: pointer;
}

.rollup {
	display: none;
}

.padding20 {
	padding: 20px 20px;
	margin: 0px;
}

#contact-wrapper h1 {
	font-size: 16px;
	margin-bottom: 0px;
}

#contact-wrapper h2 {
	font-size: 16px;
	margin: 0px 0px 15px;
	color: #188e34;
	text-transform: uppercase;
}
