/* General
============================================================================= */

.section {
	border-bottom: 1px solid #dcdcdc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

p.link {margin: 9px 0 0 0;}
p.arrow_down {background: url(../img/icons/arrow_down.gif) 0 2px no-repeat;}


/* Error box
============================================================================= */

#error_box {
	margin-top: 0px;
	color: #FFFFFF;
	background-color: #DC1276;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	display: none;
}

/* Send us a message
============================================================================= */

#message {
	width: 190px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	clear: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

.left_textinput {
	width: 180px;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	color: #E33E9C;/*#E33E9C;*/
	font-size: 14px;
	font-weight: bold;
}
.left_textinput a{
	color: #E33E9C;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;

}


  #message .row {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

  #message .row label em {
	font-style: normal;
	padding-left: 3px;
}

  #message div.textinput {
	height: 26px;
	background-image: url(../img/textbox_144.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
  }

  #message input {
	background: none;
	width: 170px;
	height: 21px;
	border: none;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
  }

  #message div.textarea {
	background: url(../img/textarea_144.gif) 0 0 no-repeat;
	height: 95px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
  }

  #message textarea {
	background: none;
	width: 200px;
	height: 83px;
	border: none;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 6px;
  }

  #message button {
	height: 25px;
	width: 77px;
	float: right;
	background-image: url(../img/identifier.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
  }

  #message button:hover {background-position: 0 -25px;}
