.arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

div.text-center{
	text-align: center;
}

div.drying-component{
	width: 240px;
	height: 240px;
	border: 2px solid black;
	border-radius: 10px;
	text-align: center;
}

div.drying-component:hover {
	/*background-color: #a0bded;*/
	/*cursor: pointer;*/
}

div.fLeft{
	float: left;
}

.w20 {
	width: 20px;
}

.w40 {
	width: 40px;
}

.w90 {
	width: 90px;
}

.w100 {
	width: 100px;
}

.w120 {
	width: 120px;
}

.w240{
	width: 240px;
}

.h40{
	height: 40px;
}

.h50 {
	height: 50px;
}

.h80{
	height: 80px;
}

.h100 {
	height: 100px;
}

.h120 {
	height: 120px;
}

.h240 {
	height: 240px;
}

.h440{
	height: 440px;
}

.line-h20 {
	line-height: 20px;
}

.line-h50{
	line-height: 50px;
}

.line-h120 {
	line-height: 120px;
}

.line-h240{
	line-height: 240px;
}

.position-relative{
	position: relative;
}

.t7{
	top:7px;
}

.t15{
	top:15px;
}

.t17 {
	top: 17px;
}

.t20{
	top:20px;
}

.t25 {
	top: 25px;
}

.t30 {
	top: 30px;
}

.t79{
	top:79px;
}

.t120{
	top:120px;
}

.t-6{
	top:-6px;
}

.t-10{
	top: -10px
}

.t-20 {
	top: -20px
}

.l-5{
	left: -5px;
}

.l1{
	left: 1px;
}

.l20{
	left: 20px;
}

.l25 {
	left: 25px;
}

.l27{
	left: 27px;
}

.l28 {
	left: 28px;
}

.l30{
	left: 30px;
}

.l40 {
	left: 40px;
}

.l100 {
	left: 100px;
}

.l110{
	left:110px;
}

div.blackBottomBorder1 {
	border-bottom: 1px solid black;
}

div.blackLeftBorder1{
	border-left: 1px solid black;
}

.font11{
	font-size: 11px;
}

