﻿.loginMenuDiv
{
	font-family: Nassim;
	font-size: 10pt;
	/*width: 900px;*/
	position: relative;
	/*background-color: #2d343e;*/
	/*color: white;*/
	-webkit-border-bottom-right-radius: 10px !important;
	-webkit-border-bottom-left-radius: 10px !important;
	-moz-border-radius-bottomright: 10px !important;
	-moz-border-radius-bottomleft: 10px !important;
	border-bottom-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	border-top: none;
	overflow: hidden;
	white-space: normal;
}

.loginMenuDiv .loginImage
{
	background-color: white;
	width: 128px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 1px #e9e9e9;
	-webkit-box-shadow: 2px 2px 0 rgba(255, 233, 233, 0.75);
	-moz-box-shadow: 2px 2px 0 rgba(255, 233, 233, 0.75);
	box-shadow: 2px 2px 0 rgba(255, 233, 233, 0.75);
	transition: transform 0.3s;
	-mos-transition: -moz-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
}

.loginMenuDiv td:hover .loginImage
{
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.loginMenuDiv td
{
	text-align: center;
	width: 25%;
	vertical-align: top;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 1px white;
}

.loginMenuDiv h4
{
	font-family: frutiger;
	font-size: 9pt;
	height: 50px;
	text-align: right;
	line-height: 17px;
	
	margin: 10px;
}

.loginMenuDiv h2
{
	text-align: center;
	font-family: Nassim;
	font-size: 17pt;
	/*color: #12b0e6;*/
	/*color: whitesmoke;*/
}
