#formWrapper {
	
	width: auto;
	height: auto;
	border: 0px ;
	
}

#title {
	text-align: center;
	width: 260px;
	background-color: #3E2424;
	padding:2px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}

#formDiv {
   
    width: auto;
	height: auto;
	padding: 5px;
	
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	
}

#menu_body {
    align: center;
   	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	}



#img {
	padding: 10px 0px 10px 0px;
}

.submitDiv {
	margin-top: 5px;
	text-align: center;
}

#submitButton {
	background: url(http://porto-franco.com/img/bottom_c.gif) repeat-x left top;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #401914;
	text-align: center;
	padding: 3px 5px 3px 5px;
	border: 1px solid #D8CDB7;
}
#submitButtonsmall {
	background: url(http://porto-franco.com/img/bottom_c.gif) repeat-x left top;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9px;
	color: #401919;
	text-align: center;
	padding: 1px 1px 1px 1px;
	border: 1px solid #D8CDB7;
}

.inp {
	background-color: #D8CDB7;
	border: 1px solid #3E2424;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #3E2424;
	width: 116px;
}

.x {
	padding: 2px;
}

#cont{
  width: auto;
  height: auto;
}

/* =========================================== Table Design =========================================== */

table.cTable td, table.cTable th, table.cTable tr.light td, table.cTable tr.light th,
table.cTable tr.dark td, table.cTable tr.dark th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #000;
	padding: 4px 6px 4px 6px;
}

table.cTable {
	border-collapse: separate;
	/*border-spacing: 2px;*/
}

table.cTable td {
	background-color: #F0E9C8;
	/*text-align: center;*/
}

table.cTable tr.break td {
	height: 1px;
	background-color: #D9CFBB;
}

table.cTable th {
	background-color: #DDD4C7;
	font-weight: normal;
}

table.cTable tr.light td {
	background-color: #F8F5E5;
	/*text-align: center;*/
}

table.cTable tr.light th {
	background-color: #F5F3F3;
	font-weight: normal;
}

table.cTable tr.dark td {
	background-color: #F4EFD6;
	/*text-align: center;*/
}

table.cTable tr.dark th {
	background-color: #EBE5DD;
	font-weight: normal;
}


select.smallselect {
	font-size:10px; 
	font-family:Tahoma,Verdana,Arial; 
	font-weight:normal;
	color: #000;
	background-color: #EBE5DD;
}



