.bloque_2_columnas_LC{
	width:100%;
}

.bloque_2_columnas_LC .bloque_1{
	width:70%;
	float:left;
}

.bloque_2_columnas_LC .bloque_2{
	width:25%;
	float:right;
	margin-right:10px;
}


label{
	float:left;
	width:80px;
	text-align:left;
	margin-left:6px;
	margin-bottom:8px;
}

input{
	float:left;
	width:703px;
	margin-bottom:8px;
}

textarea{
	width:703px;
	float:left;
	margin-bottom:8px;
}

input.Btn{
	float:right;
	width:auto;
}

div.msg_ok,
div.msg_error{
	margin:10px;
	font-weight:bold;
	color:#999999;
	border:1px solid #999999;
	padding:10px;
}

div.msg_error{
	color:#FF0000;
	border:1px solid #FF0000;
	background-image:url(/wp-content/plugins/wp-poty-mail-send/img/mail_delete.png);
	background-position:15px 15px;
	background-repeat:no-repeat;
	padding:0 0 0 100px;
}

div.msg_ok{
	background-image:url(/wp-content/plugins/wp-poty-mail-send/img/mail_accept.png);
	background-position:10px 10px;
	background-repeat:no-repeat;
	padding:20px 0 20px 100px;
}

ul.usuarios{
	cursor:pointer;
	min-height: 125px;
  height: auto !important;
  height: 125px;
  padding:5px;
  overflow-y: scroll;
}

p.txt_obligatorio{
	text-align:right;
}