
form {
	margin:0;
	padding:0;
}

label {
	display:block;
	clear:both;
	padding-bottom:8px;
}

label.submit {
	display:inline;
}

label span {
	display:block;
	padding-bottom:3px;
	float:left;
	width:100%;
}

input.boton {
	width:auto !important;
	background-color:#757575;
	color:white;
	border:0;
	font-weight:bold;
	margin-top:4px;
}

.popup #container {
	display:block; width:500px;
}

#card {
	margin-top:10px;
	background:transparent url(../img/fons_mail.png) repeat-x;
	background-position:0px 8px;
}

#card div img {
}

#card h1 {
	margin:0px 15px;font-size:1.1em;
}

fieldset {
	border:none;
}

fieldset#friendinfo {
	border:0;
	padding:10px 10px 0px 15px;
	margin:0;
	background:transparent;
}

fieldset#fcomments {
	background:transparent;
}

fieldset#fscaptcha {
	background:transparent;
	margin-top:0px;
}

h3.captcha {
	margin:0px;
	padding:2px 0px 5px;
}

#friendinfo label span, #fcomments label span, #fscaptcha label span {
	display:block;
	padding-bottom:3px;
	float:left;
	width:180px;
	font-size:1em;
	font-weight:bold;
	color:#E95D0E;
}

#friendinfo input, #fcomments textarea{
	width:270px;
} 

#fscaptcha input {
	width:135px;
}

#sendfriendfrm input.boton {
	margin-left:200px;
	margin-top:0px !important;
	margin-bottom:10px;
	padding:0 5px;
	background:#E95D0E;
	border:1px solid #999999;
	color:white;
}

a img {
	margin-top:0 !important;
	margin-top: 10px;
}

p.result {
	margin:0 5px;
	padding:15px;
} 

div.error { 
	border:1px dashed #cccccc;
	padding:8px;
	background-color:#FFFFCC;
	margin:10px 0px;
	margin:15px;
	color:black;
}

