* {
	border: none;
	margin: 0;
	padding: 0;
}
#pedido {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.aguarde {
	width: 225px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	padding:2px;
	border: 1px solid #F63;
	background-color: #FCE185;
	text-align: center;
	color:#000;
}
.aguarde_2 {
	width: 225px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding:2px;
	border: 1px solid  #0C6;
	background-color: #D9F3C5;
	text-align: center;
	color:#000;
}
input, select, textarea {
	font-family: verdana,arial,helvetica;
	font-size:10px;
	text-decoration: none;
}
input{
	height:15px;
}
input,textarea {
	@if (is.ie) {
		color: #efefef; background-color:#efefef; border: 0px solid #060606 ;
		/*border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; */
	}
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #FFFFFF}
textarea { overflow:auto }
