/* CSS Document */

body {
	margin:10px 0px 0px 0px;
}
div.wrapper {
	width:1000px;
	margin:auto;
}
div.states > div {
	position:absolute;
	display:none;
	cursor:pointer;
}
div.states > div > p {
	position:absolute;
	margin:0px;
	background-image:url(images/bubble.png);
	background-repeat:no-repeat;
	width:247px;
	height:100px;
	text-align:center;
	top:-100px;
	left:0px;
	padding-top:40px;
	font-size:12px;
}
div.right {
	float:right;
	width:48%;
}
div.left {
	float:left;
	width:48%;
}

input.text {
	border:1px solid #F7941E;
	width:95%;
}
select.text {
	border:1px solid #F7941E;
}
textarea.text {
	border:1px solid #F7941E;
	width:95%;
	height:70px;
}
form.marketplace-form {
	width:500px;
}
form.marketplace-form p{
	font-size:12px;
}
.errorMessage {
	color:red;
	font-weight:bold;
	font-style:italic;
}
