div.form {
	margin: auto;
}
	div.form .title {
		color: #000;
		font-weight: bold;
		padding: 3px;
		border-bottom: 1px solid #aaa;
		line-height: 200%;
		margin-bottom: 10px;
	}
	
	div.form  .field {
		padding: 7px 0 7px 0;
		text-align: left;
	}
		div.form.login .field {
		height: 20px;
	}
	
	div.form  .label {
		width: 160px;
		float: left;
		text-align: right;
	}
	
	div.form  .dato {
		width: 160px;
		float: left;
	}
	
	div.form .controls {
		margin-top: 10px;
		text-align: right;
	}
	
input.currency,
input.money,
input.date,
input.date2,
input.text,
textarea {
	background: #fff;
	border: 1px solid #000;
	padding-left: 5px;
	line-height: 18px;
	height: 18px;
}

select {
	background: #fff;
	border: 1px solid #000;
	padding-left: 5px;
}

input.currency {
	text-align: right;
	padding-right: 5px;
}

input.color {
	width: 50px !important;
	font-family: "Courier New", Arial;
}
	
input.money, input.margin {
	text-align: right;
	padding-right: 5px;
}

table.form td.data input.money,
input.money
 {
	width: 80px;
}

textarea.memo {
	width: 98%;
	height: 300px;
	margin-left: 5px;
}

a.button.delete,
input.delete,
button.delete {
	background: #f00;
	color: #fff;
}

.actions input.delete,
.actions button.delete {
	float: left;
	margin: 12px;
}

.login {
	background: url(../images/lock.png) no-repeat;
	background-position: 20px 40px;
}
div.info {
	border: 1px solid #00a056;
	background: #b6ffaa;
	text-align: center;
	line-height: 24px;
	margin-bottom: 10px;
	color: #00a056;
}
div.error {
	border: 1px solid #F00;
	background: #FAA;
	text-align: center;
	line-height: 24px;
	margin-bottom: 10px;
	color: #FFF;
}
table.form {
	background: #2B2B2B;
	color: #fff;
	border: 2px solid #000;
	margin: auto;
	width: 600px;
}
table.form a {
	color: #FDE87D;
	text-decoration: none;
}
table.form a:hover {
	color: #FFF;
}
table.form caption {
	background: #2B2B2B;
	color: #fff;
	border: 2px solid #000;
	border-bottom: 0;
	line-height: 24px;
	font-weight: bold;
}
table.form td{
	padding: 2px 0 2px 0;
}
	table.form td {
		line-height: 22px;
	}
	
	table.form  td.label {
		text-align: right;
		padding-right: 10px;
		vertical-align: top;
		width: 30%;
	}
	
	table.form  td.label.top {
		vertical-align: top;
		padding-top: 2px;
	}
	
	table.form td.data {
		text-align: left;
		padding-right: 20px;
		color: #ccc;
	}
	
	table.form td.data input, table.form td.data textarea, table.form td.data select.list {
		width: 100%;
		font-family: Arial;
		font-size: 12px;
	}
	
	table.form td.data input.file {
		width: auto;
	}
	
	table.form td.data input.short {
		width: 200px;
	}
	
	table.form td.data textarea {
		height: 100px;
		padding: 3px 5px;
	}
	
	table.form td.actions {
		line-height: 40px;
		text-align: right;
		background: no-repeat right;
		
		border-top: 2px solid #000;
		
		padding-right: 20px;
	}
	table.form .sep {
		height: 20px;
	}
	
.err {
	background-color: #ff4d4d !important;
}
table.form .hint {
	float: left;
	font-size: 10px;
	color: #fff;
	line-height: normal;
	text-align: left;
	margin-left: 5px;
}

table.list  .pos {
	text-align: center;
}

select.list {
	padding: 0;
}

input.radio {
	width: auto !important;
	border: 0;
	background: transparent;
}
ul.origen {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 240px;
	line-height: 22px;
	border: 1px solid #000;
	background: #B8FD4A;
	padding: 2px;
}
ul.origen li{ 
	display: inline;
	margin-right: 20px;
}
fieldset.form input.text {
	width: 100%;
}

fieldset.form .toolbar {
	text-align: right;
	margin-top: 5px;
}
fieldset.form .toolbar input{
	width: 120px;
}
.bottom {
	vertical-align: bottom !important;
}
div.date_input,
div.data_group {
	width: 120px;
	float: left;
	margin-right: 5px;
}
div.date_input input {
	width: 90px !important;
}
div.date_input label {
	display: block;
}
.call {
	color: #ff0;
}

table.form input.date,
table.form input.date2 {
	width: 70px !important;
	padding: 0 20px 0 10px;
}

table.form input.date {
	background: url(../images/calendar_icon.png) #fff no-repeat right center;
}

table.form .subtitle {
	padding: 0 30px;
	font-size: 14px;
	font-weight: bold;
}

table td.no-data {
	padding: 20px 0;
	text-align: center;
	font-style: italic;
}

.button {
	background: url(../images/btnbg.jpg) repeat-x center;
	border: 1px solid #ccc;
	width: auto;
	color: #000 !important;
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 20px 0 20px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}

input.checkbox {
	width: auto !important;
	border: 0;
	background-color: transparent;
	vertical-align: middle;
}

fieldset {
	border: 2px groove #777;
	padding: 10px;
	
}

.form hr {
	border: 0;
	margin: 0;
	border-top: 2px solid #000;
}