div.form div.input.text, div.form div.input.date, div.form div.input.select, div.form div.input.password {
	width: 45%;
	margin-right: 20px;
	float: left;
	clear: none;
}

div.form div.input.autowidth {
	width: auto;
}
div.form div.input.short {
	width: 20%;
}
div.form div.input.veryshort {
	width: 10%;
}
div.form div.input.medium {
	width: 30%;
}
div.form div.submit {
	padding: 0 10px;
	margin: 0;
	float: left;
}
div.loginForm {
	border: solid #999999 2px;
	padding: 10px;
	margin: 80px auto;
	width: 300px;
	background-color: #F3F3E0;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
div.rounded {
	padding:0;
	margin:0;
	float: left;
}
div#permissions div {
	margin: 0;
	padding: 0;
}
div#permissions div.permissionsList {
	float: left;
	width: 40%;
	margin-right: 2%;
	clear: none;
}
div#permissions div.checkbox {
	margin: 0 5px;
	float: left;
	clear: none;
}
div#permissions div.checkbox input {
	margin-top: 5px;
}
div#permissions div.manager {
	float: left;
	clear: none;
	width: 45%;
}

div.users.form div#userInfo {
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
}
div.users.form div#userInfo div.input.text, div.users.form div#userInfo div.input.password {
	width: 95%;
}
div.users.form div.input.select {
	float: left;
	clear: none;
	width: 45%;
}

div.clients.form div.input.textarea {
	float: left;
	clear: none;
	width: 45%;
	margin-right: 20px;
}
div.clients.form div.input.yearend span.slash {
	font-size: 190%;
}
div.deals.form div.actions {
	margin: 0;
	padding-top: 6px;
}
div.notes.form div.input.select, div.notes.form div.input.checkbox,div#ReminderDateDiv  {
	clear: both;
}
div.notes.form div.input.text {
	width: auto;
}
div.notes.form div.input.text input {
	width:200px;
}

div.notes.form div.input.textarea {
	float: left;
	clear: none;
	width: 60%;
}

div.attachments div.file {
	clear: none;
	padding: 0;
	margin: 5px 10px;
	float: left;
	font-size: 90%;
	width: 31%;
}
div.attachments div.file input {
	font-size: 100%;
}
div.attachments a#AddFileLink {
	float: left;
	margin: 9px 10px;

}

/*div.ajax div.form div { margin-bottom: 0;}*/
div.ajax div.form { padding: 0; margin-bottom: 20px;}
div.ajax div.form fieldset {
	border: 0;
	padding-top: 0;
}
div.ajax div.form legend {
	display: none;
}

div.actions.form {
	width: auto;
	margin-top: 6px;
	margin-left: 10px;
}
div.actions.form ul li a {
	font-size: 110%;
	padding: 5px 12px;
}


div.search label {
	display: inline;
	font-size: 140%;
}
div.search div.text input {
	clear: none;
	width: 200px;
}
div.search div.text {
	clear: none;
	float: left;
	width: 360px;
}
div.search div.select {
	clear: none;
	float: left;
	width: 220px;
}
div.search div.checkbox {
	clear: none;
	float: left;
	width: 300px;
}
div.search div.submit {
	clear: none;
	float: left;
	margin-top: 0px;
	width: 100px;
}
div.search div.checkbox input {
	margin-top: 4px;
}

div.formHidden {
	display: none;
}

div.lineList {
	clear:both;
}

div.form div.relatedLine div.productName { width: 350px;}
div.form div.relatedLine div.lineCant {width: 80px;}
div.form div.relatedLine div.linePrice {width: 100px; text-align: right;}
div.form div.relatedLine div.lineTotalPrice {width: 100px; text-align: right;}
div.form div.relatedLine div.lineRemove {width: 80px;}
div.form div.relatedLine div.lineCant input[type=text],
div.form div.relatedLine div.linePrice input[type=text] {text-align: right; font-size: 12px; height: 14px;}


div#pos div.input.text label {float: left; margin: 5px 5px 0 0;}
div#pos input[type=text] {width: 100px;}

#dialog { text-align: center; }
#dialog input[type=button] { width: 70px; height: 26px; }

h3.totalOverlay { padding: 10px; position: fixed; left: 720px; border: solid #555 2px;
		color: #333; background-color: #ddffdd; }
