.link {
	cursor: pointer;
}

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

input.clear {
	border: none;
}

#clear-signup-button {
	border: none;
	height: 29px;
	width: 82px;
}

/* errors */

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

#hdr-username .error, #hdr-email .error, #hdr-full-name .error {
	margin-left: 80px;
}

#hdr-company-name .error {
	margin-left: 110px;
}

#hdr-phone-number .error {
	margin-left: 88px;
}

/* text boxes */

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

* html #username { top: 25px; left: -325px; }

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

* html #email { top: 38px; left: -325px; }

#full-name {
	left: 45px;
	top: 50px;
	position: relative;
}

* html #full-name { top: 48px; left: -325px; }

#company-name {
	left: 45px;
	top: 60px;
	position: relative;
}

* html #company-name { top: 58px; left: -325px; }

#phone-number {
	left: 45px;
	top: 70px;
	position: relative;
}

* html #phone-number { top: 68px; left: -325px; }

/* headers */


#background-img {
	background: url(/wp-content/themes/ultimate_wave/_m/generic/background.jpg) no-repeat scroll center center;
}

#signup-background {
	background: transparent url(/wp-content/themes/ultimate_wave/_m/press/signup/su_background.png) no-repeat scroll center center;
	height: 355px;
	width: 262px;
	top: 70px;
	left: 370px;
	position: absolute;
}

* html #signup-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/signup/su_background.png', sizingMethod='crop');
	position: static;
	margin-top: 70px;
	margin-left: 370px;
}

#hdr-username {
	background: url(/wp-content/themes/ultimate_wave/_m/press/signup/user_name.png) no-repeat scroll 0 0;
	height: 9px;
	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');
}

#hdr-email {
	background: url(/wp-content/themes/ultimate_wave/_m/press/signup/email.png) no-repeat scroll 0 0;
	height: 9px;
	width: 100%;
	top: 35px;
	left: 43px;
	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');
}

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

* html #hdr-full-name {
	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/full_name.png', sizingMethod='crop');
}

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

* html #hdr-company-name {
	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/company_name.png', sizingMethod='crop');
}

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

* html #hdr-phone-number {
	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/phone_number.png', sizingMethod='crop');
}

#signup-button {
	background: url(/wp-content/themes/ultimate_wave/_m/press/signup/signup_button.png) no-repeat scroll 0 0;
	height: 29px;
	width: 82px;
	top: 83px;
	left: 45px;
	position: relative;
	z-index :10;
	cursor: pointer;
}

* html #signup-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/signup/signup_button.png', sizingMethod='crop');
	top: 78px;
}

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

* html #hdr-bottom {
	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/bottom_header.png', sizingMethod='crop');
	top: 90px;
}