﻿/* MAIN */ 
html, body, form, input, textarea {
  font-family: "Arial CE", "Helvetica CE", Arial, sans-serif;
  font-size:12px;
}
html, body {
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
}
body {
  background-color: #fff;
  color: #000;
  text-align: center;
  margin: 10px;
}
textarea {
  width: 703px !important;
  height: 100px;
}
img {
  border: 0 #fff none;
  overflow: auto;
}
a {
  color: #0872a2;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0 #fff none
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both;
}
h2 {
  margin: 12px 0 8px 0;
  padding: 0 0 8px 0;
  font-size: 18px;
  font-weight: bold;
  background: url(img-layout/head-underline-background.png) repeat-x bottom;
}

input {
  width: 272px;
  height: 17px;
  padding: 3px 0 0 2px;
  float: left;
  background: #ffffff url(img-layout/input-shadow.png) no-repeat left top;
  border: 0 #fff none;
}
span.checkBox input {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  padding: 0;
  vertical-align: middle;
  float: none;
  background: transparent url();
}

div.submit {
  display: block !important;
  margin: 0;
  text-align: center;
}
div.submit input {
  display: block !important;
  width: auto;
  height: 23px;
  padding: 0 11px 0 12px;
  padding: 0 3px 0 4px !ie;
  margin: 0;
  color: #fff;
  cursor: pointer;
  background: #de3b1b url(img-layout/input-red.png) no-repeat left top;
}
div.submit span {
  height: 23px;
  width: 2px !important;
  float: left !important;
  background: #de3b1b url(img-layout/input-red.png) no-repeat right bottom;
  display: block;
}
div.user-detail {
  text-align: left;	
}