#press-background {
	background: transparent url(/wp-content/themes/ultimate_wave/_m/press/login_bg.png) no-repeat scroll center center;
	height: 264px;
	width: 281px;
	top: 115px;
	left: 360px;
	position: absolute;
}

* html #press-background {
	background: url(/wp-content/themes/ultimate_wave/_m/layout/_clear.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/ultimate_wave/_m/press/login_bg.png', sizingMethod='crop');
	position: static;
	margin-top: 115px;
	margin-left: 360px;		
}

#hdr-username {
	background: url(/wp-content/themes/ultimate_wave/_m/press/signup/user_name.png) no-repeat scroll 0 0;
	height: 10px;
	width: 100%;
	top: 22px;
	left: 45px;
	position: relative;
	z-index :10;
}

* html #hdr-username {
	background: url(/wp-content/themes/ultimate_wave/_m/layout/_clear.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/ultimate_wave/_m/press/signup/user_name.png', sizingMethod='crop');
}

#username {
	left: 45px;
	top: 27px;
	position: relative;
}

* html #username { left: -315px; }

#hdr-email {
	background: url(/wp-content/themes/ultimate_wave/_m/press/signup/email.png) no-repeat scroll 0 0;
	height: 10px;
	width: 100%;
	top: 35px;
	left: 45px;
	position: relative;
	z-index :10;
}

* html #hdr-email {
	background: url(/wp-content/themes/ultimate_wave/_m/layout/_clear.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/ultimate_wave/_m/press/signup/email.png', sizingMethod='crop');
}

#email {
	left: 45px;
	top: 40px;
	position: relative;
}

* html #email { left: -315px; }

#retrieve-button {
	background: url(/wp-content/themes/ultimate_wave/_m/press/forgot_password/get_password_button.png) no-repeat scroll center center;
	height: 29px;
	width: 128px;
	top: 53px;
	left: 45px;
	position: relative;
	z-index :10;
	cursor: pointer;
}

* html #retrieve-button {
	background: url(/wp-content/themes/ultimate_wave/_m/layout/_clear.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/ultimate_wave/_m/press/forgot_password/get_password_button.png', sizingMethod='crop');
}

#hdr-forgot-pass {
	background: url(/wp-content/themes/ultimate_wave/_m/press/forgot_password/fp_bottom_header.png) no-repeat scroll 0 0;
	height: 11px;
	width: 100%;
	top: 97px;
	left: 45px;
	position: relative;
	z-index :10;
}

* html #hdr-forgot-pass {
	background: url(/wp-content/themes/ultimate_wave/_m/layout/_clear.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/ultimate_wave/_m/press/forgot_password/fp_bottom_header.png', sizingMethod='crop');
}


.link {
	cursor: pointer;
}

input {
	border: 1px solid #5e6265;
	height: 26px;
	width: 171px;
	font-size : 20px;
}

input.clear {
	border: none;
}

/* errors */

.error {
	color: #055695;
	font-size: 10px;
	position: relative;
	top: -2px;
	margin-left: 74px;
}

#clear-retrieve-button {
	border: none;
	height: 29px;
	width: 128px;
}