/*  -  Design by 0tutor.com  <---  */



.box_wrapper {
	background-image:url(images/bg.jpg); background-position:left; background-repeat:no-repeat;
	width:500px; height:200px; margin:auto; margin-top: 0px;
}

fieldset {
	border-width:0px;
	margin-bottom:20px;
	}

legend {
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size:12px;
	font-weight:bold;
	
	}

textarea {
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size:12px;
	border: 1px solid #999999;
	width:400px; height:100px;
	background-color:#F7EFEF;
	overflow: auto;
}

input {
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size:12px;
	border: 1px solid #999999;
}
input.textboxes {
	width:270px;
	background-color:#F7EFEF;	
}
input.btn {
	color:#ff00c0;
	border: 1px solid #999999;
}


/*  -  Design by 0tutor.com  <---  */
#tupedido {
	width: 500px;
	border-color:#DFDFDF;
	text-align: center;
	font-size:12px;
	border-width:0px;
	border-style:solid;
	padding:3px;
	
}
#tupedido tr th {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	font-size:12px;
	text-align:center;
	background-color:#D9E5EE;
}
#tupedido tr td {
	font-size:11px;
	}
	
#tupedido tr td.classA {

	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-left-width:1px;
	border-left-style:solid;
	
	}
	#tupedido tr td.classB {

	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-left-width:1px;
	border-left-style:solid;
	border-right-width:1px;
	border-right-style:solid;
	
	}
