/* @override http://www.budismocaminodeldiamante.org/blog/wp-content/themes/karma_kagyu/css/forma.css */

/* @override http://www.budismocaminodeldiamante.org/blog/wp-content/themes/karma_kagyu/css/forma.css */

/* @override http://test.dev/css/forma.css */
#formulario {position: relative;}
form {width: 100%; float: left;}
fieldset {border: 0; padding: 0; margin: 0;}
label {border: 0; width: 320px; display: block; float: left;}
input.txt,
textarea.txt {width: 95%; border: 1px solid #ccc; padding: 4px; margin: 0;}
#info {width: 49%;float: left; padding: 0; margin: 0;}
#cuerpo {width: 49%;float: right; padding: 0; margin: 0 -14px 0 0;}

form div div{margin: 0 0 15px; font-size: 12px; }
textarea.txt {height: 10em;}

#btn-submit {float: right;width: auto;}
form p strong {color: #E10000;}
p#datos {color: #777;}

form label.error {background: #E10000; color:#fff; font: bold italic 12px/1em Arial, sans-seriff; padding: 5px; margin-bottom: 10px; width: 95%;}

#result {
	position: relative;
	width: 100%;
	background:#ef4;
	position:absolute;
	right:0px;
}
#result-cont {
	position: absolute;
	margin: 0 0 0 600px;
	left: -50%;
	width: 600px;
	padding: 60px 0;
	float: left;
	background: #e10000;
	text-align: center;
	opacity: .8;
	color: #fff;
}

#result-cont h3{color: #000;}

#result-cont a, button {cursor: pointer;cursor: hand;}
#result-cont a {position: absolute;	top: 0;right: 0;padding:2px 5px;border: 1px solid #000;font-size: 11px;background: #111;}

#loader {
	margin:-135px 0 0 630px;
	float: left;
	width: auto;
}