body
{background-color: white;
}
h3 {
color: black;
font-style: verdana;
font-weight: bold;
font-size: 20px;
font-family: fantasy;
}
form {
background-color:orange;
width:400px;
height:800px;
margin:10;
padding: 70px;
text-align: center;
font-family: italic;
}
fieldset {
color:blue;
margin: 15px;
padding: 0 20px 0 20px;
text-align: center;
}

p {
	color:black;
	font-style:arial-black;
	font-weight: bold;
	font-size: 20px;
	font-family:italic;	
margin: 0px;
margin-bottom: 5px;
}
table {
width: 300px;
font-size: 8px;
}

label {
margin-right: 7px;
font-weight: bold;
font-size: 20px;
float: left;
}

input {
	color:red;
border-radius: 10px;
}

#fotos {
float:center-left;
width: 200px;
}