/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

strong, span, em, b, u, i, sub, sup, font{
	font-family:inherit;
}

strong, b {
	font-weight: 700;
}
em, i {
	font-style:italic;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, img, a img{
	border:0px;
	outline:0px;
}

.spacer{
	clear:both;
	height:1px;
	width:100%;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}


#message{
    /*border: 1px solid #868795;*/
    cursor: text;
    height: auto;
    /*min-height: 100px;*/
    outline: medium none;
    width: auto;
	padding:5px;
}

/* Common CSS for pageLoader starts */
.pageLoader{
	position:fixed;
	height:100%;
	width:100%;
	z-index:9999999;
	background:rgba(0,0,0,0.8);
	top:0;
	left:0px;
	/*display:none;*/
}

.pageLoader img{
	display: block;
	left: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 50%;
}

.spinner1 {
	margin: 100px auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
  
	display: block;
	left: 50%;
	margin: -15px 0 0 -25px;
	position: absolute;
	top: 50%;
}

.spinner1 > div {
  background-color: #ffffff;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin:0 1px;
  
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: stretchdelay 1.2s infinite ease-in-out;
  -ms-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner1 .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -ms-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner1 .rect3 {
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  -ms-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner1 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -ms-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner1 .rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -ms-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%, 40%, 100% {
		/*-webkit-transform: scaleY(0.4)*/
		-webkit-transform: scaleY(0.4);
		  -moz-transform: scaleY(0.4);
		  -ms-transform: scaleY(0.4);
		  transform: scaleY(0.4);
	}
	20% {
		/*-webkit-transform: scaleY(1.0)*/
		
		-webkit-transform: scaleY(1.0);
		  -moz-transform: scaleY(1.0);
		  -ms-transform: scaleY(1.0);
		  transform: scaleY(1.0);
	}
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
		-webkit-transform: scaleY(0.4);
		  -moz-transform: scaleY(0.4);
		  -ms-transform: scaleY(0.4);
		  transform: scaleY(0.4);
  }  20% { 
		-webkit-transform: scaleY(1.0);
		  -moz-transform: scaleY(1.0);
		  -ms-transform: scaleY(1.0);
		  transform: scaleY(1.0);
  }
}

/* Common CSS for pageLoader ends */