body {
  margin: 2px;
  padding: 2px;
  font-family: Tahoma, Verdana;
  font-size: 18px;
}

h1{
	padding:0px;
	margin:0px;
}
h2{
	padding:0px;
	margin:0px;
}
h3{
	padding:0px;
	margin:0px;
}

p {
  text-indent: 10px;
}

a {
  color: #06c;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

form {
  padding: 0px;
  margin: 0px;
}

input {
  border: 1px solid #ccc;
  background: white;
  color: #06c;
  font-size: 10px;
  padding: 2px;
}

select {
  border: 1px solid #ccc;
  background: white;
  color: #06c;
  font-size: 10px;
  margin: 2px;
}

.name {
  font-size: 12px;
  padding: 2px;
  color: #06c;
}

.input_line {
  margin: 0px;
  padding: 0px;
}

.input_wrapper {
  margin: 2px;
  float: left;
  border: 0px solid black;
}

.menu_item {
  background: url('../images/arrow.gif') no-repeat 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-bottom: 1px dashed #f00;
  color: #06c;
  font-size: 12px;
  font-weight: bold;
}

.menu_ad {
  padding-top: 10px;
}

.header {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.image_category {
  clear: left;
}

.image_category_header {
  font-family: Tahoma, Verdana;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: #06c;
  padding: 2px;
  padding-left: 20px;
}

.image_detail {
  float: left;
  margin: 5px;
}

.image_detail_image {
}

.image_detail_thumb {
  margin: 5px;
  width: 100px;
  height: 100px;
}

.image_detail_text {
  text-align: center; 
}

.create_image_category {
  clear: left;
}

.create_image_category_header {
  font-family: Tahoma, Verdana;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: #06c;
  padding: 2px;
  padding-left: 10px;
}

.create_image_detail {
  float: left;
  margin: 5px;
}

.create_image_detail_image {
}

.create_image_detail_thumb {
  margin: 2px;
  width: 50px;
  height: 50px;
  border: 0px;
}

.create_image_detail_text {
  text-align: center; 
  font-size: 10px;
}


.faq_question {
  margin: 0px;
  min-height: 30px;
  background: url('../images/q.jpg') no-repeat 0px 0px;
  padding-left: 40px;
  padding-top: 10px;
  color: #06c;
  font-weight: bold;
  font-size: 18px;
} 

.faq_answer {
  margin: 0px;
  margin-bottom: 5px;
  min-height: 30px;
  background: url('../images/a.jpg') no-repeat 0px 0px;
  padding-left: 45px;
  padding-top: 10px;
} 
.form_header {
  clear: left;
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
}
.footer_item_left {
  float: left;
  color: white;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: bold;
}
.footer_item {
  float: right;
  color: white;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: bold;
}

.footer {
  color: white;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: bold;
}

.option_box{
	float:left;
	width:260px;
	border:1px solid #ccc;
	height:350px;
	margin:10px;
}
.comparison_table{
	width:100%;
}
.comparison_table td{
	border-bottom:1px dotted #ccc;
}
.check_or_x{
	width:150px;
	text-align:center;
}
#payment_box{
	padding:5px;
	background:#EAEFFF;
}
