.tryit #abc {
	width:100%;
	height:100%;
	/*opacity:.95;*/
	top:0;
	left:0;
	display:none;
	position:fixed;
	background-color:#313131;
	overflow:auto
}
.tryit img#close {
    position: absolute;
    right: 2%;
    top: 1%;
    cursor: pointer;
    height: auto;
    width: 5%;
}

.tryit div#popupContact {
	position:absolute;
	left:50%;
	top:17%;
	margin-left:-202px;
	font-family:'Raleway',sans-serif
}
.tryit form {
	max-width:300px;
	min-width:250px;
	padding:10px 50px;
	border:2px solid gray;
	border-radius:10px;
	font-family:raleway;
	background-color:#fff
}
.tryit p {
	margin-top:30px
}
.tryit h3  {
	background-color:#187cab;
	color:white;
	padding:20px 35px;
	margin:-10px -50px;
	text-align:center;
	border-radius:10px 10px 0 0
} 
.tryit hr {
	margin:10px -50px;
	border:0;
	border-top:1px solid #ccc
}
.tryit input[type="text"] {
    width: 82%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: raleway;
    color: black;
    text-align: center;
    margin: 30px auto 0 auto;
}

.tryit #name {
	background-repeat:no-repeat;
	background-position:5px 7px
}
.tryit #email {
	background-repeat:no-repeat;
	background-position:5px 7px
}
.tryit textarea {
	background-repeat:no-repeat;
	background-position:5px 7px;
	width:82%;
	height:95px;
	padding:10px;
	resize:none;
	margin-top:30px;
	border:1px solid #ccc;
	padding-left:40px;
	font-size:16px;
	font-family:raleway;
	margin-bottom:30px
}
.tryit #submit {
	text-decoration:none;
	width:100%;
	text-align:center;
	display:block;
	background-color:#FFBC00;
	color:#fff;
	border:1px solid #FFCB00;
	padding:10px 0;
	font-size:20px;
	cursor:pointer;
	border-radius:5px
}

.tryit span {
	color:red;
	font-weight:700
}
.tryit button {
    width: auto;
    height: 45px;
    border-radius: 3px;
    background-color: #187cab;
    color: #fff;
    font-family: 'Raleway',sans-serif;
    font-size: 18px;
    cursor: pointer;
    float: none;
    margin: 30px auto 10px auto;
    padding: 0 10px;
    font-weight: bold;
}

.tryit button:hover {
    background-color: #a2b23a;
}

.tryit {
	position:absolute;
	z-index: 16;
}