
body {
  background-color:#ffffff;
  color:#131313;
  font-size:12px;
  line-height:1.25em;
  font-family: Arial, Helvetica, sans-serif;
}

a {
    color:#d4022b;
	outline: 0 none;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

strong{
	color:#000000;
	font-weight:bold;
}

a strong{
	color:#d4022b;
}

input{
	border:1px solid #dddddd;
}

h2{
	font-weight:bold;
	color:#003366;
	font-size: 18px;
	line-height: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

form#mailtoForm{
	background-color: #F7F7F7;
	border: 1px solid #DDDDDD;
    margin-bottom: 15px;
    padding: 20px;
	width:340px;
}

div.formelm{
	margin-bottom: 15px;
}

div.formelm label{
	width:130px;
	display:inline-block;
}

div.formelm input{
	width:170px;
	background-color: #ffffff;
    border: 1px solid #DDDDDD;
    color: #636363;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 25px;
    margin: 0;
    outline: 0 none;
    padding: 0 15px;
}

form#mailtoForm button{
	background: url("../../emc_template-v10/images/bt-bkg.png") repeat-x scroll left top transparent;
    border: 1px solid #A7A7A7;
    border-radius: 4px 4px 4px 4px;
    color: #131313;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 10px !important;
    text-align: center;
	width:90px;
	margin-left:20px;
}

form#mailtoForm button:hover{
	background-position:0 -25px;
	border-color:#3c7fb1;
	text-decoration:none;
}

form#mailtoForm p{
	margin-top:30px;
	padding-left:110px;
}

div.mailto-close{
	margin-bottom:20px;
}

