/* --
        MediVoiceRX.com v.1.0 CSS
        Created by Rankin Creative : Justin R. Rankin
        Copyright &copy; 2007 MediVoice, LLC. All Rights Reserved.
-- */

/* ---- Message Area Elements ---- */

#message-area {
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	display: block;
	background-color: #f2edc1;
	border: 1px solid #999;
	font-size: 11px;
}

#message-area p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#message-area ul{
	padding: 5px 0px 10px 30px;
	margin: 0px 0px 0px 0px;
}

/* ---- Contact Information Elements ---- */

#contact_table {
	margin: 0px 0px 20px 0px;
	line-height: 18px;
	font-size: 11px;
}

table.info td, table.info th{
	vertical-align: top;
	text-align: left;
}

ul.icons {
	width: 185px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.icons li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
}

ul.icons li.email {
	background: url(../images/icons/email.gif) 0px 3px no-repeat;
}

/* ---- Contact Form Elements ---- */

#contact_table_box {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #999;
	font-size: 11px;
}

table.form th, table.form td {
	vertical-align: top;
}

table.form td {
  padding: 0px 0px 0px 10px;
}

table.form th {
  width: 180px;
  padding: 0px 0px 0px 0px;
  text-align: right;
}

table.form .required label {
	font-weight: bold;
}

table.form .requirederror th {
  color: #00aa4f;
  font-weight: bold;
}

table.form .requirederror label {
  font-weight: bold;
}

table.form .submit td {
  padding: 0px 0px 0px 5px;
}

table.form .requirederror td input, table.form .requirederror td textarea, table.form .requirederror td select {
  border: 1px solid #00aa4f;
}

label {
	font-weight: normal;
}

#map {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 500px;
	height: 400px;
	border: solid 1px #979797;
	background: url(../images/icons/loading.gif) 50% 50% no-repeat;
}

.requirederror {
	color: #f00;
}

.maplink {
	cursor: pointer;
}
