/*
 * OpenFaces - JSF Component Library 3.0
 * Copyright (C) 2007-2010, TeamDev Ltd.
 * licensing@openfaces.org
 * Unless agreed in writing the contents of this file are subject to
 * the GNU Lesser General Public License Version 2.1 (the "LGPL" License).
 * This library is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * Please visit http://openfaces.org/licensing/ for more details.
 */

/* CSS Document */

.previewPanel p {
  font-family: "Script MT Bold", Bookman, serif;
  font-size: 20px
}

.templateInput {
  font-size: 2em;
  margin: 0.3em;
  border: 1px #F6F7F8 solid;
  background-color: #F6F7F8;
}

.focusedTemplateInput {
  border: 1px #494C50 solid;
}

.rolloverTemplateInput {
  background-color: #F3FFF3;
  border: 1px #333333 solid;
}

#inputDataPanel {
  float: left;
  width: 330px;
}

#preview {
  margin-left: 350px;
  display: block;
}
