
/* Author: Madi Karizma (egolabel.net) */
/* Last modified: September 04, 2007 */
/* Copyright (C) 2007 Company of Egolabel. */
/* All Rights Reserved. */

/* General Properties */

h1 {
  background: #007ea8;
  color: #000;
  font: 12px arial;
	font-weight: bold;
  margin-bottom: 15px;
  padding: 10px; }

/* Content */

.page_text {
  border-bottom: dotted 1px #ccc;
  color: #444;
  font: 13px arial;
  line-height: 18px;
  margin-bottom: 10px; }
  
.page_text a {
  color: #007ea8;
  font-weight: bold; }
  
.page_text a:hover {
  color: #ccc; }
  
.page_text p {
  margin: 0 10px 15px 10px; }
  
.sub {
  background: #fcfcfc;
  border: solid 1px #e5eff5;
  border-top: none;
  font: 13px arial;
  margin-bottom: 8px;
  padding: 20px 20px 10px 20px; }
  
.sub p {
  margin-bottom: 10px; }
  
.color_007ea8 {
  color: #007ea8;
  font-weight: bold; }
  
.color_ff0000 {
  color: #ff0000;
  font-weight: bold; }

.color_fff {
  color: #fff;
  font-weight: bold; }
  
input {
  background: #eee;
  border: solid 1px #ccc;
  color: #333;
  font: 12px arial;
  margin-right: 8px;
  padding: 2px 3px 2px 3px; }
  
.textfield_250 {
  width: 242px; }

.select_250 {
  width: 250px; }
  
textarea {
  background: #eee;
  border: solid 1px #ccc;
  color: #333;
  font: 12px arial;
  height: 50px;
  padding: 10px;
  width: 292px; }
  
.button {
  border: solid 1px #ccc;
  padding: 10px 0 10px 0;
  text-align: center;
  width: 118px; }
  
.button a, a:hover {
  text-decoration: none; }
  
.error {
  background: #ff0000;
  color: #fff;
  font: 11px arial;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px; }
  
.success {
  background: #40b340;
  color: #fff;
  font: 11px arial;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px; }
  
/* Author: Madi Karizma (egolabel.net) */
/* Last modified: September 04, 2007 */
/* Copyright (C) 2007 Company of Egolabel. */
/* All Rights Reserved. */
