TABLE.msgBox {
	width:  400px;
	height: 300px;
	background-color: white;
	border-color: #888888;
	border-width: 1px;
	border-style: solid;
}

TABLE.msgBox2 {
	width:  700px;
	height: 400px;
	background-color: white;
	border-color: #888888;
	border-width: 1px;
	border-style: solid;
	
	color: #751c7d;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}

INPUT.button {
	color: #000000;
	padding: 2px;
	border: 1px solid #cccccc;
	background-color: white;
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
}

INPUT.input {
	color: #444444;
	padding: 2px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}



DIV.titulo {
	color: #ff6400;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

DIV.aviso {
	color: #ff6400;
	font-family: Verdana;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 5px;
}

DIV.que {
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 5px;
}

A.que {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.que:hover {
	color: #444444;
}

TABLE.form {
	width:  100%;
	borfder: 1px solid #cccccc;
	bacfkground: #eeeeee;
}

FORM.form {
	height: 0px;
}

DIV.credit_logo {
	margin-bottom: 20px;
	margin-left:    8px;
	margin-right:   8px;
}

DIV.credit_titulo {
	color:         #ff6400;
	font-family:   Verdana;
	font-size:     15px;
	margin-top:    16px;
	margin-bottom: 1px;
}

DIV.credit_person {
	margin-left:   18px;
	color:         #751c7d;
	font-family:   Verdana;
	font-size:     15px;
}

DIV.credit_lic {
	color:         #000000;
	font-family:   Verdana;
	font-size:     12px;
}

DIV.copyright {
	color: #751c7d;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

SPAN.copyright {
	color: #ff6600;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

A.copyright {
	color: #751c7d;
	text-decoration: none;
}