/*
*
*	Global Styles Rules
*
*/

.clear 			{ clear:both; }

a 				{ outline: none; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }


.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
.noborder		{border: none;}
.nobackground	{background:none;}

.printhide		{display:none;}

.bgreplace		{ text-indent: -9999em; position: relative; }
.bgreplace a	{ position: absolute; display:block; top: 0; left: 0; }

.red			{ color: #F00;}	

.input			{ border: 1px solid #cfcfcf; border-top-color: #919191; border-bottom-color: #e5e5e5; border-left-color: #d0d0d0; padding: 3px; background: #fff url(../images/input_bg.gif) repeat-x left top; font-family: Verdana, Arial, sans-serif;}
.field			{margin: 10px 0; width: 225px;}

.bordertopbottom	{border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 3px 0;}


.clearafter:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

 .clearafter {display:inline-block;}
  /* Hide from IE Mac \*/
 .clearafter {display:block;}
 /* End hide from IE Mac */

 * html .clearafter{height: 1px;}

html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

a{text-decoration: none; outline:none;}
a:hover{text-decoration: underline;}
a img{border: none;}
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}

h1 {
letter-spacing:-.25px;
font-size:2em;
}

h2 {
letter-spacing:-.25px;
font-size:1.5em;
}

/*h3,h4,h5,h6 {
font-size:1em;
}*/

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

blockquote {
margin:22px 40px;
padding:0;
}

ul, ol {
list-style:none;
}

.small {
font-size:0.85em;
}


#msg{
		/*width: 417px;*/
		margin: 10px 20px 10px 0;
 		padding: 20px;
		/*line-height: 20px;*/
	}

	.notice{
	    background: #fff;
	    color: #31363e; 
		border: 1px solid #ffdc50;
		}

	.success{
	    background: url(../images/bg-success.gif) no-repeat #FFF;
	    color: #59b024; 
		border: 1px solid #59b024;
		text-align:center;
		}
	.success p { margin: 0; padding: 0; }
		
	.error{
		background: url(../images/bg-error.gif) top right no-repeat #FFF;
	    color: #d63333; 
		border: 1px dotted #d63333;
		position: absolute;
		top: -4px;
		right: 300px;
		}
		
	.error2 {
		color: #d63333;
		border: 1px dotted #d63333;
		padding-bottom: 0;
		}
	
	#msg.error2 ul { padding-bottom: 0; list-style: none; padding: 0; }
	#msg.error2 ul li { background-image: none; text-align:center; padding: 0; }
				
		
	/*#msg.error{padding: 0 0 5px 0;}*/
	.error h5{color: #fff; background: #E31B0C; padding: 3px;}
	
	.error .errorlist {font-size: 90%; margin-right: 20px; padding-bottom: 0;}
	.error .errorlist li{ background:url(../images/bullet-error.gif) no-repeat; text-align: center}
		
button { 
  border:0; 
  font-weight:bold; 
  padding:0 10px 0 0; 
  text-align:center; 
  width: 65px;
  font-family: Verdana, Arial, sans-serif;
  outline: none;
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 12px; 
  outline: none;
}

/*grey buttons*/
button.grey { 
  background:url(../images/button_bg_right.gif) right no-repeat; 
  font-size:9px; 
  font-weight: normal;
}
button.grey span { 
  height:32px; 
  line-height:33px;
  background:url(../images/button_bg_left.gif) left no-repeat;
  color:#222; 
  text-transform: uppercase;
}
button.grey:hover {
	background:url(../images/button_bg_right_hover.gif) right no-repeat;
	color: #fff; 
}
button.grey:hover span {
	background:url(../images/button_bg_left_hover.gif) left no-repeat; 
	color: #fff;
}

