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

#contact p{
	float:left;
	margin-bottom:5px;
	margin-top:5px;
}

#contact p.fright{
	float:right;
}

label{
	width:120px;
	float:left;
}

#contact textarea{
	width:360px;
}

#contact select#market{
	width:200px;
}

#contact select#country{
	width:200px;
}

input{
	width:200px;
	float:left;
}

#contact .submit{
	width:100px;
}
label.long{
	width:90%;
}


