.af-embed-panel {

}
.af-embed-options.tb-section {
	line-height: 20px;
}
.af-embed-context,
.af-embed-border {
	border: 1px solid rgb(233, 233, 233);
}
.af-embed-iframe-content {
	position: relative;
	width: 700px;
	height: 400px;
	margin: 0px auto;
}
.af-embed-iframe {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
}
.af-embed-option-title {
	font-weight: bold;
	color: #333;
	font-size: 17px;
	margin: 0px;
	padding: 2px 0 0 0;
}
.af-embed-group {
	padding: 6px 0;
	position: relative;
	overflow: hidden;
}
.af-embed-label {
	position: relative;
	font-weight: normal;
	color: #000000;
	width: 68px;
	line-height: 24px;
	font-size: 14px;
	margin: 0;
	float: left;
}
.af-embed-label2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 4px 0;
	color: black;
}

.af-embed-size-group {
	float: left;
	line-height: 24px;
}
.af-embed-size-option {
	float: left;
	margin-right: 28px; 
}


.af-embed-square {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    padding-left: 6px;
    cursor: pointer;
}
input[type="radio"].af-embed-radio {
    float: left;
    margin-top: 4px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.af-embed-small {

}
.af-embed-middle {

}
.af-embed-large {

}
.af-embed-custom {
	float: left;
    padding-left: 6px;
    cursor: pointer;
    margin: 0;
}
.af-embed-number-input {
/*	width: 55px;
	display: inline-block;
    height: 30px;
    border-radius: 1px;*/
    font-weight: 700;
    font-size: 15px;
    width: 68px;
    height: 24px;
    display: inline-block;
    border: 0;
    outline: 0;
    padding: 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    text-align: center;
    box-shadow: none;
}
.af-embed-number-input:focus {
	border-bottom-width: 1px;
    box-shadow: 0 1px 0 #4997ee;
}
.af-embed-custom-px {
    position: relative;
    /* top: -10px; */
    /* left: -6px; */
    float: left;
    display: block;
}
.af-embed-custom-help {
    position: relative;
    color: #888888;
    margin-left: 8px;
    font-size: 12px;
    float: left;
    display: block;
    margin-top: -2px;
}
.af-embed-custom-help > span {
	font-size: 20px;
    position: relative;
    top: 7px;
}
.af-embed-start-select {
	width: auto;
	padding: 0;
	height: 24px;
	min-width: 50px;
}
.af-embed-code-textarea {
	width: 100%;
	height: 100%;
}
.af-embed-code-textarea.border-none {
	border: none;
}
.tb-section-container.embed-ifreme {
	padding: 8px !important;
}
.af-embed-fpanel {
	line-height: 20px;
	padding: 30px 0;
}
.af-embed-ftip {
	font-size: 15px;
  padding-top: 15px;
}
.af-embed-ftip a {

}
.af-embed-ftip a:hover {
	text-decoration: underline;
}