

// Unused

html	{}

body {
	margin: 0;
	padding: 0;	
	font-size : 12px;
	font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
}

strong	{
	font-weight: 700 !important;
}

img		{ border : 0 }
a 			{ text-decoration: underline}
a:visited	{ text-decoration: none;}
a:link		{ text-decoration: underline;}
a:hover		{ text-decoration: underline;}

input, textarea, select {
	margin: 2px 0 2px 0;
	padding : 4px 4px 4px 4px;
	background-color: #f9fafd; 
	border: #8c8787 solid 1px;
	cursor : pointer;
	color: #545454;
}

input[type=image]	{
	margin: 8px 0 0 0;
	padding : 0;
	border: none;	
}

textarea	{
	width : 90%;
}

.access {
	position: absolute;
	left: -1000em;
}

h1, h2, h3, h4, h5, h6	{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

table	{
	padding : 0;
	margin : 0;
	border : 0;
}

.tinytext		{ font-size : .8em }
.tinyinfotext	{ color : #24572d; font-size : 0.8em }

.displayMessage			{ 
	width : 90%;
	background: #FFF6BF url(/resources/images/lib/support/yexc.png) no-repeat 8px 9px;
	border : 2px solid #FFD324; 
	border-color  :#FFD324; 
	color : #514721; 
	padding : 8px 10px 8px 30px; 
	margin: 10px; 
}

.displayMessageText		{ color: #514721 ; font-size: 14px; }

.errorMessage			{ 
	width : 90%;
	background-color: #FFF6BF;
	border : 1px solid #FFD324;
	border-color  :	#FFD324;
	color : red; 
	padding : 4px;
	margin: 4px 0 4px 0; 
}

.valerrmess			{
	background-color : rgba(255,0,0,0.1);
	margin-top : 2px;
}

.valerrmess	p {
	margin : 0;
	padding : 5px 0 0 0 ;
	line-height : 1.2em;
	font-size : .9em;
}

.valerrmessText		{ 
	color: red; 
}

.eventresponce {
	font-size : 2em;
	color : red;
}

.errorMessageText	{ color: red ; font-size: 1em; }
.errorMessage	p	{ margin : 2px; }
.red				{ color : red;}
.transparent		{ background-color : #fff;opacity: 0.2; }
.translucent		{ background-color : #fff;opacity: 0.4; }
.opaque				{ background-color : #fff;opacity: 0.7; }
.darkopaque			{ background-color : #fff;opacity: 0.9; }
.ietransparent		{  opacity: 0.4; }
.curved-corners		{ border-radius: 10px;	}
.brshadow			{
	box-shadow:4px 4px 10px 0px #1b2648;
}


