div#form {
	
}

div#form input#name {
	margin-top: .3em;
	display: block;
	font: 1em/ 1.4em "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS",
		Arial, sans-serif;
	padding-left: 5px;
	width: 60%;
}

div#form div.aditional {
	background: #ffc;
	padding: .5em;
	-moz-border-radius: .3em;
}

div#form div.aditional label {
	font-size: .8em;
	font-weight: bold;
}

div.aditional input#negotiation_id {
	
}

/* define label types - Useful when you have diferent types of controls */
div#form label.bloques {
	font-size: .9em;
	font-weight: bold;
	display: block;
	padding-bottom: .5em;
}

div#form label.lineas {
	font-size: .9em;
	display: block;
	padding-bottom: .5em;
}

/* customs for this section */ /* INVOICE SECTION */
fieldset#choosing_client {
	
}

fieldset#choosing_client label {
	font-size: .8em;
	font-weight: bold;
	color: #4EABE7;
}

fieldset#choosing_client label.contract {
	display: block;
	padding-top: 20px;
}

/* for client profile box */
fieldset#choosing_client div.client-profile {
	padding: 10px;
	-moz-border-radius: .5em;
	width: 45%;
	float: right;
	margin: 5px 0 0 0;
}

div.client-profile img {
	display: block;
	float: left;
	margin: 1px 10px 30px 0;
	border: 3px solid #eee;
	padding: 1px;
	background: #fff;
}

div.client-profile h5 {
	margin: 0 0 0 0;
	color: #F060BC;
}

div.client-profile p {
	font-size: .7em !important;
	line-height: 1.4em !important;
	color: #6b6b6b;
}

label.client-selection {
	display: block;
	float: left;
	width: 45%;
}

label.client-selection small {
	font-weight: normal;
}

select#invoices-client-list {
	display: block;
	width: 100%;
	margin: 3px 0px 1px 0px;
}

/* for dates */
#invoice-date-id-type label {
	font-size: .8em;
	font-weight: bold;
	color: #4EABE7;
	display: block;
}

#invoice-date-id-type label.invoice-id,#invoice-date-id-type label.date
	{
	height: 40px;
}

#invoice-date-id-type label.invoice-id {
	float: right;
	width: 47%;
}

#invoice-date-id-type label.invoice-id small {
	display: block;
	padding: 0 0 0 72px;
	color: #6b6b6b;
	font-weight: normal;
}

#invoice-date-id-type label.date {
	float: left;
	width: 47%;
}

.formbutton {
/* 	cursor: pointer; */
/* 	border: outset 1px #ccc; */
/* 	background: #999; */
/* 	color: #666; */
/* 	font-weight: bold; */
/* 	padding: 1px 2px; */
/* 	background: url(images/formbg.gif) repeat-x left top; */

background-position: 0px 0px;
background-repeat: no-repeat;
/* width: 70px; */
/* height: 30px; */
border: 0px;
overflow: hidden;
/* text-indent: -9999px; */
background-color: #05A9C5 ;
color: white !important;
cursor: pointer;
padding: 5px;

border-radius: 2px;

}
.formbutton:HOVER{
	background-color: gray;
color: white !important;
font-weight: bold;

border-radius: 2px;
	}

.formlabel {
	display: block;
	color: #88A2FB;
	font-size: .9em;
}
.formbutton.mar {
	
	margin-right: 15px;
}
.error {
	background-color: #b9ecfd;
	font-size: 14px;
}