form#aliases input {
	width:400px;
}

form#aliases input.awesome{
	width:150px;
}

table.hostpeople {
	border:4px solid #a9014b;
}

table.hostpeople td {
	border: none;
	vertical-align: middle;
}

table.hostpeople td a.awesome {
	margin-top: 25px;
}

tr.headerrow{
	background-color: #a9014b;
	color:#fff;
	font-size: 1.1em;
}

#domainnav						{height: 65px; margin-top: 0; width: 585px;}
#domainnav ul 					{list-style: none; padding:0px;margin:0px;}
#domainnav ul li					{display: inline; margin: 0 3px 0 3px;}


#domainnav ul li a				{color: #000; text-decoration: none; display: inline-block; height: 24px; margin-top: 16px; padding: 4px 7px 0 7px; font-size: 12px;font-family: 'lucida grande', 'arial', 'trebuchet ms', sans-serif;}
#domainnav ul li a:link,
#domainnav ul li a:active,
#domainnav ul li a:visited		{text-decoration: none; display: inline-block;}

#domainnav li.current_page_item a {background-color: #A50083; color: #FFF;}
#domainnav ul li a:hover			{background-color: #A50083; color: #FFF;}
#domainnav ul li a.current		{background-color: #A50083; color: #FFF;}

.mif_component h3 {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 220px; 
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	clear:both;
}

.mif_component{
	margin: 2px 0;
}

.mif_component select {
	width:auto;
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
    font-size:12pt; 
}



.mif_component input, .mif_component textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:40%;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
    font-size:12pt;                          
}

.mif_component span {
	color: #a50083;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 20px 0;
  padding: 0;
}

.mif_component br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

form em {
	margin: 10px 0 0 230px;
	display:block;
}

input.awesome {
	margin-left: 230px;
	display: block;
	clear: both;
}

.mif_invalid{
	margin-left: 230px;
	color:#ff0000;
}

.flasher {
	z-index:10000;
	text-align: center;
	position:fixed;
	overflow:visible;
	width:100%;
	left:0;
	top:0;
	font-size:18pt;
	font-family: Georgia;
	height: 42px;
	padding:0;
	margin:0;
}