/* --------------------------------------------------------- */
/* tux-mania's universelles HelpDesk-Formular                */
/* 2014/09/19 V1.0 Tobias Stoeber <t.stoeber@tux-mania.de>   */
/* --------------------------------------------------------- */

	body {
		margin: 25px;
		font-family: Arial, Verdana, sans-serif;
		font-size: 10pt;
	}

	h1 {
		font-size: 12pt;
	}

	.fmErrorMesg {
		border:1px solid #BB0000;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin:20px;
		padding:10px;
		width:600px;
	}

	#box {
		background-color: #666666;
		width: 300px;
		border: 1px solid #666666;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		padding-bottom: 10px;
		float: left;
	}

	#box p {
		font-size: 10px;
		padding: 5px;
		margin: 0px;
	}

	#drop {
		width: 300px;
		height: 250px;
		float: left;
		background-color: #999999;
	}

	#status {
		width: 300px;
		height: 25px;
		font-size: 10px;
		color: #fff;
		padding: 5px;
	}

	#list {
		width: 300px;
		font-size: 10px;
		float: left;
		margin-left: 10px;
	}

	.addedIMG {
		width: 100px;
		height: 100px;
	}

	.fmSelect {
		width: 300px;
	}

.attachment {
  padding: .625rem 1.825rem .625rem 2.5rem;
  border: 1px #ccc solid;
  position: relative;
  margin: 0 0 .625rem 0;
  background-color: #ffffff;
}

.attachment:before,
.attachment:after {
  display: table;
  content: "";
}

.attachment:after {
  clear: both;
}

.attachment:before {
  position: absolute;
  content: attr(data-text);
  /* text-transform: lowercase; */
  left: 1.5rem;
  top: 11.875rem;
  color: gray;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  height: 1rem;
  text-align: right;
  white-space: nowrap;
  direction: ltr;
  width: 12.5rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
	