/*----------------------------------------------------------------------*/
#proposal {
  height:		580px;
}
#proposal .brief #fileInput {
  position:		relative;
  top:			-60px;
  right:		-15px;
  float:		right;
  height:		40px;
  opacity:		0;
  z-index:		10;
}
#proposal .brief #fakeInput {
  width:		405px;
}
#proposal .brief .btnBrowse {
  position:		absolute;
  right:		0px;
  z-index:		5;
}
#proposal .notice {
  right:		75px;
}
#proposal iframe {
  display:		none;
}
#proposal #thanks {
  position:		absolute;
  left:			0px;
  top:			0px;
  width:		100%;
  height:		100%;
}
#proposal #thanks span {
  display:		none;
}
