﻿.form {
	width:360px;
	overflow:hidden;
	padding-bottom:15px;
}

.form .lbl {
	color:#686868;
}
.form .line {
	width:100%;
	float:left;
	margin-bottom:10px;
	clear:both;
}

.form .inp {
	float:left;
	margin-right:10px;
}

.form .txt {
	width:205px;
}

.form .country {
	width:350px;
}
.form .line.group .txt {
	width:124px;
}
.form .line.group select {
	width:72px;
}
.form .line.group .small {
	width:67px;
}

.form .phone .lbl {
	font-size:10px;
	color:#959595;
	position:absolute;
	margin-left:4px;
	margin-top:2px;
}

.form textarea {
	width:340px;
	height:140px;
	padding:4px;
}

.form .btn {
	width:164px;
}

.form em {
	color:#EAAF00;
}
