/**
 * alertifyjs 1.4.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
.alertify .ajs-dialog{
	background-color:rgba(200,200,200,0.7);
	height: 360px; border-radius:10px;box-shadow:0 15px 20px 0 rgba(0,0,0,.25);border-radius:2px}.alertify .ajs-header{color:#000;font-weight:700;background:#fafafa;border-bottom:#eee 1px solid;border-radius:2px 2px 0 0}.alertify .ajs-body{color:#000}.alertify .ajs-body .ajs-content .ajs-input{display:block;width:100%;padding:8px;margin:4px;border-radius:2px;border:1px solid #CCC}.alertify .ajs-body .ajs-content p{margin:0}.alertify .ajs-footer{background:#fbfbfb;border-top:#eee 1px solid;border-radius:0 0 2px 2px}.alertify .ajs-footer .ajs-buttons .ajs-button{background-color:transparent;color:#000;border:0;font-size:14px;font-weight:700;text-transform:uppercase}.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok{color:#3593D2}.alertify-notifier .ajs-message{background:rgba(255,255,255,.95);color:#000;text-align:center;border:1px solid #ddd;border-radius:2px}.alertify-notifier .ajs-message.ajs-success{color:#fff;background:rgba(91,189,114,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-error{color:#fff;background:rgba(217,92,92,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95);border-color:#999}

.ajs-header{
	height: 0;
	padding: 0 !important;
}

.ajs-close{
	height: 0 !important;
	padding: 0 !important;

}

#emailForm{

	width: 530px;
	height: 360px;
	margin-top: 10px;
	border-radius: 6px;
	background: #f9f9f9;
	margin-left: 10px;
}

#confirmationForm{

	width: 330px;
	height: 180px;
	margin-top: 10px;
	border-radius: 6px;
	background: #f9f9f9;
	margin-left: 10px;
}

@-moz-document url-prefix() {
    textarea {
        width: 27.2em;
        height: 8em;
    }
}


#emailForm label { 
	display: inline-block; width: 140px; text-align: right; 
	border: none;
	font-size: 10px !important;
	}​

#emailForm label span { 
	color:red;

	}​


label, textarea {
	display:inline-block;
    vertical-align: top;
}
}

input[type=text] {padding:5px 85px; background:#ccc; border:0 none;
cursor:pointer; -webkit-border-radius: 5px; border-radius: 5px; }

#emailForm .label-large{
	width:352px;
	border: 1px solid black;
	height: 18px;
}

input[type="submit"] {
 border:1px solid black !important;
 text-decoration:none !important;
 font-family:helvetica !important;
 color:black !important;
 font-weight: bold;
 border-radius: 6px;
padding:10px;
}

input[type="button"] {
 border:1px solid black !important;
 text-decoration:none !important;
 font-family:helvetica !important;
 color:black !important;
 font-weight: bold;
 border-radius: 6px;
padding:10px;
}

.btn_cancel {
 border:1px solid black !important;
 text-decoration:none !important;
 font-family:helvetica !important;
 color:black !important;
 font-weight: bold;
 border-radius: 6px;
padding:10px;
}

.isRed{
	color:red;
	font-size: 12px;
}
.isRed2{
	color:#f9f9f9;
	font-size: 12px;
}
#cancel_btn_form{
position:absolute;
left:250px;
top:324px;

}

#enviar_btn_form{
position:absolute;
left:167px;
top:324px;

}

#confirmation_cancel_btn_form{
position:absolute;
left:167px;
top:144px;

}

#confirmation_enviar_btn_form{
position:absolute;
left:250px;
top:144px;
}

.ajs-ok{
	position:absolute;
left:60px;
top:90px;
width: 64px !important;
height: 21px !important;
min-width: 64px;
  min-height: 21px !important;
border-radius: 6px !important;
font-size: 12px !important;
color: black !important;
background: #c6cdd3  !important;
}
.ajs-cancel{
position:absolute;
left:160px;
top:90px;
min-width: 64px !important;
  min-height: 21px !important;
width: 64px !important;
height: 21px !important;
font-size: 12px !important;
color: black !important;
border-radius: 6px;
background: #c6cdd3 !important;

}

#emailForm textarea{
	resize: none;
	border: 1px solid black;
}

#confirmationForm fieldset {
	
	width: 520px;
	height: 280px;
	margin-top: 8px;
	border: none !important;


}

#emailForm fieldset {
	
	width: 520px;
	height: 280px;
	margin-top: 8px;
	border: none !important;


}