div.form {
	border: 1px solid #dddddd;
	background: #f9f9f9;
	color: #333333;
	margin : 0;
	padding: 6px;
	width: auto;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.portlet div.form {
	border: none;
	background: transparent;
	margin: 0;
	padding: 5px;
	width: 100%;
}

div.form table.double td,
div.form table.multiple td {
	padding: 0 20px 0 0;
	vertical-align: top;
}

div.form table.double td {
	width: 45%;
}

div.form table.linear td {
	padding: 2px 3px 2px 3px;
	text-align: center;
	vertical-align: middle;
}

div.form p {
	margin: 10px;
	color: #666666;
}

div.form p.hint {
	margin: 0 0 0 110px;
	color: #666666;
}

div.form div.menu {
	text-align: right;
	color: #666666;
}

div.form div.group {
	clear: left;
	padding: 5px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #666666;
	background: #eeeeee;
}

div.form div.group a {
	font-size: 8pt;
	font-weight: normal;
}

div.form label {

}

div.form div.action {
	clear: left;
	margin-left: 150px;
	padding: 5px 0;
}

div.form div.simple,div.form div.complex {
	clear: left;
	padding: 4px 0;
}

div.form div.simple label,
div.form div.complex span.label,
div.form div.complex span label {
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 140px;
}

div.form div.simple div,
div.form div.complex div.panel {
	margin-left: 150px;
}

div.form div.complex table.grid td {
	padding: 0 5px 5px 0;
	vertical-align: top;
}

div.form div.complex table.grid td label {
	display: block;
}

div.form div.cpanel {

}

div.form div.cpanelContent {
	padding: 5px 0 10px 0;
}

div.form div.rpanelContent,
div.form div.spanelContent,
div.form div.rpanelContent>label.error,
div.form div.spanelContent>label.error,
div.form div.rpanelContent>div.errorMessage,
div.form div.spanelContent>div.errorMessage
{
	display: inline;
}


div.form form {
	margin: 0;
}

div.form input[type=text],
div.form input[type=password],
div.form textarea,
div.form select {
	border: 1px solid #cacaca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
}

div.form input[type=text]:focus,
div.form input[type=password]:focus,
div.form textarea:focus,
div.form select:focus {
	border: 1px solid rgba(82, 168, 236, 0.8);
}

div.form input[type=text],
div.form input[type=password],
div.form textarea {
	padding: 2px;
}

div.form select {
	padding: 1px;
}

div.form input[disabled],
div.form checkbox[disabled],
div.form select[disabled],
div.form textarea[disabled] {
	background: #ddd;
}

div.form input.error,
div.form textarea.error,
div.form select.error,
div.form input.error:focus,
div.form textarea.error:focus,
div.form select.error:focus {
	background: #feeeee;
	border-color: #c00000;
}

input.readonly {
	background: #f0f0f0;
}

label.required {

}

span.required {
	color: #c00000;
}

label.error,
span.error {
	color: #c00000;
}

div.errorSummary {
	border: 2px solid #c00000;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #feeeee;
}

div.errorSummary p {
	margin: 0;
	padding: 5px;
}

div.errorSummary ul {
	margin: 0;
	padding: 0 0 0 20px;
}

div.errorSummary ul li {
	list-style: square;
}

div.errorMessage {
	color: #C00;
}

label.error {
	display: block;
}

div.preview {
	border: 1px solid #DDD;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FFFFE0;
}

div.add {
	cursor: pointer;
	width: 60px;
	padding: 2px;
	border: 1px solid #cacaca;
	color: #0088cc;
	text-align: center;
}

div.remove {
	cursor: pointer;
	width: 60px;
	padding: 2px;
	border: 1px solid #cacaca;
	color: #0088cc;
	text-align: center;
}

textarea.template {
	display: none;
}
/* end of common style */

/* start autocomplete style */
.ui-autocomplete
{
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 30px;
}

.ui-autocomplete li.ui-menu-item {
      padding: 1px;  /* needed to prevent the item sizes from changing on hover */
}

.ui-autocomplete a.ui-menu-item-alternate
{
	background-color: #eee;
}

.ui-autocomplete-loading
{
	background: url('loading.gif') right center no-repeat;
}
/* end of autocomplete style */