@charset "utf-8";

/* Header Size, Font Size */
h1 { font-size: 13px;}
h2 { font-size: 13px;}
h3 { font-size: 13px;}
h4 { font-size: 10px;}
p { font-size: 13px; color: #333;}
a { color: #af0b1c; text-decoration: none !important;}
img { border: none;}
sup{ font-size:8px; }

.bold { font-weight: bold !important;}
.emphasizedText{font-weight: bold;}
.hide { display: none;}
.hiddenText { display: none;}

/* Common Form element */
legend { display: none;}
fieldset { border: none; margin: 0; padding: 0;}

input[type="radio"] { margin: 5px 5px 5px 0; }
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], textarea {
	border: 1px solid #666;
	background: #efefef;
	font-size: 12px;
	padding: 2px 10px;
	height: 20px;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;

	/* CSS3 ready */
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #ebebeb),
		color-stop(1, #fdfdfd)
	);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
textarea { height: 100px;}
input[type="checkbox"] {
	padding: 0;
	margin-left:0;
	vertical-align: bottom;
	position: relative;
	top: 4px;
	overflow: hidden;
}
select{
	padding:5px 5px 5px 10px;
	width:48%;
	border:1px solid #666;
	background: #efefef;
	font-size: 12px;
	margin: 5px 0;

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* Used reset */
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	width: 100%;
	padding:0;
	-webkit-text-size-adjust:none;
}

label {
	margin-right: 10px;
}

#content1 h2 {
	margin: 7px 0 7px 10px;
	font-size: 18px;
}

#content1 p {
	padding: 5px 0 5px 0;
}
div.leaf > p {
	margin: 3px 8px 3px 10px;
	font-size: 13px;
}
p {
	font-size: 13px;
	color: #333;
}

div.leaf a {
	text-decoration: underline;
	font-size: 13px;
}

a.clearFields {
	font-weight: bold;
}

div.back-to-top {
	width: 100%;
	text-align: right;
	margin: 16px 0 20px;
}

#resultFrame table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
	width: 94%;
}

#resultFrame table td {
	font-size: 13px;
	width: 50%;
	border: 1px solid #666;
	vertical-align: middle;
	padding: 5px 0 5px 10px;
}

#resultFrame table td:first-child {
	background: #fff8e5;
	width: 35%;
}

/* HTML5 support */
nav,main,dialog,header,footer,figure,audio,video,section,article,aside{display:block;width:100%;clear:both;}
