﻿@import '../../default.less';
@import '../../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

div.control-group
{
	clear: both;
	margin-bottom: 10px;

	input[type="text"]
	{
		width: 50%;
	}

	label
	{
		display: block;

		&.inline
		{
			display: inline-block;
		}
	}

	&.error-holder
	{
		margin: 20px auto;
	}
}

h1
{
	font: bold 15pt @title-font;
	color: #666666;
}
