#signup-form-main-container label { cursor:pointer; }
.inline { display:inline-block; }
.w-124  { width:124px; }
.w-10   { width: 10px; }
.red    { color:red; }

.input-row {
	margin:0 12px;
	vertical-align:middle;


	min-height:28px;
	height:auto !important;
	height:28px;
	display:inline-block;
}
.input-row * { vertical-align:middle; }
.input-container {
	background:url(../images/signup_input_bg.png) top left no-repeat;
	height:22px;
	width:166px;
	line-height:22px;
	vertical-align:middle;
	text-align:center;
	position:relative;
}
.input-container * { vertical-align:middle;}
.input-container input {
	border:0;padding:0;
	width:160px;
	height:19px;
	background:transparent !important;
	background:white;
	position:absolute;
	top:1px;
	left:3px;
	line-height:19px;
	vertical-align:middle;
}

/* Your Information */
#form-section-your-info { position:relative; }
.already-signup-checkbox { position:absolute;top:30px;left:9px;}
#form-new-webmaster {
	background: url(../images/signup_new_webmaster_bg.jpg) bottom center no-repeat;

	min-height:190px;
	height:auto !important;
	height:190px;
}
#form-old-webmaster {
	min-height:110px;
	height:auto !important;
	height:110px;
	
	background: url(../images/signup_old_webmaster_bg.jpg) bottom center no-repeat;
}

/* For whom*/
#form-for-whom {
	min-height:267px;
	height:auto !important;
	height:267px;

	background: url(../images/signup_for_whom_bg.jpg) bottom center no-repeat;
}

/* Security section */
#form-section-security-and-terms {
	position:relative;
	background: url(../images/signup_security_bg.jpg) bottom center no-repeat;
	
	min-height:130px;
	height:auto !important;
	height:130px;
}

.anti-bot-captcha {
	position:absolute;
	top:45px;
	left:25px;
}
.input-code-txt {
	position:absolute;
	top:40px;
	left:110px;
	width:210px;
}
.agreement-box {
	position:absolute;
	bottom:19px;
	left:10px;
	width:310px;
	
	line-height:15px;
	vertical-align:middle
}
.agreement-box * {
	vertical-align:middle
}

/* Submit buttons */
.create_memory_txt_btn {
	position:absolute;
	bottom:-22px;
	right:60px;
	
	border:0;
	background:transparent;
	cursor:pointer;
	text-align:right;
}
.create_memory_img_btn {
	position:absolute;
	bottom:-25px;
	right:15px;
	
	border:0;
	height:38px;
	width:38px;
	background: transparent url(../images/search_box_btn.png) top right no-repeat;
	cursor:pointer;
}
