/*--------------------------------------------------*/
/* Members                                          */

	.titleRegister {
		background: url("../../img/member/register/titleRegister.gif") no-repeat 0 0;
		height: 22px;
		margin: 0 0 12px;
	}

	.titleLogin {
		background: url("../../img/member/login/titleLogin.gif") no-repeat 0 0;
		height: 22px;
		margin: 0 0 12px;
	}

	.titleThankyou {
		background: url("../../img/member/titleThankyou.gif") no-repeat 0 0;
		height: 22px;
		margin: 0 0 12px;
	}

	.titleProfile {
		background: url("../../img/member/profile/titleProfile.gif") no-repeat 0 0;
		height: 22px;
		margin: 0 0 12px;
	}

	.titleLostPassword {
		background: url("../../img/member/lostPassword/titleLostPassword.gif") no-repeat 0 0;
		height: 22px;
		margin: 0 0 12px;
	}

	/*--------------------------------------------------*/
	/* Forms                                            */

		#content form fieldset {
			border: 0;
		}

			#content form .required {
				color: #004687;
			}

			#content form .row {
				margin: 0 0 4px;
			}

				#content form .row .label {
					width: 140px;
					display: block;
					float: left;
					padding: 2px 12px 0 0;
					text-align: right;
				}

			/*--------------------------------------------------*/
			/* Optin                                            */

				#content form .optIn {
					padding: 12px 0 0 126px;
					width: 230px;
				}

					#content form .optIn .input {
						float: left;
						display: block;
						width: 26px;
					}

					#content form .optIn .label {
						float: left;
						width: 200px;
					}

					#content form .optIn p {
						padding: 12px 0 0 26px;
						clear: both;
					}

			/*--------------------------------------------------*/
			/* Submit                                           */

				#content form .submit {
					padding: 12px 0 0 240px;
				}