/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
-------------------------------------------------------------- */

div.inline-form {
	padding: 1.5em 1em;
	border-left: 10px solid #ccc;
}
div.page-form {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1.5em 1em;
	border-left: 10px solid #ccc;
}

label       { font-weight: bold; }
fieldset    { margin: 0 0 1.5em 0; font-weight:bold;}
legend      { font-weight: bold; font-size:1.2em; }


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

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

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

input.text, 
input.title   { width: 250px; padding:1px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:0px; 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:1em;
}


/* 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; }


/* groopbox forms */
input.JqAutoCompleteField {
	width: 180px;
}

form .field {
    margin-bottom:10px;
}

form label {
/*	float:left;*/
	width: 180px;
}



form div#Addresses label,
div#Birthday label {
	width: 188px;
}

form div#Addresses label {
	
}

div#Addresses-row-1 input {
	width: 245px;
}

form div#Addresses div.middleColumn div.field.dropdown label {
	
	display: none;
}

#Form_ProfileForm div.middleColumn {
    display: block;
}

div#TerminForm {
   border-top: 1px solid #efefef;
   border-bottom: 1px solid #efefef;
   border-right: 1px solid #efefef;
   margin-bottom: 20px;
}

table#OrgaRoles,
table#Phones,
table#Emails,
table#Websites {
	width: 200px;
    border: 1px solid #efefef;
	}

table#OrgaRoles tr td input,
table#Phones tr td input,
table#Emails tr td input,
table#Websites tr td input,
table#Adresses tr td input	 {
	width: 170px;


}

div.lessform {
	position:relative;left:447px;top:-25px
}

div.moreform {
	position:relative;left:484px;top:-42px
}
div#Content,
div#Kategorie {
	margin-top: 20px;
}

form div#Title label,
form div#MenuTitle label,
form div#Content label,
form div#Index label,
form div#Autor label,
form div#Kategorie label,
form div#Quality label,
form div#NumberThumbs label,
form div#MyPageType label

 {
	display:block;
	width:100%;
}


div.jqmdMSG form div#Title label {
	width:200px;
}



table#Form_EditForm_Content_tbl {

	clear: left;
}

.calendardate {
	margin-bottom: 4px;
	margin-top: 4px;
}

div.moreform a,
div.lessform a {
	font-weight:normal;
}

h2#Form_ImportUserForm_Label {
   float:left;
}

span.dateInfo {
    display: block;
    padding-top: 5px;
}

#Form_SearchForm fieldset, #Form_SearchForm .Actions {
	margin:0;
        padding:0;
        border:0;
	float:left;
}
#Search input {
	width:100px;
	float:left;
	margin:0;
	margin-right:10px;
}
#Form_SearchForm_action_results {
	padding:0;
	line-height:1em;
	height:18px;
	width:18px;
}
#Form_AddAttachmentForm textarea { 
	width: 390px;
	height: 120px;
	padding:5px;
}
.fieldgroup {
    width:45%;
    float:left;
    margin-right:5%;
    margin-bottom:20px;
}