html,body{
	margin:0;
	padding:0;
}
body {
	font-family: "Frutiger Neue", Helvetica,Arial,sans-serif;
    color: #454545;
    font-size: 14px;
    line-height: 1.6;
	margin-left: auto;
    margin-right: auto;
	width:500px;
}

td, th {
	font-family: "Frutiger Neue", Helvetica,Arial,sans-serif;
    color: #454545;
    font-size: 14px;
    line-height: 1.6;
	margin-left: auto;
    margin-right: auto;
}

strong, b, h1, h2, h3, h4   {
    font-weight:700;
    font-style:normal
}
td{
	padding-top:5px;
	padding-bottom:5px;
}
img{
	border:0;
}

div.container{
	margin-top:20px;
	margin-left:40px;
	margin-right: 40px;
}

div.header{
	margin-bottom:20px;
}

div.header div.logo{
	float:left;
}
div.header div.title{
	font-size: 25px;
    margin-left: 104px;
    padding-top: 10px;
}
div.body{
	margin-left:7px
}

div.infobox{
	border:1px solid black;
	padding:3px;
	margin-bottom: 10px;
	max-width: 700px;
}
div.infobox.error{
	border-color:#F00;
	color:#F00;
}
div.infobox.ok{
	border-color:#2d9a58;
	color:#2d9a58;
}
div.subtitle{
 font-size: 12px;
  margin: 10px 0px 2px 0px;
}

tr.error td{
	color:#F00;
}
tr.error input,
tr.error select{
	border:1px solid #F00;
}


.formfield	{
	display: block;
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 1.2;
	padding: .4em .3076em;
	color: #555;
	border-color: #757575;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}

select	{
	height: 29px;
	line-height: 29px;
	-webkit-appearance: menulist-button;
}

.sendbutton	{
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    border: 1px solid #757575;
    padding: .45em .9em;
    border-radius: 3px;
    line-height: 1.2;
    background-color: #069;
    border-color: #069;
    letter-spacing: 1px;
    font-family: "Frutiger Neue Bold", Helvetica,Arial,sans-serif;
}