/*
 *
 * Easy front-end framework
 *
 * Copyright (c) 2009 Alen Grakalic
 * http://easyframework.com/license.php
 *
 * supported by Templatica (http://templatica.com)
 * and Css Globe (http://cssglobe.com)
 *
 */
/*
 
 for more info about the strucure of this file
 please read http://easyframework.com/documentation.php
 
 */
/* common */
#merlic_userreg .left {
	float: left;
	margin-right: 1em;
}

#merlic_userreg .right {
	float: right;
	margin-left: 1em;
}

#merlic_userreg .center {
	text-align: center;
}

#merlic_userreg .clear {
	clear: both;
}

#merlic_userreg .first {
	margin-left: 0 !important;
}

#merlic_userreg .last {
	margin-right: 0 !important;
}

#merlic_userreg .top {
	margin-top: 0 !important;
}

#merlic_userreg .bottom {
	margin-bottom: 0 !important;
}

#merlic_userreg .hidden, #merlic_userreg .print {
	display: none;
}

#merlic_userreg .graphic {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

/* // common */
#merlic_userreg fieldset {
	border: 1px solid #ccc;
	padding: 1em 2em;
	margin: 0 0 1.5em 0;
}

#merlic_userreg {
	line-height: inherit;
}

#merlic_userreg label {
	display: block;
	margin: 2px 0;
}

#merlic_userreg div.col {
	clear: none;
}

#merlic_userreg div.first {
	clear: both;
}

#merlic_userreg div {
	overflow: hidden;
	clear: both;
	margin: 0.5em 0;
}

#merlic_userreg input[type =
"text"], #merlic_userreg input[type = "password"], #merlic_userreg textarea, #merlic_userreg .area, #merlic_userreg select {
	border: 1px solid #aaa;
	padding: 5px;
	background: #fff;
	/*width: 300px;*/
	line-height: 1em;
	margin: 0;
	color: #555555;
	min-width: 40%;
}

#merlic_userreg textarea {
	min-width: 60%;
}

#merlic_userreg select {
	width: auto;
}

#merlic_userreg textarea, #merlic_userreg .area {
	overflow: auto;
	height: 150px;
}

#merlic_userreg input[type =
"text"]:focus, #merlic_userreg input[type = "password"]:focus, #merlic_userreg textarea:focus, #merlic_userreg select:focus, #merlic_userreg .focus {
	background: #f5f5f5;
	outline: none;
}

#merlic_userreg .submit {
}

#merlic_userreg button {
	border: none;
	background: #555;
	color: #fff;
	padding: 0 2.5em;
	height: 2em;
	line-height: 2em;
	cursor: pointer;
}

.note, .success, .error {
	display: block;
}

.error {
	color: #900;
}

.success {
	color: #060;
}

.note {
	font-weight: bold;
}

.notvalid {
	border: 1px solid #900 !important;
}

.pullquote {
	width: 20%;
	float: left;
	margin-right: 2em;
	padding-right: 2em;
	border-right: 1px solid #ccc;
	text-align: right;
	font-size: 1.1em;
	font-style: italic;
	color: #777;
	margin-bottom: .5em;
}

.boxout {
	width: 20%;
	float: right;
	margin-left: 2em;
	padding: 1em 2em;
	border: 1px solid #ccc;
	margin-bottom: .5em;
}

#easy_tooltip {
	border: 1px solid #e1e1e1;
	padding: 2px 10px;
	background: #f5f5f5;
}

/* base */
/* layout */
.main, .secondary, .tertiary, .quaternary {
	float: left;
	display: inline;
}

.main {
	width: 600px;
}

.secondary {
	width: 280px;
	margin-left: 40px;
}

.tertiary {
}

.quaternary {
}

/* grid */
.cols {
}

/* main column container class */
.col {
	float: left;
	display: inline;
	width: 48%;
	margin-left: 4%; /* 2 equal width columns layout - default */
}

.cols3 .col {
	width: 30%;
	margin-left: 5%;
}

/* 3 equal width columns layout */
.cols4 .col {
	width: 22%;
	margin-left: 4%;
}

/* 4 equal width columns layout */
/* use following classes to build custom grid (add as many as you want) */
.col1, .col2, .col3 {
	float: left;
	display: inline;
}

.col1 {
}

.col2 {
}

.col3 {
}

.indent1 {
}

.indent2 {
}

.indent3 {
}

/* grid */
/* // layout */
/* clearfix */
.inner:after, .content:after, .cols:after, .fixed:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.inner, .content, .cols, .fixed {
	display: block;
	min-height: 1%;
}
* html .inner, * html .content, * html .cols, * html .fixed {
	height: 1%;
}

/* // clearfix */