.devtitle {
	text-align: center;
	color: #000;
	background: #ececec;
	font-size: 16px;
}

.modal-dialog {
	height: 100%;
    display: grid;
	align-items: center;
	margin: 0px auto !important;
}

.email_link{
-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ed3434), color-stop(1, #d10202));
	background:-moz-linear-gradient(top, #ed3434 5%, #d10202 100%);
	background:-webkit-linear-gradient(top, #ed3434 5%, #d10202 100%);
	background:-o-linear-gradient(top, #ed3434 5%, #d10202 100%);
	background:-ms-linear-gradient(top, #ed3434 5%, #d10202 100%);
	background:linear-gradient(to bottom, #ed3434 5%, #d10202 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed3434', endColorstr='#d10202',GradientType=0);
	background-color:#ed3434;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #cf0606;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:300;
	padding:6px 24px;
	text-decoration:none;
}

.email_link:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d10202), color-stop(1, #ed3434));
	background:-moz-linear-gradient(top, #d10202 5%, #ed3434 100%);
	background:-webkit-linear-gradient(top, #d10202 5%, #ed3434 100%);
	background:-o-linear-gradient(top, #d10202 5%, #ed3434 100%);
	background:-ms-linear-gradient(top, #d10202 5%, #ed3434 100%);
	background:linear-gradient(to bottom, #d10202 5%, #ed3434 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d10202', endColorstr='#ed3434',GradientType=0);
	background-color:#d10202;
	color: #FFF;
}

.email_link:active{
	position:relative;
	top:1px;
}

.download_link{
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:400;
	padding:6px 14px;
	text-decoration:none;
}

.download_link:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}

.download_link:active{
	position:relative;
	top:1px;
}
.imgcenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.select_box{
	padding: 7px 30px;
	background: #FFF;
	border: 1px solid #000;
	border-radius: 4px;
	width: 250px;
	line-height: 16px;
}

.select_butt {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:400;
	padding:6px 14px;
	text-decoration:none;
}

.form2 {
	display: block;
	font-size: 15px;
	
}

.form2 input [type="text"]{
	padding: 12px 50px;
	box-sizing: border-box;
	margin: 8px 0;
	width: 200px;
	border-radius: 4px;
	line-height: 18px;
	overflow: inherit;
	border-collapse: collapse;
	
}