/* ST write */
#st-write {
	padding:0 0 30px 0;
	/*background: #f7f7f7;*/
}
#st-write .form-title {
	margin-bottom: 10px;
}
#st-write .form-title .tel {
    color: #999999;
	font-size: 60px;
    font-family: NSKR200;
}
#st-write .form-title .tel a {
    color: #999999;
	text-decoration: none;
}
#st-write .sub-title {
	color: #828282;
	font-size: 15px;
	text-align: right;
}
#st-write .left-title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 10px;
	border-top: 1px solid #333;
}
#st-write .input-group {
	margin-bottom: 10px;
}
#st-write .input-group-addon {
	text-align: left;
	padding-left: 32px;
	border-radius: 0;
}
#st-write .input-group-addon .red {
	color: #ff0000;
	position: relative;
	top: 3px;
}
#st-write .form-control {
	border-radius: 0;
}
 #st-write .btn-estimate {
	padding: 18px 50px;
	margin-bottom: 10px;
	border-radius: 0;	
 }
 

/* custom edit*/
.form-control:focus {border-color:#e2000d;}


/* Hack codes for old browser */
@media (min-width: 767px) {
	#st-write .input-group-addon {
		min-width: 85px;
		max-width: 85px;
	}
}
@media (max-width: 768px) {
	#st-write .input-group-addon {
		text-align: left;
		padding-left: 12px;
		min-width: 50px;
	}
}
@media (max-width: 480px) {
	#st-write .form-title .tel {
		color: #999999;
		font-size: 30px;
	}
}