@charset "utf-8";
/* CSS Document */

.sitt_strong {
	font-weight:bold;
}

.sitt_white {
	color: #FFF;
}

.sitt_bk_white {
	background-color: #FFF;
}

.sitt_full_expand {
	width : 100%;
	height: 100%;
}

.sitt_h_expand {
	width: 100%;
}

.sitt_w_wide {
	max-width:1200px;
	width:100%;
}

.sitt_center {
	text-align: center;
}

.sitt_centered {
	margin: 0 auto;
}

.sitt_white_alpha_80  {
	background: rgba(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
}

.sitt_white_alpha_90  {
	background: rgba(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
}

.sitt_round_corners {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
	outline: none;
}


