@font-face {
	font-family: 'Coranto2';
	src: url('/fonts/Coranto2-Regular.eot');
	src: local('☺'), url('/fonts/Coranto2-Regular.woff') format('woff'), url('/fonts/Coranto2-Regular.ttf') format('truetype'), url('/fonts/Coranto2-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Coranto2';
	src: url('/fonts/Coranto2-Bold.eot');
	src: local('☺'), url('/fonts/Coranto2-Bold.woff') format('woff'), url('/fonts/Coranto2-Bold.ttf') format('truetype'), url('/fonts/Coranto2-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

body{
	padding:0px;
	margin:0px;
	font-family:'Coranto2',Arial, Helvetica, sans-serif;
/*	color:#7bb755;*/
	color: #afa75a;
	font-size:12px;
	background-color:#f7f6f7;
}

form{
	min-width:1050px;
	margin:auto;
}

table, tr, td{
	padding:0px;
	margin:0px;
	border:0;
	background-color:none;
}

td{
	padding:2px 0px;
}

.send_button{
	display:inline-block;
}

.send_button a{
	color:#fff;
	background-color:#7bb755;
	display:inline-block;
	padding:8px 30px;
	font-weight:bold;
	border-radius:3px;
	text-decoration:none;
	font-size:18px;
}

.send_button a:hover{
	color:#fff;
	background-color:#000;
}

.description a{
	color:#00788c;
	text-decoration:none;
	font-size:12px;
}

a.hover_icons{
	display:inline-block;
	width:41px;
	height:41px;
	background-position:top;
}

a.hover_icons:hover{
	background-position:bottom;
}

a.hover_black_icons{
	display:inline-block;
	width:41px;
	height:41px;
	background-position:bottom;
}

a.hover_black_icons:hover{
	background-position:top;
}

a.support_icons{
	display:inline-block;
	background-position:top;	
}

a.support_icons:hover{
	background-position:bottom;
}

a#view_button1, a#view_button2{
	display:inline-block;
	width:40px; 
	height:40px;
	background-position:top center;
}

a#view_button1:hover, a#view_button1.selected,a#view_button2:hover, a#view_button2.selected{
	background-position:bottom center;
}