﻿*
{
	margin: 0;
	list-style-type: none;
}

div.content
{
	padding: 0 0 9px 0;
}
html, body
{
	height: 100%;
	width: 100%;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #757575;
}
div.mailPopup
{
	width: 386px;
	background-color: #FFFFFF;
}
div.mailDataItems
{
	margin: 0 0 0px 0;
	clear:both;
}
div.label
{
	padding: 10px 0 3px 15px;
	display: block;
	float: left;
	font: bold 12px Arial, sans-serif;
	color: #ff6600;
	text-transform: uppercase;
}
a.submit
{
	display: block;
	height: 28px;
	width: auto;
	border: 0;
	text-align:left;
	margin: 9px 0 0 0;
	padding: 18px 0 4px 41px;
	outline: none;
	cursor: pointer;
	font: bold 13px Arial, sans-serif;
	color: #ff6600;
	text-decoration: none;
	background: transparent url('/sitecore/shell/themes/Standard/Images/a-email.gif' ) no-repeat 0 0;
	background-position: 11px 13px;
}

a.submitover
{
	display: block;
	height: 28px;
	width: auto;
	border: 0;
	text-align: left;
	margin: 9px 0 0 0;
	padding: 18px 0 4px 41px;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	font: bold 13px Arial, sans-serif;
	color: #c60c30;
	background: transparent url('/sitecore/shell/themes/Standard/Images/a-email2.gif' ) no-repeat 0 0;
	background-position: 11px 13px;
}
input.input-contact
{
	height: 15px;
	width: 348px;
	padding: 5px;
	border: 0;
	font: 12px Arial, sans-serif;
	color: #787878;
	outline: none;
	background: url(   '/sitecore/shell/themes/Standard/Images/input-backgroundMailPopup.gif' ) no-repeat 0 0;
}
textarea
{
	height: 106px;
	width: 348px;
	padding: 5px;
	border: 0;
	overflow: auto;
	font: 12px Arial, sans-serif;
	background: url('/sitecore/shell/themes/Standard/Images/textarea-backgroundMailPopup.gif' ) no-repeat 0 0;
}
div.moreheight
{
	height: 130px;
}
div.dataField
{
	padding:0px 0px 0 15px;
}
div.ok
{
  padding: 15px;
}
div.error
{
  padding: 15px;
}