/* @group Modals */ 
.modalContainer { 
	width                 : 500px; 
	min-height            : 280px; 
	margin                : 10px; 
	background-color      : #FFFFFF; 
	-moz-border-radius    : 8px; 
	-webkit-border-radius : 8px; 
	padding               : 15px; 
	position              : relative; 
} 
.modalContainerWinGr { 
	width                 : 500px; 
	min-height            : 280px; 
	background            : #000000 url(/assets/2009/images/modals/modal_win_gr.jpg) no-repeat; 
	-moz-border-radius    : 8px; 
	-webkit-border-radius : 8px; 
	padding               : 15px; 
	display               : none; 
	position              : absolute; 
	top                   : 25px; 
} 
.modalContainerWinSs { 
	width                 : 500px; 
	min-height            : 280px; 
	margin                : 10px; 
	background            : #000000 url(/assets/2009/images/modals/modal_win_ss.jpg) no-repeat; 
	-moz-border-radius    : 8px; 
	-webkit-border-radius : 8px; 
	display               : none; 
	top                   : 25px; 
} 
.fieldContainerModal { 
	width                 : 100%; 
	float                 : left; 
} 
.loginAreaModal { 
	width                 : 395px; 
	float                 : left; 
	padding               : 15px 0 15px 0; 
} 
.modalActionButtons { 
	float                 : left; 
	padding-top           : 30px; 
	padding-left          : 15px; 
} 
.modalActionButtonDeposit { 
	margin-right          : 20%; 
	margin-left           : 15%; 
	margin-top            : 50px; 
} 
.modalActionButtons a:hover { 
	text-decoration       : none; 
	color                 : #FFFFFF; 
} 
.modalActionButtonDeposit a:hover { 
	text-decoration       : none; 
	color                 : #FFFFFF; 
} 
.buttonGreenBig { 
	background            : url(/assets/2009/images/buttons/button_green_big.png) no-repeat; 
	display               : block; 
	font-size             : 2em; 
	color                 : #FFFFFF; 
	text-decoration       : none; 
	width                 : 220px; 
	height                : 42px; 
	text-align            : center; 
	padding-top           : 17px; 
	float                 : left; 
	font-weight           : bold; 
	cursor                : pointer; 
} 
.buttonRedBig { 
	background            : url(/assets/2009/images/buttons/button_red_big.png) no-repeat; 
	display               : block; 
	font-size             : 2em; 
	color                 : #FFFFFF; 
	text-decoration       : none; 
	width                 : 220px; 
	height                : 42px; 
	text-align            : center; 
	padding-top           : 17px; 
	float                 : left; 
	font-weight           : bold; 
	cursor                : pointer; 
} 
.buttonDeposit { 
	background            : url(/assets/2009/images/buttons/button_deposit.png) no-repeat; 
	display               : block; 
	font-size             : 2em; 
	color                 : #FFFFFF; 
	text-decoration       : none; 
	width                 : 339px; 
	height                : 42px; 
	text-align            : center; 
	padding-top           : 17px; 
	float                 : left; 
	font-weight           : bold; 
	cursor                : pointer; 
} 
.buttonSmtxt { 
	font-size             : 1.4em; 
} 
.noteSuccess { 
	background            : #e9ffc6 url(/assets/2009/images/icons/icon_tick.png) no-repeat 5px 5px; 
	border                : 1px solid #8cbc27; 
	padding               : 15px 15px 15px 58px; 
	font-size             : 1.2em; 
	margin-bottom         : 10px; 
} 
.noteAlert { 
	background            : #ffd2d2 no-repeat 5px 5px; 
	border                : 1px solid #ff0000; 
	padding               : 15px; 
	font-size             : 1.2em; 
	margin-bottom         : 10px; 
} 
.w80 { 
	width                 : 80%; 
} 
/* @end */ 
