@charset "utf-8";
/* CSS Document */
body
	{
		margin:0px;
		padding:0px;
		background-image:url(images/bg.jpg);
		background-repeat:repeat-x;
		background-color:#38302c;
		font-family: "Trebuchet MS", Arial, Helvetica;
	}
h1,h2,h3,h4,h5,h6,span
	{
		margin:0px;
		padding:0px;
	}

.blocdown
	{	background:url(imgs/bloc-bot.png);
		width:317px;
		height:32px;
		overflow: visible; 
	}

.blocup
	{	background:url(imgs/bloc-top.png) no-repeat;
		width:317px;
		height:20px;
		overflow: visible;
		text-align:center;
		font-weight:700;
		font-family: "Trebuchet MS";
		line-height: 16px;
		font-size:13px;
		vertical-align:middle;
		line-height: 25px;
		margin-top:10px;
	}

.bgupload
	{	width:317px;
		background-color:#f3f3f3;
	}

.inputtext
	{	font-family: Tahoma, sans-serif;
		max-width : 313px;
		overflow:auto;
		width:313px;
		height:60px;
	}
	
.qttdiv
	{	background:url(imgs/bg-qtt.png) no-repeat;
		width:320px;
		height:100px;
	}
