#v_b_main {
	top: 12px;
}
	#v_b_m_alert {
		position: relative;
		left: 0;
		top: 0;
		right: auto;
		width: auto;
		text-align: left;
		font-size: 0pt;
	}
		#v_b_m_alert #v_b_m_alert_icon,
		#v_b_m_alert #v_b_m_alert_container {
			position: relative;
			display: inline-block;
			vertical-align: top;
		}
		#v_b_m_alert #v_b_m_alert_icon {
			top: 0px;
/*			background: url('/v2/images/error_icon_alert.png') no-repeat;*/
            background: none;
			margin: 2px 8px 0 0;
		}
		#v_b_m_alert #v_b_m_alert_container {
			width: 658px;
			vertical-align: middle;
			/*overrides*/
			float: none;
			overflow: hidden;
			height: auto;
			padding: 0;
			background: none;
			line-height: normal;
		}
			#v_b_m_alert_container>#ErrorMessage { /* non-IE6 hack */
				line-height: 1.1;
			}
	.v_b_m_header {
		margin: 8px 4px;
	}
	
	.v_b_m_panel-row {
		padding: 16px;
	}
		.v_b_m_panel-row div {
			position: relative;
			width: 300px;
			margin: 8px 0;
			text-align: right;
			color: #615a53;
			font-size: 8pt;
		}
		.v_b_m_panel-row .input-text {
			color: #0086ba;
			font-size: 11pt;
		}
		.v_b_m_panel-row .input-text input {
			width: 214px;
			padding: 1px;
			border: 1px solid #0086ba;
			color: #000;
		}
		.v_b_m_panel-row .remember-me {
			width: 218px;
			left: 78px;
			text-align: left;
		}
		.v_b_m_panel-row .submit input {
			width: 102px;
			height: 28px;
			background: url('/v2/images/buttons/login-border.png');
			border: none;
			cursor: pointer;
		}
