/**
 * CSS
 * (c) 2007 Darío G. Ruellan / ecimTech
 * http://www.ecimtech.com.ar
 */

#content .textframe {
	margin-left: 25px;
}
#content .textframe p {
	margin-bottom: 8px;
}
#content form {
	margin: 15px 0 0 0;
	padding: 15px 0 10px 0;
	border-top: 5px solid rgb(235, 235, 213);
}
#content form input, #content form textarea {
	width: 350px;
}
#content form input.submit {
	width: 100px;
	margin-top: 5px;
}
#content table .col1 {
	width: 175px;
}
#content table td {
	vertical-align: top;
	font-size: 8pt;
	padding: 3px 5px 3px 10px;
}
#content table caption {
	font-weight: bold;
	padding: 0 0 15px 0;
}
#content table th{
	text-align: right;
	vertical-align: top;
	font-size: 8pt;
	padding: 5px 10px 0 0;
	border-right: 1px solid gray;
}

