/*-------------------------------------------------------------------------------------------------*/
/* Style form															   			   */
/*-------------------------------------------------------------------------------------------------*/

  .field-container {padding: 2px;}
  .field-container label {
      display: block;
      float: left;
      width: 200px;
      padding-right: 20px;
      text-align: right;
  }
  
  .too-short-text {
      width: 100px;
  }
  
  .short-text {
      width: 200px;
  }
  .long-text {
      width: 350px;
  }


form {  
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	margin-top: 0px; 
	padding-top: 0px
	
	}

#form div	{
	
	font-size: 12px;
	}
		
#form fieldset	{
	padding: 20px;
	border:1px solid #eeeeee;
	}
	
#form legend	{
	text-transform: uppercase;
	font-size: 11px;
	}

#form label	{
	float: left;
	width: 235px;
	font-size: 12px;
	}
	
#form input, #form textarea, #form select {
	background-color: #eee;
	border: solid #ccc 0px;
	padding: 3px;
	width: 250px;
	overflow: auto;
	margin: 1px;
}

#form input.checkbox {
   width: auto;
}

#form input.error, #form textarea.error, #form select.error {
	border: solid #CC0000 1px;
	background-color: #fff;	
}

#form #buttons {
	margin: 10px 167px 0 0;
	float: right;
}
	
#form input.buttons {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666;
	border: solid #666 0px;
	padding: 4px;
	margin-right: 5px;
	width: 200px;
	float:right;
	

}

#form div.editnotifications input {
	width: auto;
	background: none;
	border: none;
	}
	

#form div.editnotifications {
	clear: left;
	}
	
#form textarea	{
	height: 120px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

#lastnews	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	

#form div.notificationsections input	{
	width: 15px;
	}
	
.error-field {background-color:#ffe0e0 !important; }

table.app-info{
  width: 100%;
    font-size:12px;
	line-height: 13px;
}

table.app-info th.group-title{
	border-bottom:1px solid #CCCCCC;
	color:#999;
	font-size:12px;
	font-weight:900;
	padding:12px 0 10px;
	text-align:left;
}
table.app-info th {
	border-bottom:1px solid #EEEEEE;
	font-weight: normal;
	color: #666;
	text-align:left;
	width:auto;
	padding-right:10px;
	font-size:12px;
}
table.app-info td {
		border-bottom:1px solid #EEEEEE;

	font-weight: normal;
	color: #999;
	text-align:left;
	width:auto;
	font-size:12px;
}
