/* Form Style */

input,textarea,select
{
	padding: 1px;
	margin-right: 5px;
	border: 1px solid #999;
	background-image:  url(../img/fi.png);
	background-color: #FFF;
	background-position: top;
	background-repeat: repeat-x;
}

.input_comment
{
	color: #999;
	font-size: 10px;
	line-height:16px;
	clear:left;
	padding-left: 1px;
}

img { border:transparent }

/*Estilo para los Errores en los input*/
textarea.error, input.error, select.error {
	border: 1px solid red; 
	background: white url(../img/wo.gif) right top no-repeat; 
}

.errmsg
{
	color: red;
	font-weight:600;
	padding: 1px 4px 1px 4px;
}

.filterlist
{
	width: 60px;
	color: #666;
	border: 1px solid #ccc;
	background: #FFF url(../img/fl.gif) right top no-repeat; 
	padding-right: 14px;
	font-size:13px;
	font-weight:normal;
}

.req
{
	border-bottom: 1px solid #333;
}

.subinput
{
	border-left: 6px solid #38D878;
	padding: 5px 10px;
	margin-bottom: 12px;
}

.subinput input
{
	margin-bottom: 5px;
}

/* login */
.authform
{
	border:10px solid #eee;
	margin:30px auto;
	padding:20px;
	width:430px;
}

.authform table {
	margin:20px 0;
}

.label {
	font-weight:600;
	line-height:30px;
	border-top:1px solid #EEE;
	background: #FFF url(/img/fi.png) repeat-x top;
}

/* autocomplete */
.ac_loading {
	background: Window url('../img/spr.gif') right center no-repeat;
}
#ac_list a
{
	text-decoration: none;
}
#ac_list ul li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#ac_list ul
{
	padding:0;
	margin:0;
}

/*highlight*/
.hl
{
	text-decoration: underline;
}

form dt
{
	font-weight:600;
	margin: 2px;
	color: #666;
	margin-left:4px;
}

form dd
{
	margin-left:4px;
} form dd input, form dd select, #action input {
	padding: 3px;
	margin-right: 5px;
    font-size:16px;
    font-weight:600;
}

form dl
{
	clear:both;
	margin-top: 20px;
	border-left: #EEE solid 12px;
}

label
{
	cursor:pointer;
}

.tdLabel
{
	width: 100px;
	text-align: right;
	border-right: 10px solid #eee;
	padding-right: 5px;
}

.tdInput
{
	padding-left: 5px;
	vertical-align: top;
}

#action
{
	text-align:right;
	border-top:3px solid #7ACA51;
	background-color: #EEE;
	padding: 10px 20px;
	margin-top:20px;
	height: 50px;
} #action a {
	background-color: #FFF;
}

.close { cursor:pointer }

.busy
{
	color:#FFF;
	background: #FFF url(../img/dots-white.gif) center center no-repeat; 
}

.rb
{
  vertical-align:top;
  padding:15px 0 0 5px;
}

.trb
{
	height:56px;
	padding:21px 0 0 5px;
	vertical-align:top;
}

.delreg
{
	border: 1px solid red;
}

#lang_list label
{
	padding-right:18px;
}
