.frm_input
{
	HEIGHT: 22px;
	WIDTH: 150px;
	BORDER-TOP: #18313E 1px solid;
	BORDER-LEFT: #18313E 1px solid;
    BORDER-RIGHT: #18313E 1px solid;
    BORDER-BOTTOM: #18313E 1px solid;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.frm_input_pequeno
{
	HEIGHT: 22px;
	WIDTH: 70px;
	BORDER-TOP: #18313E 1px solid;
	BORDER-LEFT: #18313E 1px solid;
    BORDER-RIGHT: #18313E 1px solid;
    BORDER-BOTTOM: #18313E 1px solid;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.frm_input_grande
{
	HEIGHT: 22px;
	WIDTH: 300px;
	BORDER-TOP: #18313E 1px solid;
	BORDER-LEFT: #18313E 1px solid;
    BORDER-RIGHT: #18313E 1px solid;
    BORDER-BOTTOM: #18313E 1px solid;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.frm_text
{
	HEIGHT: 75px;
	WIDTH: 300px;
	BORDER-TOP: #18313E 1px solid;
	BORDER-LEFT: #18313E 1px solid;
    BORDER-RIGHT: #18313E 1px solid;
    BORDER-BOTTOM: #18313E 1px solid;
	COLOR: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.frm_text_pequeno
{
	HEIGHT: 50px;
	WIDTH: 150px;
	BORDER-TOP: #18313E 1px solid;
	BORDER-LEFT: #18313E 1px solid;
    BORDER-RIGHT: #18313E 1px solid;
    BORDER-BOTTOM: #18313E 1px solid;
	COLOR: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.frm_select_grande
{
	HEIGHT: 22px;
	WIDTH: 300px;
	BORDER: #18313E 2px solid;
	COLOR: #997700;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.frm_select
{
	HEIGHT: 22px;
	WIDTH: 150px;
	BORDER: #18313E 2px solid;
	COLOR: #997700;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.frm_select_pequeno
{
	HEIGHT: 22px;
	WIDTH: 70px;
	BORDER: #18313E 2px solid;
	COLOR: #0066ff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.frm_bt
{
	HEIGHT: 22px;
	WIDTH: 150px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
	color: white;
	CURSOR:hand;
	border: 1px solid #18313E;
	background-image: url(../../images/bg_tbl_titulo.jpg);
	background-repeat: repeat;
}
.frm_bt_pequeno
{
	HEIGHT: 22px;
	WIDTH: 70px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
	color: white;
	CURSOR:hand;
	border: 1px solid #18313E;
	background-image: url(../../images/bg_tbl_titulo.jpg);
}
.frm_bt_bl
{
	HEIGHT: 22px;
	WIDTH: 150px;
    BORDER-TOP: #222222 2px solid;
	BORDER-LEFT: #222222 2px solid;
    BORDER-RIGHT: #999999 2px solid;
    BORDER-BOTTOM: #999999 2px solid;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
	color: white;
    background-color: #888888;
	CURSOR:default;
}
.frm_bt_grande {
	HEIGHT: 22px;
	WIDTH: 300px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
	color: white;
	CURSOR:hand;
	border: 1px solid #18313E;
	background-image: url(../../images/bg_tbl_titulo.jpg);
	background-repeat: repeat;
}
