body {
  background-color: #ffffff;
  color: #505050;
  font-family: Arial, Verdana, Helvetica;
  text-align: justify;
}

h2 {
  font-size: .8em;
  font-weight: bold;
  margin: 0px 20px 10px 20px;
}

p {
	font-size: .8em;
	margin-left: 12px;
}

#modal-overlay {
	background-color: #000000;
	cursor: wait;
}

#modal {
	font-family: Arial, Verdana, Helvetica;
	font-size: 16px;
	text-align: left;
  width: 450px;
}

#modal .modal-content {
	background-color: #ffffff;
	height: 40px;
}

#modal h1 {
	color: #1eb4b9;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
	margin: 0;
	padding: 0 0 6px 12px;
}

#modal .modal-loading {
	background: url("../images/modal/loading.gif") no-repeat;
	margin: -14px 0 0 170px;
	padding: 0;
  position: absolute;
	width: 32px;
  height: 32px;
	z-index: 8000;
}

#modal br {
	clear: both;
}

#modal form {
	margin: 0;
  padding: 0;
}

#modal label {
	clear: left;
	display: block;
	font-size: .8em;
  font-weight: bold;
  text-align: right;
  float: left;
  padding-right: 4px;
  width: 100px;
}

#modal .modal-input {
  background: #eeeeee;
  border: 1px solid #e1e1e1;
  font-family: Arial, Verdana, Helvetica;
	float: left;
  margin: 2px;
	padding: 2px;
	width: 300px;
}

#modal textarea {
	font-size: .9em;
  height: 114px;
}

#modal .modal-top {
	background: url("../images/modal/modal_top.png") no-repeat;
  margin: 0;
	padding: 0;
  height: 123px;
}

#modal .modal-bottom {
  background: url("../images/modal/modal_bottom.png") no-repeat;
	font-size: .7em;
	text-align: center;
  height: 26px;
}

#modal .modal-bottom a, #modal .modal-bottom a:link,
#modal .modal-bottom a:active,#modal .modal-bottom a:visited {
  color: #666666;
  position: relative;
  top: -4px;
  text-decoration: none;
}

#modal .modal-bottom a:hover {
	color: #888888;
}

#modal .modal-button {
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: .7em;
  font-weight: bold;
  text-align: center;
	margin: 10px 5px 0 0px;
	vertical-align: middle;
  height: 24px;
}

#modal .modal-send {
	background: url("../images/modal/send.png") no-repeat;
  width: 65px;
}

#modal .modal-cancel {
	background: url("../images/modal/cancel.png") no-repeat;
  width: 65px;
}

#modal a.modalCloseX, #modal a.modalCloseX:link,
#modal a.modalCloseX:active,#modal a.modalCloseX:visited {
  color: #999999;
  font-size: 1em;
	font-weight: bold;
	margin: 105px 5px 5px 5px;
	position: absolute;
  right: 6px;
  text-decoration: none;
	top: -4px;
}

#modal a.modalCloseX:hover {
	color: #9bb3b3;
}
