.phone-field {
	width: 100%;
}
.phone-field .input-prepend, .phone-field .input-append {
	margin-bottom: 0;
}
.phonenumber-label {
	margin-bottom: 0;
	font-size: 8pt;
	font-style: italic;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.control-group.error .phonenumber {
	color: #b94a48;
}
.phonenumber {
	font-size: 14px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	white-space: nowrap;
}
.phonenumber input {
	margin-bottom: 0;
}
.phonenumber-area input, .phonenumber-no input {
	vertical-align: middle !important;
	border-radius: 3px 3px 3px 3px !important;
	margin-right: 5px;
}
.phonenumber-ext input {
	margin-left: 5px;
	border-radius: 3px 3px 3px 3px !important;
	vertical-align: middle !important;
}
.phonenumber-country input {
	margin-right: 5px;
	vertical-align: middle !important;
}
.input-micro {
	width: 40px;
}
.input-nano {
	width: 20px;
}
/** Theme normal **/
.phone-field .phonenumber {
	margin-right: 10px;
}
.phone-field .phonenumber input {
	width: 80%;
}
.phone-field .phonenumber-country {
	width: 25%;
}
.phone-field .phonenumber-country input {
	width: 50%;
}
.phone-field .phonenumber-area {
	width: 15%;
}
.phone-field .phonenumber-area input {
	width: 60%;
}
.phone-field .phonenumber-no {
	width: 28%;
}
.phone-field .phonenumber-no input {
	width: 90%;
}
.phone-field .phonenumber-ext {
	width: 22%;
}
.phone-field .phonenumber-ext input {
	width: 70%;
}
@media (max-width: 1280px) {
	.phone-field .phonenumber-area input {
		width: 50%;
	}	
	.phone-field .phonenumber-ext input {
		width: 62%;
	}		
}
@media (max-width: 1024px) {
	.phone-field .phonenumber-no {
		width: 25%;
	}
	.phone-field .phonenumber-no input {
		width: 80%;
	}
}
@media (max-width: 900px) {
	.phone-field .phonenumber-no {
		width: 25%;
	}
	.phone-field .phonenumber-no input {
		width: 80%;
	}
	.phone-field .phonenumber-area input {
		width: 50%;
	}
	.phone-field .phonenumber-ext input {
		width: 65%;
	}	
}
@media (max-width: 740px) {
	.phone-field .phonenumber-country {
		width: 20%;
	}
	.phone-field .phonenumber-country input {
		width: 30%;
	}	
	.phone-field .phonenumber-area input {
		width: 40%;
	}
	.phone-field .phonenumber-ext input {
		width: 60%;
	}	
}
@media (max-width: 600px) {
	.phone-field .phonenumber-country input {
		width: 40%;
	}	
	.phone-field .phonenumber-area input {
		width: 50%;
	}
	.phone-field .phonenumber-ext input {
		width: 65%;
	}	
}
@media (max-width: 500px) {
	.phone-field .phonenumber-country input {
		width: 30%;
	}	
	.phone-field .phonenumber-no {
		width: 20%;
	}
	.phone-field .phonenumber-area {
		width: 20%;
	}	
	.phone-field .phonenumber-ext {
		width: 20%;
	}
	.phone-field .phonenumber-ext input {
		width: 50%;
	}	
}
/** Theme compact **/
.phone-field-compact .phonenumber {
	margin-right: 5px;
	width: auto;
}
.phone-field-compact .phonenumber input {
	width: 20px;
}
.phone-field-compact .phonenumber-no input, .phone-field-compact .phonenumber-ext input {
	width: 40px;
}