body {
	padding:0px;
	font-family: "Arial";
	font-size: 13px;
	color:#464C54;
	background: transparent;
}
body,h1,h2,h3,h4{
	margin:0;
	font-weight: normal;
}
table{
	border:1px solid #ffffff;
	max-width: 500px;
	width:100%;
	width:500px !ie; 		// IE fix
	border-collapse: collapse;
	border-spacing: 0;
}
.top {
	padding-top: 15px;
}
.bottom {
	padding-bottom: 15px;
}
td{
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
}
input[type="text"],input[type="email"]{
	width: 100%;
	font-family: "Arial";
	height: 31px;
	font-size: 13px;
	border: 1px solid #E4E4E4;
	padding:5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input[type="text"]:focus,input[type="email"]:focus{
	border:1px solid rgba(82, 168, 236, 0.804);
}
input[type="submit"]{
	font-family: "Arial";
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	background-color: #0087cc;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.196), 0px 1px 2px rgba(0, 0, 0, 0.047);
	background: linear-gradient(to bottom, #E94E91 0px, #DF3562 100%) transparent;
	border: 1px solid #E64784;
	border-radius: 2px;
	color: #FFFFFF;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.251);
	cursor: pointer;
	padding: 5px 14px;
}
input[type="submit"]:hover{
	background: linear-gradient(to bottom, #1E5799 0px, #FF74A6 0px, #FF4E7C 100%) transparent;
	border: 1px solid #E64784;
	box-shadow: inset 0px 2px 0px -1px #FFB5D0;
	}
input[type="submit"]:active{
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tdpad{
	padding-bottom: 10px;
}
label.error{
		font-style:italic;
		color:#ffffff;
		font-size: 11px;
		/*left: 25px;*/
		display: block;
		float: right;
		border-radius: 3px;
		padding: 2px 6px;
		background: #DD251C;
		/*border:1px solid #DD251C;*/
		/*margin-top: -30px;*/
		position: absolute;
	}
	label.error::after { 
		border-bottom: 8px solid #DD251C;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid transparent;
		top: -12px;
		content: "";
		left: 50%;
		margin-left: -8px;
		position: absolute;
		z-index: 2;
}
.iefix{
	padding-right:22px !ie;
}