/* CSS File */

			div#mvrz_guestBox div#mvrz_wholeBox div.buttons *, div#mvrz_guestBox div#mvrz_wholeBox span.buttons * {
				font-family: Verdana;
			}
			div.buttons span.msgButtons {
				text-align:center;
			}
			div.buttons span.msgButtons {
				color:red;
				font-size:12px;
			}
			div.buttons {
				text-align: center;
				width: auto;
			}
			table.buttons {
				margin-left:auto; margin-right:auto;
				font-family: Verdana;
				border-collapse: separate;
				border-spacing: 1px;
			}
/*			table.buttons tr td {
				vertical-align: top;
				padding: 1px 4px;
			}
*/
			table.buttons tr td.actionButton {
				/*width: 70px;*/
				color: #039;
				text-align: center;
				margin-left:auto; margin-right:auto;
				vertical-align:middle;
				/*border-right: 1px solid white;*/
			}
			table.buttons tr td.inlineButton, table.buttons tr td.mainButton, table.buttons tr td.subButton {
				width: auto;
				text-align: center;
				margin-left:auto; margin-right:auto;
				margin-bottom:2px;
				/*border-right: 1px solid white;*/
			}
			table.buttons tr td.inlineButton span, table.buttons tr td.mainButton span, table.buttons tr td.subButton span {
				color:white;
				display: inline;
				text-align: center;
				margin: 1px 2px;
				font-family:verdana;
				/*border-right: 1px solid white;*/
			}
			table.buttons tr td.inlineButton span.disabled, table.buttons tr td.mainButton span.disabled, table.buttons tr td.subButton span.disabled {
				color:#CCC;
				cursor: default;
			}
			span.linkButton, table.buttons tr td.inlineButton span.linkButton, table.buttons tr td.mainButton span.linkButton, table.buttons tr td.subButton span.linkButton {
				color:#5A84C4;
				display: inline;
				text-align: center;
				margin: 1px 2px;
				font-family:verdana;
				/*border-right: 1px solid white;*/
			}

			table.buttons tr td.actionButton div.disabled {
				cursor: default;
			}
			table.buttons tr td.actionButton div {
				cursor: pointer;

				width: 100%;
				font-size: 10px;
				text-align:center;
				vertical-align:middle;
				color: white; font-weight: bold;
				/*background-color: #c60;
				border: 1px solid #c60;*/
				margin: 1px 2px;
				line-height:1.6;
			}
			table.buttons tr td.actionButton div table.buttonStyle {
				border-collapse:collapse;
				width:100%;
			}
			table.buttons tr td.actionButton div table.buttonStyle tr td {
				padding:0; margin:0;
				height:30px;
/*				padding-bottom:1px;
*/				text-align:center;
				vertical-align:middle;
				line-height:1.8;
			}
			table td.buttonLeftEnd, table td.buttonRightEnd,
			  table.buttons tr td.actionButton td.buttonLeftEnd div.button-pad, table.buttons tr td.actionButton td.buttonRightEnd div.button-pad
			{
				width:14px;
			}
			table td.buttonLeftEnd {
				background-image:url(https://secure.myvrzone.com/images/style/buttonEnds2.png);
				background-position:left top;
				background-repeat:no-repeat;
			}
			table td.buttonRightEnd {
				background-image:url(https://secure.myvrzone.com/images/style/buttonEnds2.png);
				background-position:right top;
				background-repeat:no-repeat;
			}
			table td.buttonMiddle, table.buttons tr td.actionButton div table.buttonStyle tr td.buttonMiddle  {
				background-image:url(https://secure.myvrzone.com/images/style/buttonMiddle2.png);
				background-position:right top;
				background-repeat:repeat-x;
				font-size: 12px;
				vertical-align:middle;

				padding:0; margin:0;
				height:25px;
				color:#039;
/*				padding-bottom:1px;
*/				text-align:center;
				font-size:12px;
				line-height:1.8;
			}
			table.buttons tr td.actionButton div table td.buttonMiddle div {
				width:100%;
				padding:0; margin:0;
				text-align:center;
				font-size:12px;
				color:#039;
			}
			table.buttons tr td.actionButton div.hover table.buttonStyle td.buttonLeftEnd {
				background-position:left bottom;
			}
			table.buttons tr td.actionButton div.hover table.buttonStyle td.buttonRightEnd {
				background-position:right bottom;
			}
			table.buttons tr td.actionButton div.hover table.buttonStyle td.buttonMiddle {
				background-position:right bottom;
			}

			table.buttons tr td.actionButton div table.buttonStyle td.buttonMiddle div {
				position:relative; left:-1px;top:-2px;
			}
			table.buttons tr td.actionButton div.hover table.buttonStyle td.buttonMiddle div {
				position:relative; left:1px;top:3px;
			}
			* html table.buttons tr td.actionButton div table.buttonStyle td.buttonMiddle div {
				position:relative; left:-1px;top:-3px;
			}
			* html table.buttons tr td.actionButton div.hover table.buttonStyle td.buttonMiddle div {
				position:relative; left:1px;top:2px;
			}

			div#mvrz_wholeBox span span.inlineButton, div#mvrz_wholeBox table.buttons tr td.actionButton span span.inlineButton {
				font-size:10px;
				width: auto;
				font-family:verdana;
				background-color: #5a84c4;
				color: white; font-weight: normal;
				border: 1px solid #5a84c4;
				padding:1px;
				line-height:2.0;
				text-decoration:none;
			}
			span.hover span.inlineButton, table.buttons tr td.actionButton span.hover span.inlineButton {
				background-color: white;
				color: #5a84c4;
			}

			table.buttons tr td.actionButton div span {
				white-space: nowrap;
				display: block;
				text-align: center;
				width: 100%;
				margin: 0;
			}
			table.buttons tr td.actionButton div.hover {
				cursor: pointer;
				/*background-color: white;
				color: #c60;*/
			}

/*			* html table.buttons tr td.actionButton div span {
				cursor: pointer;
				background-color: blue;
				color: #c60;
			}
			* html table.buttons tr td.actionButton div span:hover {
				cursor: pointer;
			}
*/
			table.buttons tr td.actionButton div.disabled:hover {
				cursor: default;
				color: #aaa;
/*				background-color: #5a84c4;
*/			}
			* html table.buttons tr td.actionButton div.disabled span:hover {
				cursor: default;
				color: #aaa;
/*				background-color: #5a84c4;
*/			}
			table.buttons tr td.actionButton div.single { display: inline; width: auto; float: left;}
			table.buttons tr td.actionButton div.disabled { color: #aaa;}

			table.buttons tr td.actionButton div.linkAction span {
				margin: 0px 0px;
				text-align:center;
			}
			table.buttons tr td.actionButton div.link span {
				margin: 0px 2px;
				text-align:center;
			}
			table.buttons tr td.actionButton div.linkButton span {
				margin: 0px 2px;
				text-align:right;
			}
			table.buttons tr td.actionButton div.linkButton, table.buttons tr td.actionButton div.link, table.buttons tr td.actionButton div.link, table.buttons tr td.actionButton div.linkAction {
				line-height:1.0; padding:0; margin:0;
				font-weight: normal; color: #5a84c4; font-size: 10px; width: 100%;
				display: block; background-color: #fff; border: none;
			}
/*			table.buttons tr td.actionButton div.linkButton:hover {
				border: none;
				text-decoration: underline;
			}
*/
			table.buttons span.inline, table.buttons span.inline a {
				cursor: pointer;
				font-weight: normal;
				font-size: 12px;
				width: 100%;
				text-decoration: none;
/*				color: #5a84c4;
				background-color: #fff;
				border: none;
*/			}
			table.buttons span.mainButton {
				font-size: 12px;
				font-weight:bold;
				color:#003399;
				background-color:#ffff66;
				border: 1px solid #003399;
			}
			table.buttons span.subButton {
				color:#fff;
				background-color:#5A84C4;
			}
			table.buttons span.inline:hover, table.buttons span.inline a:hover {
				text-decoration: underline;
			}
			table.buttons span.inlineButton, table.buttons span.inlineButton a, table.buttons span.inline:hover, table.buttons span.inline a:hover {
				text-decoration:none;
				font-family:Verdana;
			}
			table.buttons span.mainButton:hover {
				text-decoration: none;
			}
			table.buttons span.subButton:hover {
				text-decoration: none;
			}

