div.Dialog { background-color: #FFFFFF; border: solid 1px #000000; color: #000033; position:absolute; z-index: 10; left: 50%; top: -6000px; width: 700px; margin-left: -350px; padding: 5px; } div.Dialog h1 { font-size: 14px; font-weight: bold; color: #000000; padding:10px; } div.Dialog h2 { font-size: 12px; font-weight: bold; color: #000099; padding:10px; } div.Dialog a { color: #000000; } div.Dialog p { padding:10px; } div.Dialog label { width: 200px; padding: 2px; top: 0px; font-weight: bold; margin-top: 15px; border-bottom: solid #F8F8F8 1px; } div.Dialog table { /* width: 680px; */ color: #000000; } div.Dialog table td { padding: 2px; border-bottom: solid 1px #CCCCCC; } /* div.Dialog table td.label { width: 130px; font-weight: bold; }*/ div.Dialog #TitleBar { background-color: #000000; color: #ffffff; font-weight: bold; text-align: right; padding: 10px 15px 10px 15px; top: 0px; left: 0px; width: 700px; background-image: url(../images/ui/logoicon.jpg); background-repeat: no-repeat; background-position: 15px center; } div.Dialog #ButtonBar { background-color: #000000; color: #ffffff; font-weight: bold; text-align: right; padding: 10px 15px 10px 15px; top: 0px; left: 0px; width: 700px; } div.Dialog #ButtonBar a.button { color: #FFFFFF; text-decoration: none; padding: 0px 15px 0px 15px; } div.Dialog #ButtonBar a.buttondisabled { color: #666666; text-decoration: none; padding: 0px 15px 0px 15px; cursor: default; } div.Dialog #ButtonBar a.button:hover { color: #FFFFFF; } div.Dialog #ImageList { width: 570px; height: 465px; left: 275px; top: 95px; overflow: auto; border: solid 1px #CCCCCC; } div.Dialog span.ImageListItem { width: 125px; padding: 5px; margin: 5px; text-align: center; border: solid 1px #EEEEEE; } div.WizardPage { display: none; } div.PhotoFrame { background-color: #FFFFFF; border: solid 1px #CCCCCC; position:absolute; z-index: 10; left: 50%; top: -6000px; width: 670px; height: 300px; margin-left: -320px; padding: 15px; } div.PhotoFrame table.PhotoStepper { font-size: 12px; width: 100%; } div.PhotoFrame table.PhotoStepper td { width: 33%; } div.PhotoFrame a { color: #000000; text-decoration: none; } div.PhotoFrame a:hover { font-weight: bold; }