/*
Use of this source code is governed by an Apache 2.0 License.
See the COPYING file for details.
*/

/*
 * Copyright 2009 Google Inc.  All Rights Reserved.
 *
 * Standard styling for goog.ui.Dialog.
 *


 */

/* Misc. styles used for logging and debugging. */
fieldset {
  padding: 4px 8px;
  margin-bottom: 1em;
}

fieldset legend {
  font-weight: bold;
  color: #036;
}

.hint {
  font-size: 90%;
  color: #369;
}


.perf {
  margin: 0;
  border: 0;
  padding: 4px;
  font: italic 95% Arial, sans-serif;
  color: #999;
}

#perf {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  margin: 0;
  border: 0;
  padding: 4px;
  font: italic 95% Arial, sans-serif;
  color: #999;
}

.modal-dialog {
  background: #945400;
  border: 1px solid #A13E00;
  color: #000;
  padding: 4px;
  position: absolute;
  z-index: 10;
}

.modal-dialog a,
.modal-dialog a:link,
.modal-dialog a:visited  {
  color: #06c;
  cursor: pointer;
}

.modal-dialog-bg {
  background: black;
  left: 0;
  position: absolute;
  top: 0;
/*   width: 100%; */
}

.modal-dialog-title {
  background: #FFEFA6;
  color: #000;
  cursor: pointer;
  font-size: 120%;
  font-weight: bold;
  padding: 8px 15px 8px 8px;
  position: relative;
  vertical-align: middle;
  text-align: left;
}

.modal-dialog-title-close {
  /* Client apps may override the URL at which they serve the sprite. */
/*   background: #e0edfe url(https://ssl.gstatic.com/editor/editortoolbar.png) no-repeat -528px 0; */
  cursor: default;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 15px;
}

.modal-dialog-buttons{
	text-align: center;
	background-color: #fff;
	  padding: 8px;
}
.modal-dialog-buttons button{
	margin: 0px 5px;
}
.modal-dialog-content {
  background-color: #fff;
  padding: 8px;
  text-align: left;
}

.goog-buttonset-default {
  font-weight: bold;
}
