/** Validation bubbles used on contact form **/
.bubble.info-message,
.bubble.success-message,
.bubble.notice-message,
.bubble.error-message { 
	background: url(../img/error.png) no-repeat 15px center #fde4e0; 
	color: #942f36; 
	display: none;
	font-size: 0.9em;
	padding: 6px 5px; 
	margin: 0 0 5px;
	text-align: center;
	top:-50px; 
	width:auto; 
}

.bubble.info-message p,
.bubble.success-message p,
.bubble.notice-message p,
.bubble.error-message p {
	margin: 0;
	padding: 0;
}

.bubble.notice-message { background: url("../img/warning.png") no-repeat 15px center #FFF2DD; color: #B56E1F; }
.bubble.success-message { background: url(../img/accept.png) no-repeat 15px center #f2f6df; color: #4d5f09; }
.bubble.info-message { background: url(../img/info.png) no-repeat 15px center #e3f4fd;color: #013854; }

.bubble.info-message:after,
.bubble.notice-message:after,
.bubble.success-message:after,
.bubble.error-message:after { top: 42px; border-color: #fde4e0 transparent transparent; }
.bubble.success-message:after { border-color: #f2f6df transparent transparent; }
.bubble.notice-message:after { border-color: #FFF2dd transparent transparent; }
.bubble.info-message:after { border-color: #e3f4fd transparent transparent; }

#contact-form {
	font-size: 0.8em;
	margin-bottom: 3em;
	padding: 0 5px;
	position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 		
}

.contact-form-title {
	font-size: 16px;
}

.contact-form-text {
	padding: 40px 0 20px;
}

#contact-form input[type=text],
#form_invitar input[type=text], 
#contact-form textarea {
	border: 1px solid #999;
}

#contact-form input[type=text],
#form_invitar input[type=text] {
	display: inline-block;
	height: 22px;
	max-width: 322px;
	margin-bottom: 0.5em;
	padding: 1px 5px;
	position: relative;
	width: 60%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 	
}

#contact-form textarea {
	display: inline-block;
	font-size: 14px;
	height: 120px;
	max-width: 332px;
	padding: 5px;
	resize: none;
	width: 60%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 	
}

#contact-form label {
	display: inline-block;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	width: 25%;   
}

#contact-form p {
	margin-bottom: 0px;
}

.contact-form-submit {
	width:100%;
	text-align: right;
	padding-top: 5px;
	position:relative;
	margin: 0 0 5px;
}

#contact-form input:focus, 
#contact-form textarea:focus {
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	outline: 0 none;
}

.boton {
    background-color: #276246;
    border: 1px solid #276246;
    color: #FFF;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-top: 6px;
    margin-right: 12%;
    padding: 0px 8px;
    text-align: right;
    float: right;
    text-decoration: none;
}

.boton:hover {
    background-color: #888;
    border: 1px solid #888;
    color: #F1F1F1;
}
