p.forma{
	font-size: 8pt;
	color: #6e6e6e;
}

p.order{
	margin: 0 0 2px 1px;
	color: #a0a0a0;
	font-size: 8pt;
}

p.order_footer{
	color: #6e6e6e;
	font-size: 8pt;
}

td.order_left{
	border-right: 2px solid #eeeeee;
}

td.order_right{
	border-left: 2px solid #eeeeee;
}

div.order_left{
	margin: 5px 10px 5px 5px;
}

div.order_center{
	margin: 10px 10px 5px 10px;

}

div.order_right{
	margin: 5px 5px 5px 15px;
}

table.center{
	padding:0px;
	margin: 0 0 10px 0;
	border-collapse:collapse;
	width: 100%;
}


td.center_title{
	font-size: 8pt;
	color: #6e6e6e;
}

td.center_logo{
	padding: 5px;
}

td.center{
	padding: 5px;
	font-size: 20pt;
}
td.address{
	padding: 2px;
	font-size: 14pt;
}

td.center_mail{
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
}


input.forma{
	border: 1px solid #cccccc;
	padding: 2px 2px 2px 2px;
	color: #0000aa;
	width: 300px;
}

textarea.forma{
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	width: 300px;
	height: 80px;
	color: #0000aa;
}

button.new{
		
	background: #eeeeee;
	padding: 5px;
	border-radius: 2px;
}


div.helpdiv{
	background-image: url('../images/helpdiv2.png');
	border: #000000 1px solid;
	z-index: 1;
	position: absolute;
	color: #ffffff;
	font-size: 10px;
	padding: 10px;
}








div.feedback{
	position: fixed;
	left: 300px;
	bottom: 50px;
	width: 300px;
	min-height: 80px;
	background-color: #f0f0f0;
	box-shadow: 1px 10px 20px #808080;
	z-index: 99;
	visibility: hidden;
	text-align: left;
	text-shadow: 0px 0px 0px;
	color: #505050;
	font-size: 11px;
}

div.feedback div{
	margin: 20px 0px 10px 40px;
}

div.feedback input{
	font-size: 18px;
	color: #606060;
}

div.feedback textarea{
	width: 200px;
	height: 80px;
}

div.feedback div.close{
	font-size: 23px;
	color: #505050;
	text-shadow: 0px 1px 0px #ffffff;
	font-family: Verdana;
	position: absolute;
	margin: 10px 0px 0px 250px;
	cursor: pointer;
	padding: 3px 10px 3px 10px;

}
div.feedback div.close:hover{
	color: #000000;
	text-shadow: 0px -1px 0px #ffffff;
	background-color: #f6f6f6;
} 