/*
   esu-styles.css
   easy-sign-up
   
   Created by Rew Rixom on 2011-04-04.
		ID's have underscores "_"
		Classes have dashes "-"
*/
/*Widget styles*/
form#w_esu_widget input[type='text']{
	float: right;
}
form#w_esu_widget label{
  display:inline-block  !important;
}
form#w_esu_widget em{
	color: Red !important;
}
form#w_esu_widget > div {
    padding: 2px;
}
/*Short code generated form */
.esu-form-table em{
	color:red !important;
	padding-right:5px !important;
}
.esu-required-text{
	font-size:80% !important;
	color:red !important; 
}
.esu_send_bnt{ 
	width: 97px;
	height: 31px;
	text-indent: -9999px;
	display: block;
	background: url(../images/submit.png) no-repeat;
	border:none!important;
	float: right;
}
/*Error CSS*/
.easy-sign-up-err{
	background-color: #f2f9ff !important;
	color:#64b3fd !important;
	padding:4px !important;
	display: none;
	width: auto  !important;
}
.esu-error{
  background-color: #f2f9ff !important;
	color:#64b3fd !important;
}
.esu-good{
  background-color: #DFFFEC !important;
}
/*Form Table*/
table.esu-form-table, table.esu-form-table td{
  border:none !important;
  padding:0px !important;
  margin:0px !important;
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;
  color: #8c8c8c;
}
table.esu-form-table input[type='text']{
	width: 197px;
	height: 31px;
	padding: 0 10px;
	font-size: 14px;
	border: 1px solid #64b3fd;
	background: #fefefe;
	color: #676767;
	margin: 0 0 3px 7px !important;
}
table.esu-form-table th{
  margin:0px !important;
  padding:0 !important;
}
table.esu-form-table {width: auto !important;}