* {
	outline: none;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.bg_color_0 {
	background-color: #000;
}

.ezicard_m {
	color: #8a8a8a;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	color: #fff;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 8px 0;
}

#ezicard_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 78px;
	background: url(/design/bg_header.png) repeat-x top left;
	color: #fff;
	font-size: 13px;
	z-index: 2;
}

#ezicard_content {
	position: relative;
	/*margin-top: 65px;*/
	padding-top: 65px;
	height: 600px;
	overflow: hidden;
	z-index: 1;
}

#ezicard_footer {
	width: 100%;
	height: 400px;
	color: #fff;
	font-size: 13px;
	background: url(/design/footer_ombre_top.png) repeat-x top left;
}
.ezicard_bg_footer {
	background: #000 url(/design/bg_footer.png) no-repeat center top;
}
#ezicard_footer a {
	color: #8a8a8a;
}
#ezicard_footer input {
	margin: 5px 0;
}
.logo {
	text-align: center;
	margin: 50px 0 0 0;
	background-color: #fff;
	width: 253px;
	height: 73px;
	filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5; 
}
.logo:hover {
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1; 
}

#ezicard_copyright {
	width: 100%;
	height: 40px;
	background-color: #242424;
	color: #8a8a8a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 15px;
}

.ezicard_form {
	background-color: #313131;
	padding: 5px 14px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid transparent;
}
.ezicard_form:focus {
	border: 1px solid #ca2e75;
}
.ezicard_form_bt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(/design/bt_rose.png) no-repeat top left;
	border: none;
	width: 87px;
	height: 41px;
	color: #f0e8ff;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
.ezicard_form_bt:hover { 
	color: #fff;
}