﻿    table.main { width: 94%; margin-left: 3%; margin-right: 3%; font-family: 'trebuchet ms', helvetica, sans-serif; font-size: 9pt; text-align: left }
    table.comment, textarea.comment { width: 430px; }    
    table.addressinformation { width: 250px; }
    td.address { width: 150px; }
    th.addresslabel { width: 50px; }
    table.userinformation, input.userinformation { width: 250px; }
    td.button { text-align: right; } 
    span.validation { color: Red; }   
    
    .ac-modal-mask { opacity: 0.4; filter: alpha(opacity=40); background-color: #333; position: absolute; top: 0; left: 0; overflow: hidden; }
	.ac-modal { background-color: #FFF; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -webkit-box-shadow: 0 0 15px #000; -moz-box-shadow: 0 0 15px #000; box-shadow: 0 0 15px #000; background-color: #E6E6E6; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }
	.ac-modal-close { position: absolute; top: 0; right: 0; margin-top: -38px; margin-right: -38px; height: 50px; width: 50px; border: 0 none; background-image: url("https://ldsbookstore.com/store/i/close.png"); cursor: pointer; }
	.ac-modal-title { position: absolute; top: 10px; left: 10px; right: 10px; background-color: #FFF; padding: 5px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: 14pt; font-weight: bold; color: #E2600E; cursor: move; border: 1px solid #DDD; }
	.ac-modal-content { position: absolute; top: 52px; left: 10px; right: 10px; bottom: 10px; background-color: #FFF; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #DDD; }
	.ac-modal-iframe { width: 100%; height: 100%; }
	.ac-modal-loader { background-image: url("https://ldsbookstore.com/store/i/modal-loader.gif"); width: 32px; height: 32px; }
	.ac-admin-help { font-size:8pt;text-align:center; border: 1px solid #333333; background-color:#ebebeb; font-weight:bold; font-family: verdana, sans-serif; color:red; padding:10px; }

	.ac-drop-target {  }
	.moveable { cursor: move; }