﻿/* ----------- My Form ----------- */
.myform {
	margin: 0 auto;
	width: 500px;
	height: 330px;	
	padding: 14px;
}
/* ----------- stylized ----------- */
#stylized {
	border: solid 2px #C9982C;
	background: #F5E9CD;
}
#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
#stylized p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #C9982C;
	padding-bottom: 10px;
}
#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 100px;
	float: left;
}
#stylized .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 240px;
}
#stylized input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 338px;
	margin: 2px 0 20px 10px;
}
#stylized button {
	float: right;
	clear: both;
	width: 105px;
	height: 40px;
/*	
background: #666666 url(/imagens/Logo_bizar.jpg) no-repeat;
*/
	background: #fff;
	text-align: center;
	line-height: 31px;
	color: #C9982C;
	font-size: 11px;
	font-weight: bold;
}
#stylized select {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 206px;
	margin: 2px 0 20px 10px;
}
#stylized textarea {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 338px;
	height: 100px;
	margin: 2px 0 20px 10px;
}

#stylized button.Eliminar {
	clear: both;
	margin-top: 40px;
	margin-left: 320px;
	width: 80px;
	height: 30px;
	background-color: red;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#stylized button.Comunicar {
	clear: both;
	margin-top: 0px;
	margin-left: 0px;
	width: 80px;
	height: 30px;
	background-color: yellow;
	text-align: center;
	line-height: 20px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
.clear {
	WIDTH: 0px; DISPLAY: block; HEIGHT: 0px; VISIBILITY: hidden; CLEAR: both; OVERFLOW: hidden
}

#divConfirmaRegisto
{
	padding-top:1px;
	background-color:#F5E9CD;
	height: 90px;
}

#divConfirmaRegisto p
{
	margin-top:30px;
	font-size:large;
	text-align:center;
	color:black;
}
