h1, h2, h3, p, hr, ul, li, form, input {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  color: white;
  font-family: Calibri,Trebuchet MS,arial,tahoma,sans-serif;
  font-size: 12px;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: white;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 20px;
  color: #f6f6f6;
}

h2 {
  color: #6f6f6f;
}

input, textarea {
  border: 1px solid #373636;
  background-color: #2b2b2b;
  color: white;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input {
  width: 220px;
}

input.checkbox {
  width: auto;
  margin-left: 10px;
}


textarea {
  width: 365px;
}

button {
  border: none;
  width: 118px;
  height: 25px;
  background: transparent url(/images/button_bg.gif) left top no-repeat;
  color: white;
  font-size: 12px;
  padding: 0px;
  cursor: pointer;
}

button:hover {
  background-position: left bottom;
}

label {
  color: #6f6f6f;
  font-size: 16px;
}

table {
  width: 100%;
}

table th {
  text-align: right;
  width: 150px;
  padding-right: 5px;
}

table td {
  padding: 5px 0px;
}

.left {
  float: left;
}

.right {
  float: right;
}

#info_popup {
  position: absolute;
  width: 375px;
  background-color: #929292;
  padding: 7px;
  color: #3b3434;
  position: absolute;
  right: 0px;
  top: 96px;
  display: none;
}

#info_popup p {
  padding: 4px 0px;
  font-weight: bold;
  font-size: 14px;
}

#info_button {
  cursor: help;
}

#container {
  width: 700px;
  height: 485px;
  position: relative;
  margin: 0px auto;
}

a.close {
  color: #B0B0B0;
  position: absolute;
  right: 0px;
  top: 0px;
  background: transparent url(/images/back.gif) right center no-repeat;
  font-size: 16px;
  padding: 4px 26px 3px 0px;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

a.close:hover {
  color: #D0D0D0;
}

#status {
  border: 1px solid #e9e9e9;
  background-color: #e9e9e9;
  color: #000;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 25px;
  width: 450px;
  font-size: 16px;
  
}

#status.failed {
  color: red;
}

.link {
	font-size: 14px;
	border:1px solid #cacaca;
	border-radius: 4px;
	color:#9d9d9d;
        padding: 7px 14px;
}
