#tab-content {
	width: 960px;	
    margin-top: 20px;
}

.info-box {
	margin-top: 20px;
	padding: 10px;
	background: #FCFCFC;
	border: 1px solid #DFDFDF;	
}

.option-table {
	width: 750px;	
}

.option-table tbody th {
	width: 250px;
	vertical-align: middle;
}

.option-table tbody td {
	vertical-align: middle;
}

.description {
	padding-top: 5px !important;
	padding-left: 5px !important;
	font-size: 12px !important;
}

.option-table-heading, .option-table-heading-2 {
	font-weight: bold !important;	
}

.sub-options th {
	font-size: 12px;
}

.last-sub-option th, .last-sub-option td {
	padding-bottom: 15px;
}

.no-border th, .no-border td {
	border-bottom: 0px;	
}

.option-table textarea {
	width: 100%;
}

.no-border th, .no-border td  {
	border-color: #F9F9F9;	
}

.alternate + .no-border th, .alternate + .no-border td  {
	border-color: #FCFCFC;	
}

.last-sub-option th, .last-sub-option td {
	border-top-color: #F9F9F9;
}

.alternate + .last-sub-option th, .alternate + .last-sub-option td {
	border-top-color: #FCFCFC;
}

.radio_label {
	margin-right: 20px;
	line-height:  26px;
	font-size: 11px;
	float: left;
}

.colorpicker-label {
	margin-left: 10px;
	line-height:  40px;
	font-size: 11px;
}

.checkbox-label {
	line-height:  25px;
	font-size: 11px;
}