@charset "UTF-8";
form.lisket-form-maker-form{
	padding: 5px;
	width: 760px;
	margin: 0 auto;
}
.lisket-form-maker-form table {
	width: 100%;
}
.lisket-form-maker-form table tr th,.lisket-form-maker-form table tr td {
	text-align: left;
	font-weight: normal;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
.lisket-form-maker-form table tr th {
	width: 150px;
	font-weight:bold;
}
.lisket-form-maker-form table th.number {
	width: 40px;
}
.lisket-form-maker-form table tr th span {
	color: #CC0000;
	font-size: 10px;
}
.lisket-form-maker-form table tr td textarea {
	width: 100% !important;
	line-height:1.5em;
	height: 60px !important;
}
input[type="submit"]{
	margin-right:15px;
}
input[type="submit"], input[type="reset"]{
	padding:5px 10px;
	border:#820002 1px solid;
	color:#ffffff;
	font-weight:bold;
	font-size:126%;
	border-radius:5px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
	background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
	background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
	background-image: -o-linear-gradient(top, #d93434, #b82b2b);
	background-image: linear-gradient(to bottom, #d93434, #b82b2b);
}
input[type="submit"]:hover, input[type="reset"]:hover{
	background: #820002;
	background-image: -webkit-linear-gradient(top, #820002, #820002);
	background-image: -moz-linear-gradient(top, #820002, #820002);
	background-image: -ms-linear-gradient(top, #820002, #820002);
	background-image: -o-linear-gradient(top, #820002, #820002);
	background-image: linear-gradient(to bottom, #820002, #820002);
 }
 .btn{
	 padding:5px 10px;
	border:#820002 1px solid;
	color:#ffffff;
	font-weight:bold;
	font-size:126%;
	border-radius:5px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
	background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
	background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
	background-image: -o-linear-gradient(top, #d93434, #b82b2b);
	background-image: linear-gradient(to bottom, #d93434, #b82b2b);
	 width: 200px;
	 margin: 0 auto;
}
 .btn a, .btn a:visited{
	 color:#ffffff;
 }
  .btn a:hover{
	text-decoration:none;
 }
 .table-border{
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin:15px auto 0;
}
.table-border td, .table-border th{
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:5px 10px;
}
.table-border th{
	background-color:#FFFE9A;
	font-weight:bold;
}