-div.dialog .dialog-buttons {
- margin: 0px;
- height: 25px;
- text-align: center;
- position: absolute;
- bottom: 0px;
- left: 0px;
- width: 100%;
-}
-
-.dialog-yes, .dialog-no {
- margin: 0 3px 5px 3px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- background-color: #3060A8;
- color: white;
- height: 20px;
- line-height: 20px;
- font-weight: bold;
- border: 0;
-}
-
-div.dialog.confirm {
- text-align: center;
- line-height: 75px;
- font-size: 140%;
- font-weight: bold;
-}
-