/* CSS Document */

.body{
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

.body_a{
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
}

.titulo{
	font-family:Verdana;
	font-size:14px;
	color:#FFFFFF;
}

.laterais{
	background-color:#fef4eb;
}

.laterais_a{
	background-color: #c51431;
}

.texto_home{
	font-family:Myriad Pro;
	font-size:17px;
	color:#FFFFFF;
}

.texto_home_a{
	font-family:Myriad Pro;
	font-size:14px;
	color:#FFFFFF;
}

.rodape{
	font-family:Verdana;
	font-size:10px;
	color:#e98294;
	text-decoration:none;
}

/* conteúdo */
#contentMask {
	width: 350px;
    height: 275px;
    position: relative;
    overflow: hidden;	
}
#content {
	width: 345px;
    position: relative;
	text-align: left;
	margin-left:5px;
}
#up {
	margin: 30px 0 0 0 ;
    cursor: pointer;
}
#track {
	width: 18px;
	height: 238px;
	background-image: url("images/scroll_line.gif");
}
#down {
    cursor: pointer;
}
#drag {
    position: relative;
    cursor: pointer;
	margin-top: 5px;
}

.textfield_orcamento {
    font-size: 11px;
    color: #ffffff;
    width: 90px;
    height: 13px;
    border-color: #c51431;
	background-color:#de506c;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas1 {
    font-size: 11px;
    color: #ffffff;
    width: 135px;
    height: 16px;
    border-color: #c51431;
	background-color:#de506c;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #ffffff;
    width: 135px;
    height: 84px;
    border-color: #dedede;
    border-color: #c51431;
	background-color:#de506c;
	border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}
