* {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.restricao{
	font-size: 9px !important;
}

/* Form Styles */
.selectboxes {float: none}
.inputboxes  {padding: 5px; overflow: auto; margin-bottom: 5px}
.inputboxes label {width: 75px; display: block; float: left; padding-top: 8px}
.inputbox, .inputboxes .selectboxes, .selectboxes {float: left; padding: 10px; border: 1px solid #ccc; -moz-box-shadow: 1px 1px 2px #ccc; -moz-border-radius: 5px; min-width: 200px}
.inputbox, .selectboxes {background: #fff url(../../img/novo-layout/bg_input_normal.png) repeat-x top}


.errorbox, .errorbox:focus {background: #fff url(../../img/novo-layout/bg_input_error.png) repeat-x top; border: 1px solid #DE5F54!important; -moz-box-shadow: 1px 1px 2px #F6D3D0!important; -webkit-box-shadow: 1px 1px 2px #F6D3D0!important; box-shadow: 1px 1px 2px #F6D3D0!important; color: #DE5F54} 
.errortxt {color: #DE5F54; font-weight: 700}

.correctbox, .correctbox:focus {background: #fff url(../../img/novo-layout/bg_input_correct.png) repeat-x top; border: 1px solid #96BE1B!important; -moz-box-shadow: 1px 1px 2px #CEDC95!important; -webkit-box-shadow: 1px 1px 2px #CEDC95!important; box-shadow: 1px 1px 2px #CEDC95!important; color: #96BE1B}
.correcttxt {color: #96BE1B; font-weight: 700}

.inputbox:focus {border: 1px solid #aaa; -moz-box-shadow: 1px 1px 2px #aaa}
.inputboxes img.att {float: left; padding: 10px 0 0 7px}

.inputboxes .smaller {min-width: 100px; width: 100px}
input[type=checkbox], input[type=radio] {margin-top: 10px}

/* Button Styling */

.btn, .btnalt {background: url(../../img/novo-layout/bg_btns.png) repeat-x top; color: #0F525B; text-shadow: 1px 1px 1px #68C5D1; font-size: 13px; padding: 10px 15px; boirder-radius: 7px; -moz-border-radius: 7px; font-weight: 700; border: none}
.btn:hover {background: url(../../img/novo-layout/bg_btns.png) 0 -30px; cursor: pointer; color: #fff; text-shadow: none}

.btnalt {background: url(../../img/novo-layout/bg_btns_alt.png) repeat-x top !important; color: #666; text-shadow: 1px 1px 1px #fff}
.btnalt:hover {background: url(../../img/novo-layout/bg_btns_alt.png) 0 -30px !important; cursor: pointer; color: #333}	


.selectpagination {padding: 2px; border: 1px solid #ccc; -moz-box-shadow: 1px 1px 2px #ccc; -moz-border-radius: 5px; min-width: 50px}


.order
{
	background: #EDEDED url(../img/botoes/ordenar.gif) no-repeat right;
	cursor: hand;
	cursor: pointer;
	padding-right: 15px;
}
.orderDesc
{
	background: #EDEDED url(../img/botoes/ordenar-decrescente.gif) no-repeat right;
	cursor: hand;
	cursor: pointer;
	padding-right: 15px;
}
.orderAsc
{
	background: #EDEDED url(../img/botoes/ordenar-crescente.gif) no-repeat right;
	cursor: hand;
	cursor: pointer;
	padding-right: 15px;
}