input, textarea, select, fieldset {
	border:none;
	outline:none;
}
textarea, select, div.field input{
	width: 100%;
	background:none;
}

.boolean{
	width: auto;
}
input.string,
input.number,
input.datetime,
input.action,
select.pickable,
textarea, select{
	font-size:14px;
	position:relative;
	border:0 solid;
	padding:0.2em 0;
	z-index:2;
}
textarea{
	overflow: auto;
	border: 0px solid;
}
div.action input {
	font:12px/1em Arial, Helvetica, sans-serif;
	height:18px;
	border: 0px solid;
	padding: 0 1.1em;
	margin:0;
	//padding: 0 0em;
	-padding: 0 0em;
	width:auto;
	cursor: pointer;
	background:none;
}
div.action {
	position: relative;
	clear: both;
	overflow: hidden;
	padding:4px 0px;
	margin:1em 1em 0.5em 0;
	float:none;
	-float:left;
	display:inline-block;
}
* +html div.action{
zoom:1;
display:inline;
}
div.action .borderContent {
	padding:0;
	border:none;
	background: url('/.style/standard/xhtml/forms/buttonBackground.gif') 0 0 repeat-x;
	border-left:1px solid #797f80;
	border-right:1px solid #797f80;
	background-color:none;
}
div.action .corner {
	position: absolute;
	width: 8px;
	height: 8px;
	left: -4px;
	top: -4px;
	background:url('/.style/standard/xhtml/forms/buttonBorder.png');
	-background:url('/.style/standard/xhtml/forms/buttonBorder.png') repeat-x;
}
div.action .corner.top-right, div.action .corner.bottom-right {
	margin-left:100%;
}
div.action .corner.bottom-left, div.action .corner.bottom-right {
	top:auto;
}

div.action .corner.top-left, div.action .corner.bottom-left {
	width:100%;
}
div.action input{
border:none;
background-color:none;
}
div.value{
	margin:0 0 0.5em 0;
}
div.field {
	position: relative;
	clear: both;
	overflow: hidden;
	padding:3px 0px;
	margin-bottom:0.3em;
	background: none;
	float:none;
	-float:left;
}
div.field .borderContent {
	padding: 0px 0px;
	border-left: 1px solid #d4d5d5;
	border-right: 1px solid #d4d5d5;
	background:#FFFFFF;
}
div.field .corner {
	position: absolute;
	width: 6px;
	height: 6px;
	left: -3px;
	top: -3px;
	background: url('/.style/standard/xhtml/forms/fill.png');
	-background: url('/.style/standard/xhtml/forms/fill.png') 0 0 repeat-x;
}
div.field .corner.top-right, div.field .corner.bottom-right {
	margin-left:100%;
}
div.field .corner.bottom-left, div.field .corner.bottom-right {
	top:auto;
}
div.field .corner.top-left, div.field .corner.bottom-left {
	width:100%;
}
div.field  input{
	background:#FFFFFF;
	margin:0;
	position:relative;
}
fieldset{
	padding:0;
	clear:both;
}
.table .number input {
	text-align: right;
}
label.default{
	font-size:12px;
}
.mandatoryMark{
	color:red;
	font-size:1em;
}
div.item span.error{
	color:#ec4463;
	font-size:0.7em;
	line-height:0.5em;
	padding-left:0.2em;
	padding-bottom:0.5em;
	display:block;
}
form.authorization div.item span.error{
	margin-left:11.8em;
}

