.lable
{
	float: left;
    padding-top: 5px;
    width: 140px;
}
.field
{
	float:left;
	padding-bottom:5px;
}
#titlewrap
{
	margin-left:30px;
}
.input-box
{
 -moz-border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 1.7em;
    line-height: 100%;
    outline: medium none;
    padding: 3px 4px;
    width: 100%;
}
.thinkun-setting-tab ul li
{
	float:left;
	padding:10px;
	border:1px solid black;
	background-color:#D3D3D3;
}

.preview-content{
	border:1px solid #DFDFDF; 
	width:770px; 
	height:auto; 
	padding:4px; 
	display:none;
}

.preview-content iframe{
	display:none;
	width: 765px;
	height:600px;
	border: none;
}

.show {
	border:1px solid #DFDFDF; 
	width:770px; 
	height:auto; 
	padding:4px; 
}
.show iframe{
	width: 765px;
	height:600px;
	border: none;
}
.thinkun-setting-tab ul li a
{
	text-decoration:none;
}
.link-button
{
	-moz-border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	border-color: #BBBBBB;
	color: #464646;
	padding: 5px;
	text-decoration: none;
}
.tab-menu
{
	background-color:#fff!important;
}
.info {
	 border: 1px solid;
    margin: 10px 0px;
    padding: 12px 10px 12px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../image/info.png');
}

