/*
 * Copyright 2006 SitePoint Pty. Ltd, www.sitepoint.com
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS;
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.fieldTitle {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}
form {
  display: inline;
}
#mainDiv { 
  padding-top: 24px;
}
#uiDiv { 
  width: 100%;
  padding: 1em; 
  background:#cc833e; 
  border:1px solid #dddddd;
  margin: 3em 0em 1em 0em;
}
#promptDiv { 
  width:278px; 
  height:70px; 
  padding:10px;
  margin-bottom:16px;
  background:#ffffff;
  text-align:left;
  font-size:11px;
}
#fieldDiv,
#fieldDiv1,
#fieldDiv2,
#fieldDiv3 { 
  width:300px; 
  text-align:left;
}
#buttonDiv { 
  text-align:center;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}
#hintDiv {
  width:380px; 
  padding:14px; 
  border:1px solid #dddddd;
  color:#666666;
  margin:auto;
  margin-top:36px;
}
.fieldTitle {
  margin-bottom:3px;
  font-weight:bold;
  color:#666666;
}
.fieldEntry,
.fieldEntryButton {
  margin-bottom:8px;
}
.fieldEntryButton {
margin-top: 1em;
  text-align: center;
}
.basePrompt {
  color:#666666;
  border:1px solid #cccccc;
}
.procPrompt {
  color:#333399;
  border:1px solid #ccccee;
}
.errPrompt {
  color:#993333;
  border:1px solid #eecccc;
}
.inputButtonActive { 
  cursor:pointer;
}
.inputButtonDisabled { 
  cursor:default;
}
.readerText {
  position:absolute;
  top:-1000px;
  left:-1000px;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-1000;
}
.clearBoth {
  clear:both;
}
input.payButton
 {
  margin: 5% auto 1% auto;
  text-align: center;
  font-family: 'trebuchet ms', sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  color: #888;
  background-color: #f3de7f;
}
input.payButton:hover,
input.payButton:focus
 { 
  color: #000;
  cursor: pointer;
}
input#reset,
input#cost { 
cursor: pointer;
 }
#earlybird,
#EB { 
  display: none;
 }
