﻿html{
	height:100%;
}

body{
	font-size: 12px;
	font: Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #656565;
	background: #FBFBFB none repeat;
}

*{
	margin: 0;
	padding: 0;
}

a {
	border:0;
	text-decoration:none;
}

#contener{
	margin:auto;
	width:980px;
	padding:0;
}

#jakies{
	float:inherit;
}

div#dialog-form{
	font-size:12px;
}

#dialog-form label, input, textarea { display:block; }

#dialog-form input.text, textarea { margin-bottom:12px; width:380px; padding: .4em; }

#dialog-form fieldset { padding:0; border:0; margin-top:25px; }

#dialog-form h1 { font-size: 1.2em; margin: .6em 0; }

.ui-dialog .ui-state-error { padding: .3em; }


#sugester{
	border:0;
	right: 0;
	position: fixed;
	margin:140px 0 0 0;
	padding:0;
	width:28px;
	height:123px;
	background: url('../../gfx/sugester_add_blue.gif') no-repeat;
}

#tabs{
	min-height:500px;
	width:auto;
}

p.subject{
	font-size:16px;
	color:#282828;
	padding: 10px;
}

.message{
	color:gray;
	padding:12px;
}

#search input{
	font-size:11px;
	vertical-align:middle;
}

#cookieLimit{
	font-size:20px;
	color:#ff6902;
}

#lims{
	width:300px;
	height:70px;
}


