#point-input-form {
	padding:    10px;
	width:      100%;
	background: #fff;
}
#batch-input-import {
	margin-left: 184px;
}
.point-input-form-header {
	padding:        25px;
	text-transform: uppercase;
	font-size:      18px;
	text-shadow:    1px 1px #fff;
	background:     #aaa;
}

.point-input-form-title {
}

select {
	border:     1px solid #ccc;
	background: #fff;
	width:      352px;
	height:     27px;
}

select:focus {
	border: 1px solid #000;
}

.point-input-text-area {
	width:         350px;
	height:        100px;
	margin:        5px 1px 1px 1px;
	padding-left:  10px;
	border:        1px solid #ccc;
	border-radius: 5px;
	resize:        none;
}

.point-input-text-area:focus {
	border: 1px solid #000;
	margin: 5px 1px 1px 1px;
}
.input-revision-textarea {
	position: relative;
	bottom:   85px;
}

.clear {
	color:        #555;
	text-align:   center;
}

#point-input-error-msg { color: #f00; }

.clear > li {
	text-align: center;
}

.align {
	text-align: center;
}

.horizontal {
	background-color: transparent;
	border:           1px solid #f5eae4;
	margin:           15px 0px;
}

#batch-input {
	width:540px;
}

#button-container{
	width:      540px;
}
#padding-batch {
	padding: 10px 0px;
	color:      #555;
	overflow-y: scroll;
}

#padding-batch::-webkit-scrollbar {
	display: none;
}

.input-measure-caption {
	color:         #555;
	width:         170px;
	display:       inline-block;
	text-align:    right;
	padding-right: 10px;
}

.input-measure-input-text {
	border:        1px solid #ccc;
	margin:        6px 1px 1px 1px;
	width:         350px;
	height:        25px;
	padding-left:  10px;
	border-radius: 5px;
}

.input-measure-container {
	text-align: center;
}
