form {
	position: relative;
	width: 358px;
	/* To compensate for the glow */
	margin-left: -14px;
}

form fieldset {
	position: relative;
	display: block;
	border: 0;
	margin-bottom: 10px;
}

form .inputs {
	
}

/* Maps:

				map: default map
				emap: error map
				gmap: gray map

			*/ /* Reset to blue map */
form .map,form .gmap,form .hmap {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	background: url(../../images/dragonfish/bmap.jpg);
	height: 100%;
	width: 100%;
}

form .emap {
	background-image: url(../../images/dragonfish/emap.jpg);
}

form .gmap {
	background: #343434 url(../../images/dragonfish/gmap.jpg) no-repeat;
	z-index: 11;
}

form .inputs .inner {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -148px;
	margin-top: 15px;
	z-index: 40;
}

form .content {
	position: absolute;
	left: 14px;
	width: 330px;
}

form .content-top {
	position: absolute;
	top: 14px;
	z-index: 30;
	height: 5px;
	background: url(../../images/dragonfish/content-top.png) no-repeat;
}

form .content-middle {
	position: absolute;
	top: 19px;
	z-index: 30;
	background: url(../../images/dragonfish/content-middle.png) repeat-y;
}

form .content-gradient {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 35;
	width: 330px;
}

form .content-bottom {
	position: absolute;
	bottom: 14px;
	z-index: 30;
	height: 5px;
	background: url(../../images/dragonfish/content-bottom.png) no-repeat;
}

form .mask {
	position: absolute;
	width: 358px;
	z-index: 20;
}

form .mask-top {
	top: 0;
	height: 30px;
	background: url(../../images/dragonfish/mask-top.png) no-repeat;
}

form .mask-middle {
	background: url(../../images/dragonfish/mask-middle.png) repeat-y;
}

form .mask-bottom {
	bottom: 0;
	height: 30px;
	background: url(../../images/dragonfish/mask-bottom.png) no-repeat;
}

form .buttons {
	margin: 6px 14px 0 14px;
	height: 30px;
}

form label {
	display: block;
	position: relative;
	font-size: 11px;
	color: #8c8c8c;
	margin-bottom: 10px;
}

form input.text {
	outline: none;
	border: 0;
	display: block;
	height: 15px;
	width: 285px;
	padding: 5px;
	background: url(../../images/dragonfish/input.gif) no-repeat;
	margin-bottom: 15px;
	font-size: 11px;
	color: #b3b3b3;
}

form input.text:focus {
	background: url(../../images/dragonfish/input.gif) bottom left no-repeat
		;
}

form select {
	display: block;
	width: 150px;
	margin-bottom: 15px;
	font-size: 11px;
}

form textarea {
	display: block;
	width: 285px !important;
	height: 90px !important;
	padding: 5px;
	border: none;
	background: url(../../images/dragonfish/textarea.jpg) no-repeat;
	color: #b3b3b3;
}

form textarea:focus {
	outline: none;
	background: url(../../images/dragonfish/textarea.jpg) bottom left
		no-repeat;
}

form input.last,form select.last {
	margin-bottom: 0;
}

form .button {
	display: block;
	height: 35px;
	position: absolute;
	right: 0px;
	border: 0;
	cursor: pointer;
	outline: none;
}

form .button .source,form .button .hover {
	text-indent: -4200px;
	height: 30px;
}

form .button .hover {
	background-position: 0 -30px !important;
}

form input.before-focus {
	color: #a6a6a6;
}

.buttons .spinny {
	display: none;
	position: absolute;
	top: 9px;
}

* {
	margin: 0;
	padding: 0;
	line-height: 1;
}

h1 .gmap {
	background-image: url(img/map.jpg) 500px 500px;
}

#h-login {
	display: none;
}

form .gmap {
	background-image: none;
}

/* Form divs */
#forgot {
	display: none;
	top: -5px;
}

/* Form: Log in */
form label a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #a5a5a5;
	cursor: pointer;
}

form label a:hover {
	color: #fff;
	text-decoration: underline;
}

#form-login {
	
}

#form-login #login-login {
	width: 80px;
}

#form-login #login-login .source,#form-login #login-login .hover {
	width: 80px;
	background: url(img/button/login.gif) no-repeat;
}

#form-login .spinny {
	right: 90px;
}

/* Form: Forgot your password */
#form-forgot label {
	color: #6f6c68;
}

#form-forgot #forgot-send {
	width: 125px;
}

#form-forgot #forgot-send .source,#form-forgot #forgot-send .hover {
	width: 125px;
	background: url(img/button/forgot.gif) no-repeat;
}

#form-forgot #forgot-cancel {
	width: 85px;
	right: 130px;
}

#form-forgot #forgot-cancel .source,#form-forgot #forgot-cancel .hover {
	width: 85px;
	background: url(img/button/cancel.gif) no-repeat;
}

#form-forgot .spinny {
	right: 220px;
}
