/*
   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;
}
form#w_esu_widget em{
	color: Red;
}
form#w_esu_widget > div {
    padding: 1px;
}
/*Short code generated form */
.esu-form-table em{
    	color: #ffffff;
	padding-right:0px;
}
.esu-required-text{
    	font-family:verdana;
    	font-size : 0px;
    	color: #ff0000;
     	float: right !important;
}
.esu_send_bnt{
     padding: 1px;
     height: 20px;
     width: 60px;
     border: none !important;
     float: right;
     cursor: pointer;
     color: #fff;
     color: #fff;
     border: solid 1px #980c10;
     background: #545454;
}
/*Error CSS*/
.easy-sign-up-err{
	background-color: #FFDFDF;
	color:#B51845;
	padding:4px;
	display: none;
	width: auto;
}
.esu-error{
  background-color: #FFDFDF;
	color:#B51845;
}
.esu-good{
  background-color: #DFFFEC;
}
/*Form Table*/
table.esu-form-table, table.esu-form-table td{
	font-family:verdana;
    	font-size : 12px;
    	color: #545454;
  	border:none;
}
table.esu-form-table input[type='text']{
	float: right;
	width: 180px;
	margin:0px 0px 5px 0px;
	padding:1px;
}
table.esu-form-table th{
  margin:0px;
  padding:0;
}
table.esu-form-table {width: 250px;}