/*  Forms  */
input, textarea {
	color: black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    border: 1px solid red;
    margin-bottom: 10px;
}

.form-main input, .form-main textarea {
    position: relative;
    width: 95%;
    padding: 16px 12px 14px 12px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid red;
}

.form-main textarea {
  height: 100px;
  resize: none;
}

.error {
	color: red;
	display: none;
}

#ajaxsuccess {
color: black;
font-size: 18px;
font-weight: bold;
width: 100%;
display: none;
clear: both;
}

.formcolor {
    background-color: #f8c8c8;
    padding: 20px;
    border-radius: 20px;
    border: 4px solid red;
    margin: 0 auto;
    width: 80%;
}

.required_info {
	font-size:11px;
	margin:0 0 10px 0;
}
.required_info span {
	color:red;
}
.inputText {
	width:300px;
	height:24px;
	border:1px solid #000;
	padding:1px;
}
.inputTextarea {
	width:525px;
	height:250px;
	border:1px solid #000;
	padding:7px;
}

.respuesta {
    font-size: 20px;
    color: rgb(20,70,20);
    text-align: center;
    font-family: tahoma, verdana, arial, sans-serif;
    font-weight: bold;
    width: 100%;
}
form {
    font-size: 18px;
    
}

button {
    background-color: red;
    color: white;
    padding: 1em;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.7em;
	border: 2px solid white;
}

button:hover {
    background-color: white;
    color: red;
    padding: 1em;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.7em;
	border: 2px solid red;
}
