html,body{
	font-family: Tahoma;
	color: #656;	
}

#popup{
	display: none;
	z-index: 9999;
	position: fixed;
	max-width: 700px;
	background-color: #363A47;
	padding: 8px;
	right: 40px;
	top: 10px;
}

.popup-head{
	background-color: #363A47;
	color: #eee;
	padding-top: 10px;
}

.popup-body{
	background-color: #fff;
	padding: 10px;
	margin-top: 20px;
	color: #363A47;
}

.btn{
	border-radius: 0;
}
.btn-green{
	background-color: #ccdd00;
	color: #363A47;
}
.form-control{
	border-radius: 0;
	border: hidden;
	border-bottom: #363A47 solid 1px;
}
textarea{
	resize: none;
}

.title{
	font-weight: bold;
	font-size: 1.6em;
}