#send_guest_form {}
.send_guest_button{
-moz-border-radius:55px;-webkit-border-radius:55px;border-radius:55px;
line-height:32px;
vertical-align:middle;
font-size:1.2em;
font-weight:bold;
text-align:center;
padding:0 5px 0 5px;
max-width:250px;
margin: 55px 0 5px 0;
margin-top:55px;!important

}
.send_guest_button a{
text-decoration:none;
}
#send_guest_form h2 {
   padding:8px 11px;
   font-size:12px;
   color:#fff;
   text-shadow:0 1px 0 #000;
   text-transform:uppercase;
	background:#383838
}
#send_guest_form .product {margin:20px 10px}
#send_guest_form .product img {
	float:left;
	margin:0 10px 0 0;
	border:1px solid #ccc
}
#send_guest_form .product .product_desc {
	float:left;
	max-width: 380px;
	min-width:200px
}
#send_guest_form .product .product_desc p {
	padding:0 10px 0 0;
	color:#333;
}
#send_guest_form .product .product_desc p.product_name {
	font-size:12px;
	color:#000
}

#send_guest_form .send_guest_form_content {margin:0 10px 20px 10px}
#send_guest_form .form_container {
	padding:10px 15px;
	border:1px solid #ccc;
	background:#eee
}
#send_guest_form .form_container p.intro_form {
	padding-bottom:14px;
	font-weight:bold;
	font-size:13px;
	color:#333
}
#send_guest_form .form_container p.txt_required {
	padding-bottom:0;
	color:#FF0000
}
#send_guest_form .form_container .text {padding-bottom:2px}
#send_guest_form .form_container .text label {
	display:inline-block;
   padding-right: 15px;
   vertical-align:top;
   width:30%;/* 210 */
   font-size:12px;
   text-align:left
}
#send_guest_form .form_container .text input {
   padding:0 5px;
   height:22px;
   width:60%;
	border:1px solid #ccc;
   font-size:12px;
   color:#6666
}
#send_guest_form  .submit {
	margin-top:20px;
	padding-bottom:0;
	text-align:right
}
#send_guest_form_error{
	color:red;
	font-size:1.3 em;
	font-weight:bold;
}

	

