/** CSS Style Sheets fuer die einzelnen Masken **/
/** table width: 740px **/

/** Maske mask-base-contact **/
#mask-base-contact form table thead tr td.caption { width:240px; height:0px; }
#mask-base-contact form table thead tr td.field { width:240px; height:0px; }
#mask-base-contact form table thead tr td.field2 { width:240px; height:0px; }

/** Maske mask-user-data **/
#mask-user-data form table thead tr td.caption { width:150px; height:0px; }
#mask-user-data form table thead tr td.field { width:210px; height:0px; }
#mask-user-data form input { width: 200px; }
#mask-user-data form select { width: 206px;	 }
#mask-user-data form .formButton, #formButtonIE { width: 186px; }
#mask-user-data form table tbody tr th .checkbox { width: 16px; }
#mask-user-data form table tbody td { padding-right: 4px; }
#mask-user-data form table tbody tr td .checkbox { width: 16px; }
#mask-user-data #registrationInfo { font-weight: bold; font-size: 13px; color: red; }

/** Maske mask-user-login **/
#mask-user-login form table thead tr td.caption { width: 180px; height:0px; }
#mask-user-login form table thead tr td.field { width: 215px; height:0px; }
#mask-user-login form input { width: 210px; }
#mask-user-login form .formButton, #formButtonIE { width: 166px; }
#mask-user-login form table tbody tr td .checkbox { width: 16px; }



/** Maske mask-user-passwordRequest **/
#mask-user-passwordRequest form table thead tr td.caption { width:180px; height:0px; }
#mask-user-passwordRequest form table thead tr td.field { width:315px; height:0px; }
#mask-user-passwordRequest input { width: 290px; }
#mask-user-passwordRequest form .formButton, #formButtonIE { width: 166px; }



/** Maske mask-user-sendActivationMailAgain **/
#mask-user-sendActivationMailAgain form table thead tr td.caption { width:180px; height:0px; }
#mask-user-sendActivationMailAgain form table thead tr td.field { width:315px; height:0px; }
#mask-user-sendActivationMailAgain input { width: 290px; }
#mask-user-sendActivationMailAgain form .formButton, #formButtonIE { width: 186px; }



/** Maske mask-admin-role-data **/
#mask-admin-role-data form table thead tr td.caption { width:160px; height:0px; }
#mask-admin-role-data form table thead tr td.field { width:270px; height:0px;  }
#mask-admin-role-data form table thead tr td.picturesHeader { width: 300px;  }
#mask-admin-role-data input { width: 250px; }
#mask-admin-role-data form table tbody tr td .checkbox { width: 16px; }


/** Maske mask-admin-log-data **/
#mask-admin-log-data form table thead tr td.caption { width:180px; height:0px; }
#mask-admin-log-data form table thead tr td.field { width:540px; height:0px; }



#mask-admin-role-data form table tbody tr td.pictures {
	padding: 10px;
	text-align: right;
}

#mask-admin-role-data form table tbody td table {
	border: 1px solid #ffffff;
	position:relative;
	clear: both;
	float: right;
	right: 0px;
	background-color: #ebebeb;	
	margin: 0px;
	padding: 0px;
	width: 280px;
}

#mask-admin-role-data form table tbody td table td {
	width: 120px;
	padding: 5px;
	text-align: center;
	border: 1px solid #ffffff;
}



/** Maske mask-sonotrader-device **/
#mask-sonotrader-device form select { width: 226px; }
#mask-sonotrader-device form input { width: 220px; }
#mask-sonotrader-device form textarea { width: 220px; height: 80px; }
#mask-sonotrader-device form file { width: 220px; }
#mask-sonotrader-device form table tbody tr td .checkbox { width: 16px; }
#mask-sonotrader-device form .formButton, #formButtonIE { width: 166px; }

#mask-sonotrader-device form table thead tr td.caption { width:160px; height:0px; padding:0px; margin: 0px;}
#mask-sonotrader-device form table thead tr td.field { width:250px; height:0px; padding:0px; margin: 0px;}
#mask-sonotrader-device form table thead tr td.picturesHeader { width: 300px;  padding:0px; margin: 0px;}

#mask-sonotrader-device form table tbody tr td.pictures {
	padding: 10px;
	text-align: right;	
	vertical-align: top;
}

#mask-sonotrader-device form table tbody tr td div#textarea {
  width:200px;
}

#mask-sonotrader-device form table tbody td table {
	border: 1px solid #ffffff;
	position:relative;
	clear: both;
	float: right;
	right: 0px;
	background-color: #ebebeb;	
	margin: 0px;
	padding: 0px;
	width: 280px;
	vertical-align: top;
}

#mask-sonotrader-device form table tbody td table td {
	width: 120px;
	padding: 5px;
	text-align: center;
	border: 1px solid #ffffff;
}

/** Maske mask-sonotrader-requestDevice **/
#mask-sonotrader-requestDevice form table thead tr td.caption { width:200px; height:0px; }
#mask-sonotrader-requestDevice form table thead tr td.field { width:510px; height:0px; }
#mask-sonotrader-requestDevice textarea { width: 490px; height: 120px;}
#mask-sonotrader-requestDevice form .formButton, #formButtonIE { width: 166px; }


