div.res {
	width:700px;
	margin:16px 16px 10px 16px;
	padding:10px 10px 10px 10px;
	font-size:12px;
	background: #e0e0e0;
	border: 0px dotted red;
	border-radius: 5px; 
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}

	div.res h1 {
		margin:0px 0px 16px 0px;
		font-size:22px;
		text-align:center;
	}
	
	div.res h2 {
		padding:14px;
		margin:4px 80px 4px 80px;
		font-size:14px;
		text-align:center;
		color:#550000;
		background-color:#ffff00;
		border-radius: 8px; 
		-moz-border-radius: 8px;  
		-webkit-border-radius: 8px;
	}
	
	div.res blockquote {
		margin:0px 32px 0px 32px;
		padding:10px 10px 4px 10px;
		text-align:left;
		background:#e9e9e9;
		border-radius: 5px; 
		-moz-border-radius: 5px;  
		-webkit-border-radius: 5px;
	}
		div.res blockquote p{
			font-size:11px;
			margin:0px 0px 6px 0px;
		}


	div.res form {
	}
		div.res form fieldset {
			margin:0px 32px 10px 32px;
		}
		
		div.res form fieldset.captcha {
			text-align:center;
		}
		
		div.res form fieldset.comentarios {
			text-align:center;
		}
	
		div.res form fieldset.botones {
			text-align:center;
			border:none;
		}
		
		div.res form fieldset legend {
			font-weight:bold;
		}
		
		div.res form label {
			font-size:11px;
		}
		
		div.res form label:after {
			content:":";
		}
		
		
		div.res form fieldset.personales label {
			display:block;
			float:left;
			margin:4px 4px 0px 32px;
			width:100px;
			height:18px;
			text-align:right;
		}
		div.res form fieldset.personales input {
			display:block;
			width:200px;
			height:18px;
			margin:0px 0px 4px 4px;
		}
		div.res form fieldset.personales input#nombre {
			width:300px;
		}
		div.res form fieldset.personales input#localidad {
			width:200px;
		}
		div.res form fieldset.personales input#provinciapais {
			width:200px;
		}
		div.res form fieldset.personales input#telefono {
			width:100px;
		}
		div.res form fieldset.personales input#mail {
			width:200px;
		}
		
		
		div.res form input[type="submit"] {
			margin:0px 0px 4px 0px;
			font-size:20px;
			font-weight:bold;
		}
		div.res form input[type="reset"] {
			font-size:11px;
		}
	
	
	
	
		div.res form label[for="captcha"] {
			font-size:10px;
		}
		div.res form input#captcha {
			margin: 4px 0 4px 0;
			font-family:"Courier New", "Courier", "System", monospace;
			font-weight:bold;
			font-size:26px;
		}
		
		div.res form img.thecaptcha {
			margin-bottom:8px;
			cursor:pointer;
			border:1px solid #000000;
		}
			div.res form img.thecaptcha:hover {
				border-color:#ff0000;
			}
		
