@charset "utf-8";

.space_50 {
	height: 50px;
	clear: both;
}
.space_10 {
	width: 10px;
	float: left;
}
.space_100 {
	height: 100px;
	clear: both;
}

.option {
	font-size: 24px;
	float: left;
	padding: 0 25px 0 25px;
}

.textfield {
    -moz-background-inline-policy:continuous;
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #999999;
    color:#333333 !important;
    font-size:12px;
    height:20px;
    padding:3px;
    width:344px;
}
.textfield:focus {
    
}
.textfield_grande {
    -moz-background-inline-policy:continuous;
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #999999;
    color:#333333 !important;
    font-size:12px;
    height:20px;
    padding:3px;
    width:344px;
    height: 100px;
}
.textfield_grande:focus {
    
}

label {
    display:block;
    float:left;
    font-family:Helvetica,sans-serif;
    font-size:12px;
    padding:0 0 1px;
    width:100%;
}

.fields {
    margin:0 auto;
    width:350px;
}

.fields p {
    margin:10px 0;
    padding:0;
}

.btn_send {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(img/fondoboton.jpg) repeat-x scroll 0 0;
    color:#FFFFFF;
    cursor:pointer;
    font-family:Tahoma,Verdana;
    font-size:14px;
    height:25px;
    margin:0 0 0 80px;
    width:200px;
}

#formulario {
    float:right;
    height:450px;
    margin:0 auto;
    width:395px;
}