@CHARSET "UTF-8";
.form-title {
	text-align:center;
	font-size:20px;
}

.form-label {
	height:26px;
	line-height:23px;
	text-align:right;
	float:left;
	margin-right: 10px;
	width:75px;
	overflow:hidden;
	border: 0px solid black;
}

.form-element {
	height:26px;
	float:left;
	overflow:hidden;
	border: 0px solid black;
}

.form-auto-height-element {
	float:left;
	border: 0px solid black;
}

.form-right-element {
	height:26px;
	float:right;
	margin-right:26px;
	overflow:hidden;
}

.form-text {
	margin-top:0px;
	overflow:hidden;
}
.form-newline {
	clear:both;
}

.form-canvas{
	font-size:14px;	
}

.form-button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .3em 2em .35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	color: #000000;
	border: solid 1px #c0c0c0;

	background: #d9d9d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(#F9F9F9));
	background: -moz-linear-gradient(top,  #D9D9D9,  #F9F9F9);


}

.form-button:hover {
	text-decoration: none;

	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
}
.form-button:active {
	position: relative;
	top: 1px;
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
}
.frame-box {
    position:absolute;
    left:2px;
    top:2px;
    right:2px;
    bottom:2px;
    padding:2px;
    border:1px solid #c0c0c0;
}
.frame-bar {
    width:100%;
    height:20px;
    line-height:20px;
    background-color:#606060;
    font-size:12px;
    color:white;
    font-weight:800;
    overflow:hidden;
}
.frame-content {
    position:absolute;
    top: 24px;
    left:2px;
    right:2px;
    bottom:2px;
    overflow:hidden;
    font-size:14px;
    overflow:hidden;
}

