/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { display:block; font-weight: bold; }
fieldset    { padding:1em; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input, input.title,
textarea, select {
  margin: 0 0 5px 0;
  border:1px solid #bbb;
}

input:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input[type=text], 
input.title   { padding:2px; width: 425px; }
input.title   { font-size:1.5em; }
textarea      { padding:2px; width: 425px; height: 150px; }
input[type=submit] { float:right; margin-right: 8px;}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* Captcha
-------------------------------------------------------------- */

#mailformwt_calculating_captcha { float:left; margin-right:10px; width: 100px; }


/* Seite weiterempfehlen
-------------------------------------------------------------- */

.tipafriend_recipientsuccess {
	font-style:			italic;
}

.tipafriend_backlink {
	margin:				10px 0;
}

.tipafriend_row {
	clear:				both;
	font-size:			12px;
	margin:				0 0 10px 0;
}

.tipafriend_row p {
 	font-size:			12px;
}

.tipafriend_row .tipafriend_label_text {
	float:				left;
	font-weight:		normal;
	width:				160px;
}

div.tipafriend_row input,
div.tipafriend_row textarea {
	float:				left;
	font-family:		"Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:			12px;
	font-weight:		normal;
	width:				285px;
}

div.tipafriund_submit input {
	float:				none;
	left:				160px;
	padding:			2px 10px;
	position:			relative;
	width:				auto;
}
