/*
 * Basic styles for send_to_mp.module
 */
#block-send-to-mp-send-to-mp {
	margin-top: 8px !important;
}

form#send-to-mp-form {
	padding: 1%;
	background: #eee;
}

form#send-to-mp-form input.form-submit {
	background: #fff;
}

form#send-to-mp-form fieldset {
	/*margin: 0 0 1em 0;*/
	margin: 0;
	padding: 0;
	border: none;
}

form#send-to-mp-form legend {
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 115%;
	/*color: #00aecb;*/
	color: #000;
}

form#send-to-mp-form .form-item {
	margin: 0 0 1em 0;
}

/*fieldset#lookup-mp {
	height: 100px;
}*/

.form-item-postcode {
	height: 18px;
}
.form-item-postcode label,
.form-item-postcode #edit-postcode {
	float: left;
}
.form-item-postcode label {
	margin: 3px 10px 0 0;
}
.form-item-postcode label .form-required {
	display: none;
}

input.button-mp {
	clear: both;
}

img.wait {
	display: none;
  float: left;
	width: 16px;
	height: 16px;
	/*margin: 4px 0 0 16px;*/
	margin: 4px 10px 0 0;
	border: none;
}

div#stmp-lookedup,
div#stmp-result { 
	clear: both;
  display: none; 
  height: auto;
  /*margin: 10px 0 10px 106px;*/
  margin: 0 0 5px 0;
  padding: 4px 6px;
/*  border: 2px solid #000;*/
  border: none;
}

div#stmp-result { 
  color: #fff;
  background-color: #b51e2f;
  background: #000;
}

div#stmp-lookedup {
  color: #fff;
  background-color: #003055;
  background: #000;
}

div#stmp-lookedup div {
	display: inline-block;
	margin-right: 10px;
}

#stmp-lookedup label,
#stmp-lookedup span {
	float: left;
	margin-right: 5px;
}

div#stmp-lookedup span {
	font-weight: bold;
	color: #f89728;
}

form#send-to-mp-form input[type="text"],
form#send-to-mp-form textarea {
	width: 250px;
}

form#send-to-mp-form input#edit-postcode,
form#send-to-mp-form input#edit-postcode2 {
	width: 70px;
}

form#send-to-mp-form textarea#edit-email-content {
	/*width: 600px;*/
	width: 90%;
	/*height: 400px;*/
	height: 640px;
}

form#send-to-mp-form fieldset#email-mp { /* set to show on successful look up */
/*	display: none;*/
	margin-top: 1em;
}

