/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #FFFFCC;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

#header {
	width: 100%;
	height: 100px;
	background: #666666;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
	position: absolute;
	top: 0;
	display:block;
}

#content {
    height: auto;
    width: 100%;
    position: absolute;
    overflow: auto;
}

.contentStyleCenter {
	align-self: center;
}

#bottom {
	width: 100%;
	height: 80px;
	background: #666666;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	display:block;
}

#link {
	font-size: 16pt;
}

.font_target {
	color: #FF0000;
}

.title {
	font-size: 15pt;
}

.desc {
	font-size: 20pt;
}

.bigButton {
	font-size: 15pt;
	color: #FF0000;
	margin: auto;
}

.contentDesc {
	font-size: 13pt;
}

.videoButton {
	font-size: 15pt;
}

.veryimage {
	cursor:pointer;
}

.beian{ 
	font-size:15pt;
}

.tips {
	color: #FF0000;
}

.fontcreater {
	width: 100%;
	height: 100%;
	background-color:#F5F5DC;
}

.fontcreater_canvas {
	border-radius: 15px;
  	box-shadow: 0 9px #999;
  	border-style:solid;
}

.fontcreater_char_render {
	border-radius: 15px;
  	border-style:solid;
}

.fontcreater_char_render_selected {
	border-radius: 15px;
  	width: 10rem;
  	height: 10rem;
  	border-style:solid;
  	border-color:#ff0000;
}

.fontcreater_btn {
  	padding: 10px 40px;
  	font-size: 3rem;
	border-radius:10px;
}

.fontcreater_font {
	font-size: 3rem;
}

.fontcreater_settings_range {
	font-size: 2rem;
	color : #FF0000;
}

.fontcreater_font_mid {
	font-size: 2rem;
}

.fontcreater_tips_font {
	font-size: 3rem;
	color: #FF0000;
}

.fontcreater_input {
	font-size: 3rem;
	width: 20rem;
}

.simple_dialog {
	border-radius: 15px;
  	border-style:solid;
  	background: #f1f1f1;
}