body{
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	background-color: #FAFAFA;
	min-height: 100vh;
}

html{
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

p{
	cursor: auto !important;
}

.global_wrap{
	display: flex;
	width: 1000px;
	height: 100%;
	margin: auto;
}

.content-text{
	margin-top: 50px;
	margin-bottom: 50px;
	flex-wrap: wrap;
	width: 100%;
}

#contact_banner{
	width: 100%;
	height: 300px;
	background-image: url(../images/st-banner.jpg);
	background-size: cover;
	background-position: center;
}

.text-aling-center{
	text-align: center;	
}

.float_right{
	float: right;
}

.float_left{
	float: left;
}

.order_confirm_banner{
	width: 100%;
	height: 85%;
	margin-top: 50px;
	background-image: url(../images/bg-order.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 20px;
}

.content-text a{
	text-decoration: none;
}

.dialogWithDropShadow
{
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}