			img.c_avatarOn {
				max-width:90px;
				max-height:90px;
				-moz-box-shadow: 1px 1px 5px #999;
				-webkit-box-shadow: 1px 1px 5px #999;
				box-shadow: 1px 1px 5px #999;
				-webkit-border-top-left-radius: 8px; -webkit-border-bottom-right-radius: 8px;
				-moz-border-radius-topleft: 8px; -moz-border-radius-bottomright: 8px;
				border-top-left-radius: 8px; border-bottom-right-radius: 8px;
				-webkit-box-shadow: 2px 2px 6px green; -moz-box-shadow: 2px 2px 6px green;  box-shadow: 1px 1px 8px green;
			}
						
			img.c_avatarOff {
				max-width:90px;
				max-height:90px;
				-moz-box-shadow: 1px 1px 5px #999;
				-webkit-box-shadow: 1px 1px 5px #999;
				box-shadow: 1px 1px 5px #999;
				
							-webkit-border-top-left-radius: 8px; -webkit-border-bottom-right-radius: 8px;
			 -moz-border-radius-topleft: 8px; -moz-border-radius-bottomright: 8px;
			 border-top-left-radius: 8px; border-bottom-right-radius: 8px;
				  -webkit-box-shadow: 2px 2px 6px #DC143C; -moz-box-shadow: 2px 2px 6px #DC143C; box-shadow: 1px 1px 8px #DC143C;
			}
						.c_infoblock {
				white-space:nowrap;
				max-width:35%;
				float: left;
				margin-right: 5px;
				margin-left: 5px;
				text-align: center;
				padding: 2px 15px 2px 0;
				background-color: #fff;
			}			
			
			
			.tbl2ttt{
				font-size: 11px;
				color: #000;
				background-color: #F0F0F0;
				padding: 6px;
			}
			.c_text {
				font: 16px/100% Georgia, Arial, Helvetica, sans-serif;
			}
			.c_clearb {clear:both;}
			
			.button {
				display: inline-block;
				zoom: 1;
				vertical-align: baseline;
				margin: 7px 0 0 2px;
				outline: none;
				cursor: pointer;
				text-align: center;
				text-decoration: none;
				font: 14px/100% Arial, Helvetica, sans-serif;
				font-weight: bolder;
				padding: .5em 1em .55em;
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				-webkit-border-radius: .5em;
				-moz-border-radius: .5em;
				border-radius: .5em;
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
				box-shadow: 0 1px 2px rgba(0,0,0,.2);
				height: inherit;
			}

			.button:hover {
				text-decoration: none;
			}
			a:hover {
				text-decoration: underline;
			}
			
			.red:hover {
				background: #b61318;
				background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
				background: -moz-linear-gradient(top, #c9151b, #a11115);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
			}
			
			.red {
				color: #faddde;
				border: solid 1px #980c10;
				background: #d81b21;
				background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
				background: -moz-linear-gradient(top, #ed1c24, #aa1317);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
			}

			