@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
margin:0px;
padding:0px;
font-weight:normal;
}

.buyer {
background-image:url(../images/buyer.jpg);
background-position:center;
background-repeat:no-repeat;
margin-top:10px;
width:266px;
height:261px;
float:left;}



.buyertext {font-size:14px;
color: #663300;
margin-top:50px;
padding-left:10px;
padding-right:10px;}


.seller {
background-image:url(../images/seller.jpg);
background-position:center;
background-repeat:no-repeat;
margin-top:10px;
width:266px;
/*height:261px;*/
float:right;}



.sellertext {font-size:14px;
color:#663300;
margin-top:50px;
padding-left:10px;
padding-right:10px;}



.content {
font-size:14px;
letter-spacing: .1em;
	margin-top: 20px;
	width:540px;
	float:left;}



.form {float:left;
letter-spacing:.1em;
text-align:left;
font-size:14px;
margin-top: 10px;}

#cont_buyer_seller {
width:246px;
float:left;
padding:10px;
margin:20px 10px 0px 0px;
border:1px solid #625b3f;
color:#663300;
}

#cont_buyer_seller h2 {
padding-bottom:5px;
text-align:right;
font-size:20px;
color:#625b3f;
}
