/* @override http://macpaw.com/css/addrequestpage.css */

/* @help panel */

.requestpanelbg {
			height: 291px;
			width: 800px;
			float:left;
			margin-left: 0px;
			margin-top:-1px;
			
			
}	
.iconreq2 {
			margin-top: 10px;
			margin-left: -360px;
			float:left;
}
.addbtn {
			float:left;
			margin-left: 612px;
			margin-top: -45px;
}
.textform{
			width:339px;
			margin-left: 2px;
			color:#cecece;
			overflow:hidden;
}
textarea {
  
			overflow:hidden;
}
.addreqform {
			float:left;
			margin-top: -260px;
			margin-left: 350px;
			
}
.notdisplay {
			float:left;
			font: 14px "Myriad Pro";
			color: #cecece;
			margin-left: 350px;
			margin-top: -52px;
}
.addrequesttext {
			float:left;
			font: 25px "Myriad Pro";
			color: #FFF;
			margin-left: 94px;
			margin-top: -60px;
}
.addrequeststate{
			float:left;
			font-family:"Myriad Pro";
			font-size:16px;
			color: #FFF;
			margin-left: 75px;
			margin-top: -40px;
}
.addBtnImg{
			background: url(/img/request/add.png) no-repeat;	
			cursor: pointer;		
}
.addBtnImg:hover{
			background: url(/img/request/add.png) no-repeat;		
			background-position:left -40px;		

}