form{
	margin: 0px;
	padding: 0px;
}

div.form-regform .textfield {
	height: 18px;
}

/*.status-not-ok  {background-color: red}*/

.error-msg{
	background: url(images/bg-form-error.gif) no-repeat left top;
	height: 14px;
	color: white;
	padding: 5px 2px 2px 20px;
	margin-left: 105px;
}

div.layout-wide .error-msg{
	margin-left: 205px;
}

.section-box{
	border: none;
	background: transparent url(images/section-box-440-m.gif) repeat-y;
	margin-bottom: 10px;
}

.section-box-top, .section-box-bottom{
	display: block;
	clear: both;
	height: 3px;
	background: transparent url(images/section-box-440-t.gif) no-repeat;
	overflow: hidden;
}

.section-box-bottom{
	background-image: url(images/section-box-440-b.gif);
	background-position: 0px 3px;
	padding-top: 3px;
	margin-bottom: 10px;
}

.section-box.listing .section-box-inside{
	padding: 0px 2px;
}

.section-box-inside{
	padding: 0px 5px 0px 5px;
	
}

fieldset.section{
	border: none;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
}

fieldset.section legend, h1.header-normal{
	display: block;
	background: url(images/header-orange-440.gif) no-repeat;
	width: 424px;
	padding: 2px 8px;
	margin: 0 0 2px 0;
	color: white;
	font-weight: bold;
	height: 18px;
	font-size: 12px;
}

fieldset.section legend, h1.header-normal a{
	color: white;
	text-decoration: none;
}

fieldset.section legend, h1.header-normal a:hover{
	text-decoration: underline;
}

.field{
	clear: both;
	padding: 4px 0 0 0;
	height: 20px;
}

*>.field{
	height: auto;
}

.field .description{
	width: 100px;
	float: left;
	padding: 4px 5px 0 0;
}

.field .description label{
	font-weight: bold;
	display: block;
}

.field .input{
	width: 310px;
	/*overflow: hidden;*/
	float: left;
}

.field.widefield .input{
	width: 100%;
	overflow: hidden;
}

.field.widefield .description{
	width: 100%;
	float: none;
}

.field .input input.textfield,
.field .input input.autocomplete,
.field .input textarea.textfield{
	width: 305px;
	padding: 0px;
}

.field.widefield .input input.textfield,
.field.widefield .input input.autocomplete,
.field.widefield .input textarea.textfield{
	width: 410px;
}

.field .input select{
	width: 310px;
}

.upload-user-home .description{
	width: 180px;
}

.upload-user-home .input{
	width: 230px;
}

.upload-user-home .input select{
	width: 230px;
}

.upload-user-home .fileupload {
	width: 230px;
}

fieldset.radiogroup, fieldset.checkboxgroup
{
	border: 0px;
	padding: 0px;
}

fieldset.radiogroup.vertical label,
fieldset.checkboxgroup.vertical label{
	display: block;
	padding-left: 20px;
	text-indent: -20px;
}

input.textfield, select, 
textarea, 
input.autocomplete,
input.datepicker{
	font-family: Tahoma;
	color: #333;
	font-size: 11px;
}

optgroup {
	font-style: normal !important;
	font-weight: bold !important;
	background-color: #fdf2e2;
	color: #333;
}

option{
	background-color: white;
	font-weight: normal;
}

option.empty{
	/*color: #777;*/
	font-style: italic;
	background-color: #fdf2e2;
}

div.hint{
	background: url(images/hint-hu.gif) no-repeat top left;
	text-indent: 35px;
	margin: 5px 0;
	font-size: 11px;
}

div.field-comment{
	font-size: 11px;
}


a.fullscreen-orientation-list{
	display: none;
	color: #13b5f1;
	font-weight: bold;
	text-indent: 15px;
	background: url(images/bullet-gray-arrow-right.gif) no-repeat left;
	margin: 5px 0;
}

.clear {
	padding: 0px;
	margin: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	clear: both;
	display: block;
}

fieldset.fileupload {
	margin: 0;
	padding: 5px;
	border: 1px solid #999;
}

fieldset.fileupload img.thumbnail{
	border: 1px solid #999;
	margin: 0 5px 5px 0;
}

fieldset.language-selector {
	border: none;
	/*width: 291px;*/
	height: 125px;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}

fieldset.language-selector div.language-selector {
	border: none;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 125px;
}

fieldset.language-selector table{
	border-collapse: collapse;
	width: 290px;
}

fieldset.language-selector table label{
	display: block;
}

fieldset.language-selector table tr.selected label{
	font-weight: bold;
}

fieldset.language-selector table tr div{
	height: 0px;
	background-color: red;
	border: solid 1px green;
}

.field .input fieldset.language-selector table tr td select{
	display: none;
}

.field .input fieldset.language-selector table tr.selected td select{
	display: inline;
}

fieldset.language-selector table td{
	padding: 1px 0px 0px 0px;
}

fieldset.language-selector table tr.selected div{
	display: block;
	height: 20px;
}

.field .input fieldset.language-selector select{
	width: 180px;
}

input#form-registration--field-birth_year,
input#form-profile--field-birth_year{
	width: 40px;
}

input.datepicker{
	width: 80px;
	display: block;
}

div.datepicker{
	border: solid 1px #888;
	/*width: 140px;*/
	background: white;
	position: absolute;
	text-align: center;
}

/*Date - time picker*/
div.smart-datecontrol
{
	position: absolute;
	border: 1px solid #06C;
	background-color: white;
	display: none;
	text-align: right;
	z-index:100;
}

div.datepicker button{
	width: 140px;
	padding: 0px;
}

table.smart-calendar 
{
	border-spacing: 1px;
	margin: 1px;
}

table.smart-calendar th
{
	font-size: 11px;
	font-family: Tahoma;
}

table.smart-calendar td
{
	border: 1px solid #ddd;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	width: 17px;	
	height: 17px;	
}

table.smart-calendar td.smart-weekend
{
	background-color: #ccc;
}

table.smart-calendar td.smart-today
{
	border-color: #bd0000;
}

table.smart-calendar td.smart-selected
{
	background-color: #f19711;
	border-color: black;
	font-weight: bold;
}

table.smart-calendar td.smart-selected a
{
	color: black;
}

table.smart-calendar a
{
	padding: 2px 1px;
	text-decoration: none;
	color: #b00;
	display: block;
}

td.smart-othermonth a{
	color: #888;
}

table.smart-calendar a:hover
{
	text-decoration: none;
	color: black;
	background-color: #F3A735;
}

table.smart-dp-head {
	width: 135px;
}

table.smart-dp-head td {
	border-collapse:collapse;
	padding:0;
}

td.smart-dp-ud{
	font-size:1px;
}

td.smart-dp-ud a
{
	display:block;
}

td.smart-dp-ud a img{
	width: 8px;
	height: 5px;		
}

table.smart-dp-head a img {
	border:0;
}

td.smart-dp-close{
	text-align: right;
	vertical-align: top;
}


table.smart-dp-head td.smart-dp-close a img {
	width: 13px;
	height: 13px;
}

input.smart-dp-yr, select.smart-dp-mo
{
	font-size: 11px;
	font-family: Tahoma;
	border: 1px solid white;
}

input.smart-dp-yr
{
	width:25px;
}

.field .input select.smart-dp-mo
{
	width:85px;
}

fieldset.fields{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
}
