@charset "utf-8";
/* CSS Document */

/*************Fonts start*************/
@font-face
{
	font-family:Vanilla;
	src:url(../../fonts/Vanilla.ttf);
}
/*************Fonts end*************/

/*************Header start*************/
h1
{
	/*Title*/
	float:left;
	position:relative;
  	top:10px;
	
	font-family:Vanilla;
	color:#FFF056;
	font-size:26pt;	
}

#header h2
{
	/*Navigation text*/
	float:left;
	
	font-family:Vanilla;
	color:#FFF056;
	font-size:16pt;
}
/*************Header end*************/

/*************Footer start*************/
#footerTop p
{
	/*Footer top text*/
	display:inline-block;
  
	font-family:Calibri;
	font-size:18pt;
	font-weight:bold;
}

#footerTop a
{
	/*Footer top button*/
	line-height:50px;
	width:200px;
	
	display:block;
	margin: 0 auto;
	padding-left:5px;
	padding-right:5px;
	
	background-color:#191919;
	font-family:Vanilla;
	font-size:14pt;
	color:#FFF056;	
	text-decoration:none;
}

#footer h2
{
	/*Footer title*/
	font-family:Vanilla;
	color:#FFF056;
	font-size:12pt;
}

#footerBottom a,
#footerBottom p
{
	/*Footer links and text*/
	font-family:Calibri;
	font-size:11pt;
	color:#fff;
	text-decoration:none;
}
/*************Footer end*************/

/*************Modal start*************/
.modalWindow h2
{
	/*Modal title*/
	font-family:Vanilla;
	font-size:18px;
	color:#FFF056;
}

.modalWindow p,
.modalWindow label
{
	/*Modal text*/
	font-family:Calibri;
	font-size:12px;
	color:#fff;
}

.modalWindow a,
.modalWindow a:visited
{
	/*Modal links*/
	font-family:Calibri;
	font-size:12px;
	color:#FFF;
}

.formButton
{
	/*Form button text*/
	font-family:Vanilla;
	font-size:11pt;
}

.err
{
	/*Error message text*/
	color:#FF0004 !important;
}
/*************Modal end*************/