.hint {
    display: none;
    position: absolute;
    top:32px;
    right:-35px;
    width: 250px;
    min-height:45px;
    margin-top: 0;
    border: 1px solid #c93;
    padding: 0 5px 0px 10px;
    background: #ffc url(../dm_images/pointer.gif) no-repeat -10px 5px;
    font-size:15px;
    color:#bb0033;
    line-height: 1.3em;
}

.hint .hint-pointer {
  position: absolute;
  left: -10px;
  top: 5px;
  width: 10px;
  height: 19px;
  background: url(../dm_images/pointer.gif) left top no-repeat;
}

input:focus {
    background-color:#ffc;
}
select:focus {
    background-color:#ffc;
}
textarea:focus {
    background-color:#ffc;
}
input {
    margin:2px 5px 5px 10px;
    width:300px;
    height:22px;
    font-size:15px;
    padding-left:10px;
}
select {
    margin:2px 5px 5px 10px;
    width:300px;
    height:26px;
    font-size:14px;
    padding-left:10px;
}
textarea {
    margin:2px 5px 5px 10px;
    font-size:16px;
    /*padding-left:10px;
    margin-left:30px;*/
}
.required_marker {
    color: #bb0033;
    font-size:20px;
    font-weight: bold;
    vertical-align:middle;
    margin-left:5px;
}
.label {
    font-weight:400;
    font-size:16px;
    color:#bb0033;
    padding-left: 10px;
}
.label70 {
    font-weight:400;
    font-size:16px;
    color:#bb0033;
    /*padding-left: 10px;*/
    width:150px;
    display:inline-block;
    text-align:right;
}
.field {
    padding: 4px 5px 4px 5px;
    position: relative;
}
dl {
  font: normal 20px Arial;
  position: relative;
  width: 550px;
}
dt {
  clear: both;
  float:left;
  width: 150px;
  text-align: right;
}

dd1 {
  float: left;
  width: 360px;
  margin: 0 0 10px 0;
  padding-left: 6px;
}
.formlayout1
{
    font-size: 16px;
}
.formlayout1 input
{
    text-align: left;
    width: 200px;
    height: 24px;
    padding-left: 6px;
    font-size: 13px;
}
.formlayout1 textarea
{
    text-align: left;
    width: 300px;
    height: 70px;
    padding-left: 6px;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, 'Trebuchet MS', Verdana;
    /* style="width:300px;height:60px;font-family:'Segoe UI';"*/
}
.formlayout1 select 
{
    text-align: left;
    width: 200px;
    height: 30px;
    padding-left: 10px;
}
.formlayout1 button
{
    text-align: center;
    width: 150px;
    height: 30px;
    color: #bb0033;
    /*font-family: 'Courier New';*/
    font-size: 17px;
    /*font-weight: 600;*/
}
.formlayout1 input.currency{
    /*input of dollar values*/
    width: 100px;
    text-align: right;
    padding-right: 10px;
}
.formlayout1 label {
    font-weight:400;
    font-size:16px;
    color:#bb0033;
    padding-left: 10px;
}

.buttonlarge
{
    /*background-color: grey;*/
    text-align: center;
    width: 160px;
    height: 35px;
    color: #bb0033;
    /*font-family: 'Courier New';*/
    font-size: 17px;
    /*font-weight: 600;*/
    -moz-appearance: none;
}
.errors {
	/*float: left;*/
	padding: 20px 20px 20px 20px;
    background-color: #fdefef;
	width: 500px;
    margin: auto;
    color: red;
    border: 1px solid red;
    font-family: 'Segoe UI', Tahoma, 'Trebuchet MS', Verdana;
    font-size: 14px;
}
.errormsg {
	/*float: left;*/
	padding: 5px 10px 5px 30px;
    background-color: #feeced;
	width: 500px;
    margin: auto;
    color: red;
    border: 2px solid red;
    font-family: 'Segoe UI', Tahoma, 'Trebuchet MS', Verdana;
    font-size: 16px;
}
.successmsg {
	/*float: left;*/
	padding: 5px 10px 5px 30px;
    background-color: #eefeec;
	width: 500px;
    margin: auto;
    color: green;
    border: 2px solid green;
    font-family: 'Segoe UI', Tahoma, 'Trebuchet MS', Verdana;
    font-size: 16px;
}
.advicemsg1 {
	/*float: left;*/
	padding: 1px 10px 1px 30px;
    background-color: #eefeec;
	width: 500px;
    margin: auto;
    color: green;
    border: 2px solid green;
    font-family: 'Segoe UI', Tahoma, 'Trebuchet MS', Verdana;
    font-size: 20px;
}
.advicemsg2 {
	/*float: left;*/
	padding: 1px 10px 1px 30px;
    background-color: #96079f; /*#eefeec*/
	width: 500px;
    margin: auto;
    color: white;
    /*border: 2px solid green;*/
    font-family: 'Segoe UI', Tahoma, 'Trebuchet MS', Verdana;
    font-size: 20px;
}

