/* CSS Document */
/*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
|     EMAIL : webmaster@web-kreation.com                     |
|  DOWNLOAD : http://web-kreation.com/index.php/freebies/    |
|____________________________________________________________|

*/
html, body {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%
    }

body {
	width: 100%;
	font: 14px/18px;
	font-family: 'existence_lightregular';
	font-size: 90%;
	line-height: 1;
	color: #666666
    }

h2 {font: 14px/18px ;
    font-family: 'existence_lightregular';
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 2px
    }

/* the main layout */
#contentForm {
	min-width: 300px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	float: left;
    }


#contFrm #name {
    font-family: 'existence_lightregular';
	width: 254px;
	background-repeat: repeat;
	background-position: center top;
	height: 18px;




	font-size: 14px
	color: #666;
	font-size: 14px;
	background-color: #EA5B1B;
	color: #FFF;
    }
#contFrm #email  {
    font-family: 'existence_lightregular';
	width: 254px;
	height: 18px;
	font-size: 14px;
	color: #FFF;
	background-color: #EA5B1B;
    }
#contFrm #message  {
    font-family: 'existence_lightregular';
	min-width: 254px;
	max-width: 254px;
	min-height: 60px;
	max-height: 60px;
	font-size: 14px;
	color: #FFF;
	background-color: #EA5B1B;
    }

/* and now the form formatting itself */
label {
	display: block;
	float: left;
	clear: left;
	width: 150px;
	line-height: 20px;
	margin-bottom: 10px;
	margin: 5px 0;
	font-size: 16px
    }

input, textarea, select {
    margin: 0;
    padding: 2px;
    font-size: 1em;
    color: #666;
    background: #F5F5F5;
    border: 1px solid #ccc;
    margin: 5px 0
    }

input:focus, textarea:focus, select:focus {
    border: 1px solid #999;
    background-color: #FFF
    }

input.button {
    cursor: pointer;
    border: none;
    font-weight: bold;
    width: 120px;
    height: 30px;
    margin-left: 150px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../imagenes/enviar.png)
    }

.errormsg {
	display: inline;
	width: 100%;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	font-weight: normal;
	border-top: 2px solid #F00;
	border-bottom: 2px solid #F00;
	background-color: #666666;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: left;
    }

.msgSent {
	font-size: 16px;
	text-align: center
    }

#boton {
	position: absolute;
	color: #000;
    }
#send  {
	color: #666;
	font-size: 16px;
    font-family: 'existence_lightregular';
	line-height: 18px;
	background-image: url(../images/bg.jpg);
    }
#send:hover {
	color: #333333;
	font-size: 16px;
    }
#send:active {
	color: #999999;
	font-size: 16px;
    }
ul, lo {
	list-style:none}
h4{
	color:#666666;
	}
#contentForm #contFrm label {
	margin-top: 0px;
	margin-bottom: 0px;
}
