#sendemail
{
	position: relative;
	width: 100%;
	height: 480px;
}

#sendemail1
{
  position: absolute;
  top: 0px;
  width: 100%;
}

#sendemail2
{
  position: absolute;
  width: 100%;
  top: 480px;
  color: green;
}

#sendmailtxt
{
  text-align: right;
  position: relative;
  width: 50%;
  left: 0;
  top: 0;
}

#sendemail1 select, input, textarea
{
  right: 50px;
  width: 380px;
  position: absolute;
  right: 0px;
}
#sendemail1 img
{
  position: absolute;
  top: 190px;
  right: 150px;
}


#sendemail2.#submitbtn
{
  position: absolute;
  right: 0px;
  width: 120px;
  bottom: 0px;
  visibility: visible;
}

#sendemailtitle
{
  font-size: 18px;
  font-weight: bold;
}

