body {
	color: #333;
	font-family: Arial;
}
.host, .port, .path {
	border: 1px solid #ccc;
	padding: 0 10px;
	border-radius: 5px;
	height: 20px;
	width: 70px;
	font-weight: bold;
	text-align: center;
}
.path {
	width: 500px;
}
.uis {
	padding-left: 15px;
}
.violCodes, .collageViols {
	border: 1px solid #ccc;
	padding: 0 10px;
	border-radius: 5px;
	height: 20px;
	width: 70px;
	font-weight: bold;
	text-align: center;
	width: 200px;
}
fieldset p  {
	margin-left: 15px;
}
.w01, .w02 {
	text-align: center;
	margin: 0 auto;
	width: 300px;
}
.wrapper {
	margin: 0 auto;
	max-width: 800px;
}
.aviFreq {
	width: 20px !important;
}
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.number {
	border: 1px solid #ccc;
	padding: 0 10px;
	border-radius: 5px;
	height: 20px;
	width: 10px;
	font-weight: bold;
	text-align: center;
}
/*fieldset input[type=button] {
	height: 23px;
	border-radius: 5px;
	width: 50px;
	color: #fff;
	border: 0px;
	background-color: #db002a;
	box-shadow: 0 1px rgba(51,51,51,0.7);
	cursor: pointer;
}*/
input {
	margin-left: 5px;
}
input[type=color] {
	border-radius: 5px;
}
legend {
	font-weight: bold;
	color: #db002a;
}
span {
	opacity: 1;
	padding-left: 15px;
	color: #db002a;
	font-size: 12px;
}
button {
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	border: 0px;
	min-width: 100px;
	padding: 0 15px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	background-color: #db002a;
	box-shadow: 0 1px rgba(51,51,51,0.7);
}
.btns {
	text-align: center;
	display: block;
	margin: 10px auto;
}
.hide {
 display: none;
}
h5 {
	text-align: center;
}
#listData {
	border: 1px solid #333;
	margin-bottom: 20px;
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
}
#listData p:hover{
	background-color: #ccc;
	cursor: pointer !important;
}
#listFrames {
	text-align: center;
	margin: 0 auto;
	border: 1px solid #333;
	margin-bottom: 20px;
	max-width: 500px;
}
#listFrames p:hover{
	background-color: #ccc;
	cursor: pointer !important;
}
.active {
	background-color: yellow !important;
}
.active:hover {
	background-color: #cccc00 !important;
}
.getFile {
	display: block;
	margin: 0 auto;
}
#stampMainBtn {
	float: right;
}
.mainImg {
	padding: 15px;
}
.frame {
	text-align: center;
	padding: 15px;
}
input[type=number] {
	border-radius: 5px;
	text-align: center;
	width: 30px;
}
input[type=text] {
	width: 120px;
	border-radius: 5px;
	text-align: center;
}
select {
	text-align: center !important;
	border-radius: 5px;
} 
.frame input[type=button] {
	margin: 0 10px;
}
.data, .view {
	display: inline-block;
}
.stamp {
	padding: 15px;
}
.preview {
	display: block;
	margin: 20px auto;
}
#submitStamp {
	display: block;
	margin: 0 auto;
}
.collage {
	padding: 15px;
}

.multiplySetup {
	margin: 0 auto;
	padding-left: 15px;
	width:500px !important;
}
.multiplySetup h5 {
	margin-left: 10px;
}
.multiplySetup input[type=button]{
	width: 30px !important;
}
.nameReact {
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 20px;
	width: 100px;
	font-weight: bold;
	text-align: center;
}
.heightRow {
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 20px;
	width: 50px;
	font-weight: bold;
	text-align: center;
}

.host, .port, .path, .viols {
	border: 1px solid #ccc;
	padding: 0 10px;
	border-radius: 5px;
	height: 20px;
	width: 70px;
	font-weight: bold;
	text-align: center;
}
.border {
	border: 1px solid rgba(51,51,51, 0.7);
	text-align: center;
}
.path, .viols {
	min-width: 450px;
	width: auto;
	max-width: 500px;
}
.uis {
	padding-left: 15px;
}
.violCodes {
	border: 1px solid #ccc;
	padding: 0 10px;
	border-radius: 5px;
	height: 20px;
	width: 70px;
	font-weight: bold;
	text-align: center;
	width: 200px;
}
fieldset p  {
	margin-left: 15px;
}
.w01, .w02 {
	text-align: center;
	margin: 0 auto;
	width: 300px;
}
.wrapper {
	margin: 0 auto;
	max-width: 600px;
}
.aviFreq {
	width: 20px !important;
}
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.number {
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 20px;
	width: 15px;
	font-weight: bold;
	text-align: center;
}
#width, #height {
	width: 30px !important;
}
select {
	border: 1px solid #ccc;
	border-radius: 5px;
}
/*fieldset input[type=button] {
	height: 23px;
	border-radius: 5px;
	width: 50px;
	color: #fff;
	border: 0px;
	background-color: #db002a;
	box-shadow: 0 1px rgba(51,51,51,0.7);
	cursor: pointer;
}*/
input {
	margin-left: 5px;
}
input[type=color] {
	border-radius: 5px;
}
legend {
	font-weight: bold;
	color: #db002a;
}
/*span {
	opacity: 0.5;
	padding-left: 15px;
	font-size: 12px;
}*/
/*button {
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	border: 0px;
	min-width: 100px;
	padding: 0 15px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	background-color: #db002a;
	box-shadow: 0 1px rgba(51,51,51,0.7);
}*/
.next {
	display: block;
	margin: 0 auto;
}