
#theform {
	}
#theform fieldset {
	border-style: none;
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 280px;
	float: left;
	}
#theform fieldset legend {
		font-size: 40pt;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
		font-style: normal;
		font-weight: normal;
		font-size: 14pt;
	}
#theform fieldset div.help {
	font-weight: bold;
	}
#theform fieldset label {
	font-style: normal;
	font-weight: normal;
	color: #666;
	font-size: 12pt;
	display: block;
	line-height: 1.5em;
	}
#theform fieldset input {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: normal;
		font-weight: normal;
		border-width: 1px;
		border-right-color: #444444;
		border-bottom-color: #3d3d3d;
		border-left-color: #d0d0d0;
		border-top-color: #dadada;
		background-color: #ffcc82;
		font-size: 12pt;
	}
	
                   
#theform fieldset select {
		border-width: 1px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: normal;
		font-weight: normal;
		background-color: #ffcc82;
		font-size: 12pt;
	}
	
                   
#theform fieldset textarea {
		border-width: 1px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: normal;
		font-weight: normal;
		background-color: #ffcc82;
		font-size: 12pt;
	}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	}
#theform fieldset strong.error {
	color: #fff;
	font-weight: bold;
	display: block;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 100%;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	text-align: justify;
	width: 580px;
	float: left;
	}
#theform #pt4 input {
	border-style: solid;
	border-width: 2px;
	text-decoration: underline;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	border-right-color: #999999;
	border-top-color: #CCCCCC;
	height: 100px;
	font-size: 18pt;
	width: 350px;
	color: #666; 
	background: #f3f3f3;
	font-weight: bold;	
	float: right;
	}
#theform #pt4 input:hover {
	color: black;
	border-left-color: #7d7d7d;
	border-top-color: #7d7d7d;
	border-right-color: black;
	border-bottom-color: black; 
	cursor: pointer;
	}
	
#theform input[type="text"]:focus, #theform textarea:focus
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
}
#theform fieldset#contacto
{
	width: 500px;
}

.bar{
	background-color: #ff3e3b;
	display:none;	
	background: url('http://www.beckhost.com/img/ajax-loader.gif') no-repeat;
	margin-top:20px;
	margin-left:20px;
	height:20px;
	width: 230px;
}

.notification_error
{
color: white;
background-color: #ff0003;
border: 1px solid #A25965;
height: auto;
width: 80%;
padding: 4px;
margin: 8px;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
font-size: 20px;
border: 1px #567397 solid;
height: auto;
width: 80%;
padding: 8px;
margin: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}