@charset "UTF-8";
/* CSS Document */
body {
	width: auto;
}

* {
	margin: 0px;
	padding: 0px;
	list-style:none;
	outline: none;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: black;
}

.add {
	margin: 20px 0 20px 50px;
	float: left;
	background: url(../images/images/exp_search_bg_03.png) center top no-repeat;
	width: 905px;
	height: 130px
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

/*Form Styling*/
form {
	margin: 20px 0 20px 50px;
	float: left;
	height: auto;
	width: auto;
	display: inline;
}

form p {
	color: #fff;
	font: 1.2em/1.2 normal bold Arial, Helvetica, sans-serif;
}

.reset {
	display: block;
	float:left;
}

dd {
	margin: 5px 0 5px 0;
	width: 282px;
	height: auto;
	display: inline;
	float: left;
}

/*row information*/
#lists {
	margin: 20px 0 20px 50px;
	float:left;	
}

.evenrow {
	background-color: #CCC;
	width: 900px;
	height: 20px;
	padding: 5px 0 0 5px;
}

.oddrow {
	background-color: #FFF;
	width: 900px;
	height: 20px;
	padding: 5px 0 0 5px;
}

.status {
	font: normal bold 0.8em/1.2em Arial, Helvetica, sans-serif;
	margin: 0 0 0 50px;
}

.first_name {
	float: left;
	display: inline;
	width: 300px;
	height:20px;
	font: normal 0.8em/1.2em Arial, Helvetica, sans-serif;
}

.last_name {
	float: left;
	display: inline;	
	width: 300px;
	height:20px;
	font: normal 0.8em/1.2em Arial, Helvetica, sans-serif;
}

.exp_date {
	float: left;
	display: inline;
	width: 150px;
	height:20px;
	font: normal 0.8em/1.2em Arial, Helvetica, sans-serif;
}

.remove {
	float: left;
	display: inline;
	width: 150px;
	height:20px;
	font: normal 0.8em/1.2em Arial, Helvetica, sans-serif;
}

.even_row {
	display: inline;
	width: 1050px;
	height: auto;
}