/**************************************************************
	Forms 1.2 18.01.2008
**************************************************************/
form.forms { margin: 0 5px; padding-top: 5px; }
	
	/* Fieldset and legend style */
	form.forms fieldset { border: 1px solid #e6e8da; margin-bottom: 10px; }
	form.forms fieldset div.legend { padding: 5px 10px; margin-bottom: 10px; font-weight: bold; color: #fff; border-bottom: 5px solid #532d51; }
	form.forms fieldset div.fieldset { margin-left: 15px; margin-top: 10px; margin-right: 15px; margin-bottom: 10px; }
	
	form.forms fieldset legend { color: #94958e; padding: 0 5px; margin-left: 15px; }
	
	/* Paragraph un- and checked */
	form.forms fieldset p { clear: both; overflow: auto; height: 100%; padding: 8px 10px 15px; margin: 0 0 0 10px; }
	form.forms fieldset p.current { background: #fff url(../images/backend/forms/paragraph-bg.gif) 0 bottom repeat-x; }
		
		html>body form.forms fieldset p { }
		* html form.forms fieldset p label span {  } 
		
	/* Label, em, span, b */
	form.forms fieldset p label { float: left; width: 130px; padding: 5px 15px 3px 0; color: #6e1010; text-align: right; font-weight: bold; cursor: pointer; }
	form.forms fieldset p label em { color: #d24d4d; font-style: normal; padding: 0 0 15px 5px; }
	form.forms fieldset p label span { float: none; display: block; font-weight: normal; color: #b1b1b1; font-size: 10px; } 
	
		form.forms fieldset p b { display: none; }
		form.forms fieldset p span { float: left; } 
	
	/* Input */
	form.forms fieldset p input, 
	form.forms fieldset p textarea { color: #323131; background: #fff; border: 1px solid #cecccc; font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif; padding: 3px 5px; margin-bottom: 5px; vertical-align: middle; }
	
	form.forms fieldset p input:focus, 
	form.forms fieldset p textarea:focus { border-color: #939393; }
	
	form.forms p.submit { padding: 10px 0; }
	form.forms p.submit input { width: 78px; height: 26px; border: 0; color: #fff; font: 11px Georgia, "Times New Roman", Times, serif; background: url(../images/layout/others/submit.gif) no-repeat; cursor: pointer; }
	
	/* Checkboxy */
	form.forms fieldset p.checkbox span {  }
	form.forms fieldset p.checkbox span span { float: none; display: block; width: 100%; padding: 2px 0; }
	form.forms fieldset p.checkbox span span input { background: none; border: 0; margin: 0; }
	form.forms fieldset p.checkbox span span label { float: none; font-weight: normal; }
		
	/* Warning */
	form.forms fieldset p.warning input, 
	form.forms fieldset p.warning textarea { color: #fff; background: #f9c2c2 url(../images/backend/forms/input-warning-bg.gif) left bottom repeat-x; border-color: #b85f5f; }
	form.forms fieldset p.warning label { color: #c56666; }
	form.forms fieldset div.error_box { color: #c56666; margin: auto; font-weight: bold; background-color: #E6E8DA; margin-top: 10px; margin-bottom: 20px; padding: 10px; text-align: center; width: 400px; }
	
	form.forms fieldset p.warning input:focus, 
	form.forms fieldset p.warning textarea:focus { border-color: #2a0a0a; }
	
	/* Sample forms */
		
		/* Address */
		input.street { width: 216px; } input.house { width: 40px; } input.flat { width: 20px; } 
		input.post1 { width: 20px; text-align: center; } input.post2 { width: 30px; text-align: center; } input.city { width: 200px; }
		
		
  /*************************** 
	* 	Avatars library
	****************************/

  img.avatar {
    border: 3px solid #E6E8DA;
  }
  
  img.avatar:hover {
    border: 3px solid #EFC8B3;
  }
  