
/* FORM1
 ###################################### */
 .forms {
 	min-height:1px;
	padding:10px;
   /* background:url(http://media.platinnetz.de/img/form-bg.png?1248167488); */
 }
 
 .forms input, .forms textarea {
	 font-family: inherit;
	 font-size:inherit;
	 font-weight:inherit;
	 line-height:inherit;
	 letter-spacing:inherit;
	 border:1px solid #ccc;
	 font-family: verdana, sans-serif;
 }

 .forms li.label, .forms label {
 	width:160px;
	float:left;
	font-weight:bold;
	line-height:normal;
 }
 

.forms li.input,
.forms li.inputnobg {
 	padding-left:5px;
	margin-bottom:10px;
	position:relative;
 }
 
.forms li.inputnobg span.pntooltip {
	  display: block;
	  position:absolute;
	  background: #FFDCB7;
	  border:1px solid #ccc;
	  width:270px;
	  padding:10px;
	  right:-305px;
	  top:0;
}

.forms li.input input, 
.forms li.inputnobg input {
	margin-right:10px;
	padding:2px;
	width:200px;
	border:1px solid #ccc;
}

.forms li.radio , .forms li.checkbox, .forms li.select {
	margin-bottom:10px;
	padding-left:5px;
}

.forms li select {
	width: 286px;
} 

.forms li.radio span {
	margin-right:10px;
}

.forms li.inputnobg textarea, .forms li.inputnobg select {
  border:1px solid #ccc;
  padding: 2px;
}

.forms li.inputnobg textarea {
	overflow: auto;
}

.forms li.inputnobg span.small {
	font-size:11px;
	color: #333;
}

 .forms li.input button {
   border:none;
   background:none;
   margin-top:3px;
   cursor:pointer;
   float:right;
   padding:0;
   font-weight:bold;
   color:#666;
   letter-spacing:0;
 }

 .forms li.description {
 	float:right;
	padding-top:2px;
	position:relative;
 }
 
 .forms li.descriptionnobg {
 	float:right;
	padding:0;
	position:relative;
 }
  
 .forms li.description p, .forms li.descriptionnobg p {
	background-color:#eee;
	border:1px solid #ccc;
	color:#666;
	display:none;
	padding:5px;
	position:absolute;
	z-index:10;
	top:5px;
	left:-315px;
	width:300px;
 }

 
.forms li.validation {
  float: right;
  margin-right: 16px;
  width: 16px;
  height: 16px;
  background: transparent no-repeat;
}
.requirestar {
  color:#c96c0a;
  font-weight:bold;
}

.form_footer {
	padding:0 10px;
}


/* SEARCH
 ###################################### */
 
 .searchform {
 	background:url(http://media.platinnetz.de/img/search-bg.png?1248167488) no-repeat center bottom;
	height:50px;
	width:498px;
 }
 
 .searchform ul {
	background:url(http://media.platinnetz.de/img/search-bg.png?1248167488) center top;
	overflow:hidden;
 }
 
 .searchform ul li {
	  float:left;
	  margin-top:8px;
	  padding:0 5px;
	  vertical-align:middle;
 }
 
 .searchform ul li.label
  {
	width:125px;
	line-height:35px;
	text-align:center;
	font-weight: bold;
	float: left;
 }
 
 .searchform input {
	width:240px;
	margin-right:5px;
	margin-top:5px;
	padding:5px;
	float:left;
	vertical-align:center;
 }
 
 .searchform button {
 	margin-top: 6px;
 }
 

/* CATEGORYBOX /filterbox
 ###################################### */
 
 .categorybox {
	width: 283px;
}

.categorybox #catname{
	cursor:pointer;
	background:#fff url(http://media.platinnetz.de/img/selectbox-arrow.png?1248167488) no-repeat right;
	border:1px solid #ccc;
	padding:2px;
	height:15px;
	margin-left:155px;
	width:280px;
}

.categorybox .selectbox {
 position:absolute;
 right:34px;
 top:22px;
 z-index:100;
 background:#fff;
 width:283px;
 border: 1px solid #ccc;
}

.categorybox .selectbox ul {
	float:left;
	width:120px;
	margin:5px 5px 10px;
}

.categorybox .selectbox ul li a{
	font-weight:normal;
	display:block;
	padding:0 2px;	
	background:#fff;
}

.categorybox .selectbox ul li a:hover{
	background:#ccc;
	color:#000;
}

/* FORMS HEADER 
###################################### */

.forms b.header {
  float: none !important;
  display: block;
  width: auto !important;
  font-size: 13px;
  border-bottom:1px solid #ccc;
}

.forms b.header span.label {
  background: #FFF;
  float:left;
	height:10px;
	margin-top:-7px;
	padding-right:5px;
}

.forms b.header a.edit_link {
  display: none;
  float: right;
  margin-top: -5px;
  padding-left: 30px;
  padding-right: 3px;
  background-color: #FFF !important;
  background-position: 5px 0 !important;
  height: 16px;
}

.forms b.header a.edit_link span {
   background: #FFF;
   display: block;
   padding-top: 5px;
}

.forms li .content {
	margin-top: 15px;
	padding: 0 5px;
}

.forms li .content div {
  overflow: hidden;
}

.forms li .content p {
	padding:0 0 5px;
}
