

 iframe.debug {
	border-width: 5px;
	height: 100px;
	width: 400px;
	vertical-align:top;

 }

 iframe.upload {
	border-width: 0px;
	border: 0px;
	height: 60px;
	width: 400px;
	vertical-align:top;
 }


 iframe.hiddendebug {
    border-width: 1px;
	//visibility: hidden;
	//width:0px;
	//height:0px;
 }


 iframe.hidden {
    border-width: 0px;
	visibility: hidden;
	width:0px;
	height:0px;
 }

 .attachmentLinkTitle {
		font-family:Arial,Helvetica,Sans-serif;
		font-size:11px;
		line-height:18px;
		color:#44657B;
		right: 95%;

 }

 .iframeInternal {
   background-color: #ecedb3;
 }

 .uploadedFileName {
  font-family:Tahoma;
  font-size:11px;
  line-height:18px;
  color:#44657B;
 }


