@charset "utf-8";
/* CSS Document */
.standard-form2 {display:block;margin:0;padding:0;}
.standard-form2 {margin-top:24px;width:100%;}
.standard-form2 form input {
		width:335px;
		height:20px;
		border:1px solid #d8d7d7;
		background-color:#f8f8f8;
		display:block;
		margin-bottom:35px;
		text-indent:5px;
		color:#999999;
		-webkit-box-shadow: inset 2px 2px 1px 1px #f1f1f1;
        box-shadow: inset 2px 2px 1px 1px #f1f1f1;
	}
	
.standard-form2 form textarea {
		width:335px;
		height:20px;
		border:1px solid #d8d7d7;
		background-color:#f8f8f8;
		display:block;
		margin-bottom:15px;
		text-indent:5px;
		color:#999999;
		-webkit-box-shadow: inset 2px 2px 1px 1px #f1f1f1;
        box-shadow: inset 2px 2px 1px 1px #f1f1f1;
	}
.standard-form2 form input:focus, .body .standard-form form textarea:focus {border:1px solid #bfbfbf; }
.standard-form2 form textarea {width: 97%;

height: 75px;
padding-top: 0px;
overflow: hidden;}
.standard-form2 form .submit {margin-right:0;float:right;}
.standard-form2 form .submit .button {

}
.standard-form2.compressed {margin:0 0 0 0px;}
.standard-form2.compressed form input {
width: 48%;
float: left;
margin-top: 0;
margin-right: 3px;
margin-bottom: 5px;
margin-left: 0;
}
.standard-form2.compressed.style-2 {margin:0 0 10px 0;}
.standard-form2.compressed.style-2 form input {float:none;}
.standard-form2.compressed form input.extend, .body .standard-form.compressed form textarea {width: 98%;
clear: both;
margin: 0 0px 5px 0;}
.standard-form2.compressed form .submit {margin-right:0px;}
.standard-form2 p.note {width:78%;}

p.note, p.note.success {
	background-position:10px 15px;
	border:1px solid #97ff4c;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	border-radius: 5px; /* CSS3 */
	padding:20px 25px 20px 55px;
	margin-bottom:2px;
	width:77%;
	background-color: #f2ffe8;
	background-image: url(../images/check_32.png);
	background-repeat: no-repeat;
	}
	p.note.info {
		background:url(../images/info_button_32.png) no-repeat #e5f7ff;
		background-position:15px 15px;
		border-color:#5ac8f1;
	}
	p.note.warning {
	background-position:15px 15px;
	border-color:#ffd858;
	background-color: #fffadc;
	background-image: url(../images/warning_32.png);
	background-repeat: no-repeat;
	}
	p.note.error {
		background:url(../images/close_32.png) no-repeat #ffe4e4;
		background-position:15px 15px;
		border-color:#ffa0a0;
	}
	

h2.semi {font-family: 'Source Sans Pro', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 23px;
line-height: 23px;
color: #3F3F3F;
padding: 0px 0 20px 0;
}


a.afip {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
