body{
	font-size: 11px;
}

select.birthday{
	font-size: 11px;
	background: #d1d8e8;
	border: 1px solid #3877AC;
}

#year{
	width: 100px;
}

#month{
	width: 50px;
}

#date{
	width: 40px;
}

select.radmail{
	font-size: 11px;
	background: #d1d8e8;
	border: 1px solid #3877AC;
	width: 150px;
}

textarea.radmail{
	font-size: 11px;
	width: 250px;
	height: 150px;
	background: #d1d8e8;
	border: 1px solid #3877AC;
}

input.radmail{
	font-size: 11px;
	width: 200px;
	background: #d1d8e8;
	border: 1px solid #3877AC;
}

table.radmail{
	width: 100%;
	background: #FFFFFF;
}

td.radmail{
	font-family: verdana;
	font-weight: 400;
	color: #000000;
	font-size: 12px;
	width: 100%;
	background: #FFFFFF;
}


tr.radmail#title{
	background: #163B72;
}

tr.radmail#subtitle{
	text-align: left;
	font-size: 13px;
}

tr.radmail#heading{
	height: 25;
}

td.radmail#heading{
	background: #0E246E;
	padding: 2px 2px 2px 7px;
	text-align: left;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	color: #F4E9A7;
}

tr.radmail#row0{
	background: #FFFFFF;
}

tr.radmail#row1{
	background: #FFFFFF;
}

input.radmail_button{
	width: 80px;
}

