/* 
    Document   : send_to_friend
    Created on : Oct 30, 2009, 1:32:51 PM
    Author     : juanpablo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/**************************Estilo para s2f************/
.contact1 {
	/*border:2px solid #eeeeee;*/
	height:540px;
	padding-top:4px;
/*	background:url(../images/s2f_03.jpg);*/
}

div#headSend2Friend {
  background:url(../images/s2f2_03.jpg) no-repeat;
  height:78px;
/*  width:598px;*/
}

div#headSend2Friend h2 {
  padding:15px 10px 0px 0px;
}

div#bodySend2Friend {
  padding:35px 10px 10px 10px;
  background:url(../images/s2f1_05.jpg) repeat-y;
  height:440px;
}

div#bodySend2FriendMessage {
  padding:35px 10px 10px 10px;
  background:url(../images/s2f1_05.jpg) repeat-y;
  height:440px;
  text-align:center;
  color:#850c11;
  font-size:13px;
  font-weight:bold;
}

div#bodySend2FriendMessage * a {
  font-size:12px;
  color:#850c11;
  text-decoration:none;
}

div#bodySend2FriendMessage * a:hover {
  text-decoration:underline;
}


div#footSend2Friend {
  background:url(../images/s2f1_07.jpg) no-repeat;
  height:21px;
}

.contact1 td,th {
vertical-align:top;

}
.bod1 textarea
{ 
  width:430px;
  height:87px;
  font-weight:100;
  color:#000000;
}
.bod1Error textarea
{
  width:430px;
  height:87px;
  font-weight:100;
  color:#000000;
}

.contact1 input[type=text] {
	border:1px solid #ad363b;
	width:300px;
	font-size:11px;
	height:20px;
	margin:3px 0px 3px 0px;
	float:left;
	text-align:left;
}

.contact1 textarea {
  border:1px solid #ad363b;
  width:300px;
  font-size:11px;
  margin:3px 0px 3px 0px;
  float:left;
  text-align:left;
}

.contact1 input[type=text]:focus, textarea:focus {
	background-color:#ffffff;
}
.contact1 input[type=submit] {
	width:71px;
	height:24px;
	color:#ffffff;	
	background-image:url(../images/bot_enviar_03.jpg);
	float:right;
	margin-right:230px;
	margin-top:10px;
	text-decoration:none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0px;
	font-weight:bold;
	padding:0px 0px 2px 0px;
}

.contact1 label {
width:100px;
	float:left;
	color:#243c60;
	color:#999999;
	font-size:12px;
	text-align:left;


}

ul.error_list{
  text-transform:uppercase;
  font-size:11px;
  padding:3px 7px 3px 7px;
  font-weight:bold;
 text-transform:none;

}

ul.error_list li{
  width:100%;
  list-style-image:url(/images/ast.jpg);
  padding:0px;
  margin:0px 0px 0px 10px;
  font-size:11px;
}

.er1{
  text-transform:none;
  color:#999999;
  font-size:11px;
  padding-left:10px;
 /* background:url(/images/ast.jpg)top left no-repeat;*/
  font-weight:bold;
  text-align:left;
}
.er1 ul li{
    list-style:none;
	list-style-image:url(/images/ast.jpg);
}


.titleSendtoFriend
{color:#850c11; 
 font-size:18px;
 text-align:right;
 margin:0px;

}

.boton_bewerk{
  width:200px;
  height:24px;
  color:#ffffff;
  background-image:url(../images/boton_largo.jpg);
  margin-right:20px;
  margin-top:8px;
  text-decoration:none;
  font-size:10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border:0px;
  font-weight:bold;
  padding:0px 0px 2px 0px;
  cursor:pointer;
}

