/* forms */

.gcore-all {
	margin: 0px auto;
	padding-top: 0px;
	width: auto;
	font-family: 'Arial', 'Verdana', 'Tahoma', 'sans-serif';
	font-size: inherit;
}
.gcore-section {
	width: 100%
}
.gcore-line-td input {
	padding: 6px 10px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: none;
	width: auto;
	font-size: 11px;
	color: #333;
}
.gcore-line-td textarea,
.gcore-line-td select {
	padding: 8px 10px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: none;
	width: auto;
	font-size: 11px;
}
.gcore-line-td input:focus,
.gcore-line-td textarea:focus,
.gcore-line-td select:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: none;
}
.gcore-label {
	width: 150px !important;
}
.gcore-sub-label {
	font-size: 11px;
	margin-top: 3px;
	display: block;
	color: grey;
	white-space: normal;
	word-wrap: break-word;
}
.gcore-label-left {
	min-width: 150px !important;
	max-width: 150px !important;
	display: inline-block;
	white-space: normal;
	float: left !important;
	padding: 1px;
	padding-right: 6px !important;
	font-weight: bold;
	font-size: 11px;
}
.gcore-label-top {
	display: block;
	white-space: normal;
	font-weight: bold;
	margin-bottom: 9px;
}
.gcore-label-right {
	width: 150px !important;
	margin-right: 0;
	padding-right: 15px;
	font-weight: bold;
}
.gcore-textbox,
.gcore-textarea,
.gcore-radio-other-input,
.gcore-captcha input {
	padding: 5px !important;
	border: 1px solid #ccc !important;
	font-size: 13px !important;
	line-height: 14px !important;
}
.gcore-dropdown {
	padding: 2px;
	font-size: 13px;
}
.gcore-radio,
.gcore-checkbox {
	margin: 0px !important;
}
.gcore-radio-item label,
.gcore-checkbox-item label {
	font-size: 13px;
	margin: 0px !important;
	display: inline;
}
.gcore-checkbox-item label, .gcore-checkbox-item input{
	margin:0;
}
.gcore-input-container {
	float: left;
	overflow: auto;
	display: inline-block;
	white-space: normal;
}
.gcore-display-table {
	display: table;
}
.gcore-line-td {
	padding: 2px 0px 2px 0px !important;
	margin: 6px 0;
	width: auto !important;
	clear: both !important;
	display: inline-block !important;
	border: 0 none !important;
	/*white-space: nowrap;*//* this causes text to overflow the borders */
}
.gcore-line-td-error {
	background-color: #f6cece;
	border: 1px dashed #ff0000 !important;
}
.gcore-line-tr {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	clear: both !important;
	display: inline-block;
	border: 0 none !important;
}
.gcore-line-tr .gcore-input{
	float:left; margin-right: 6px; 
}
.gcore-subinput-container {
	margin-bottom: 3px;
	overflow: auto;
	float: left;
}
