/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/**** Inputs ****/

input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

textarea.textarea
{
	background:#fff url(/images/general/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}

input.text
{
	background:#fff url(/images/general/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

input.file
{
	font-size:100%;
	margin:0;
	padding:2px 0;
}

/**** Input sizes ****/

input.small
{
	width:25%;
}

select.small
{
	width:25%;
}

input.medium
{
	width:50%;
}

select.medium
{
	width:50%;
}

input.large
{
	width:99%;
}

select.large
{
	width:100%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;
}

/**** Labels ****/

label.choice
{
	display:block;
	font-size:100%;
	line-height:1.4em;
	font-weight:bold;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

label.description
{
	border:none;
	display:block;
	font-weight:bold;
	line-height:150%;
	padding:0 0 1px;
}

.disabled 
{
	color:#cccccc;
}

.importantnote 
{
	color:#cc0000;
}

.formerror
{
	color:red;
	font-weight:bold;
	background-color:#FFC;
	margin-top:12px;
	margin-bottom:12px;
}

/* Blue button in the style of button-link links */
input[type="submit"].tm-deepblue-btn
{
    width: 220px;
    display: block;
    padding: 12px 0;
    text-align: center;
    font-weight: 600;
    border-radius: 2px;
    background: #202772;
    color: #fff !important;
}
input[type="submit"].centered-btn
{
    margin: 0 auto;
}
input[type="submit"].tm-deepblue-btn:hover,
input[type="submit"].tm-deepblue-btn:active,
input[type="submit"].tm-deepblue-btn:focus 
{
    background: #c1c1c1;
    color: #202772 !important;
}