html,body{margin:0px;padding:0px;}
html{background-color:#ffffff;padding-left:0px;}
body{background-color:#FFFFFF;}
form{margin:0px;}
.a4{width:240px;}
.a3{width:340px;}
*{font-family:Arial, Helvetica, sans-serif;}
p,h1,h2,h3,h4,h5{
	margin-top:0px;
}

form.mbTable{width:600px;}
.mbTable {
	width:600px;
}
.mbTable * {
	font-family:Segoe UI, Verdana;
	font-size:14px;
}
.table-header td {
	background: url("table.header.png");
	height:25px;
	color:white;
	padding-left:10px;
	padding-right:10px;
}
.mbTable td {
	background-color:#e7e9ec;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	border-bottom:1px solid #d7d9db;
	border-top:1px solid #eaecef;
	height:25px;
}
.mbTable a {
	text-decoration:none;
	color:#ff9900
}
input.ipt {
	width:160px;
	height:20px;
}
input.btn {
	width:160px;
}
.error {
	color:#ffcc00;
}
.msg {
	color:black
}
.msg_green{
	color:lime;
}

a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0 transparent;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  color: #df4d20;
  cursor: pointer;
  display: inline-block;
  font-family: "Segoe UI",Verdana,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 2px 12px;
  text-decoration: none;
  text-shadow: 0 0 rgba(255, 255, 255, 0.75);
  
      border-color: #AAAAAA #888888 #888888 #AAAAAA;
    border-right: 1px solid #888888;
    border-style: solid;
    border-width: 1px;
}

a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0 transparent;
    border-color: #AAAAAA #888888 #888888 #AAAAAA;
    border-right: 1px solid #888888;
    border-style: solid;
    border-width: 1px;
    color: #e28e38;
}