.skywindPage {
	background-color: #fff !important;
} 

.skywindSubmitBtn {
    height: 39px;
    width: 290px;
    border-radius: 25px 25px 25px 25px;
    background-color: red;
    text-align: center;
    vertical-align: middle;
    line-height: 39px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
}

.skywindBox {
	width: 290px;
	background-color: rgb(220, 222, 222) !important;
}

.skywindDivContainer {
	width:90%;
	height:90%;
	padding:20px;
	background-color: rgb(220, 222, 222) !important;
}

.skywindTitle {
	margin-left: 10px !important;
	padding-top: 5px  !important;
}

.skywindTopMargin {
	margin-top: 48px !important;
}