.clear{ clear: both; }
#popup_info .modal-dialog{ width: 720px; }
	#info_left{ float: left; width: 35%; background: #F7F7F7; }
	#info_right{ float: right; width: 60%; }
	
#popup_welcome{ text-align: center; }	
	#popup_welcome .modal-title{ font-size: 26px; }
	#welcome_inner{ background: #D9EDF7; border: 1px solid #C6EBF3; color: #5296B7; font-size: 17px; text-align: center; border-radius: 3px; padding: 25px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; }
		#welcome_inner strong{ color: #5296B7; }
	
	#popup_welcome #button_area{ padding: 15px; background: #F5F5F5; border-top: 1px solid #DFDFDF; }
		.bt_get_start{ float: right; background-color: #5bb75b; background-repeat: repeat-x; font-size: 18px; color: #fff; padding: 8px 35px; border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; background-image: -moz-linear-gradient(center top , #62c462, #51a351);  background-image: -webkit-linear-gradient(center top , #62c462, #51a351);  background-image: -o-linear-gradient(center top , #62c462, #51a351);  background-image: -ms-linear-gradient(center top , #62c462, #51a351); }
			.bt_get_start:hover{ background-color: #51a351; }
						