/* @group tipography */
a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.validation-advice {
	color: #F00;
}
.text-wrapper,
.text-wrapper p {
}
.text-wrapper p {
}
.text-wrapper p a {
}
.text-wrapper h1 {
}
.text-wrapper h2 {
}
.text-wrapper h3 {
}
.text-wrapper h4 {
}
.text-wrapper h5 {
}
.text-wrapper h6 {
}
.text-wrapper li {
}
/* @end */

/* @group lists */
/* @end */

/* @group ui kit */
/* @end */

/* @group forms */
legend {
	color: #00aeef;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 20px;
    font-family: 'TT-29L-800';
}
.field {
	margin-bottom: 15px;
}
label {
	color: #00aeef;
	font-size: 24px;
	line-height: 1.3em;
}
input, textarea {
	outline: none;
	color: #6d6e72;
	font-size: 14px;
    font-family: 'TT-29L-400';
}
.textbox {
	width: 230px;
	height: 30px;
	display: block;
	padding: 0 10px;
	background: url(../images/controls/textbox.png) no-repeat;
}
.textbox.focus {
	background-position: left bottom;
}
.textbox input {
	top: 5px;
	width: 100%;
	height: 20px;
	border-width: 0;
	position: relative;
	background: transparent;
}
.textarea {
	width: 230px;
	height: 150px;
	display: block;
	padding: 0 10px;
	background: url(../images/controls/textarea.png) no-repeat;
}
.textarea.focus {
	background-position: left bottom;
}
.textarea textarea {
	top: 5px;
	width: 100%;
	height: 140px;
	border-width: 0;
	position: relative;
	background: transparent;
}
form .actions {
	text-align: right;
}
input[type="submit"] {
	color: #6d6e72;
	font-size: 14px;
	padding: 3px 8px;
	background: #fff;
	border: 1px solid #ced1d6;
    font-family: 'TT-29L-400';
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #fff;
	background: #00aeef;
	border: 1px solid #00aeef;
}
/* @end */

/* @group tables */
table th {
	font-weight: normal;
}
/* @end */

/* @group general */
.clear {
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
	display: block;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.hide {
	display: none !important;
}
/* @end */