/* =INITIAL MASS RESET
v2.1, by Faruk Ates - www.kurafire.net 
Addendum by Robert Nyman - www.robertnyman.com */ 
/* Neutralize styling: 
Elements we want to clean out entirely: */ 
html, form, fieldset { 
margin: 0; 
padding: 0; 
font: 100%/120% Verdana, Arial, Helvetica, sans-serif; 
} 
/* Neutralize styling: 
Elements with a vertical margin: */ 
h1, h2, h3, h4, h5, h6, p, pre, 
blockquote, ul, ol, dl, address { 
margin: 1em 0; 
padding: 0; 
} 
/* Apply left margin: 
Only to the few elements that need it: */ 
li, dd, blockquote { 
margin-left: 1em; 
} 
/* Miscellaneous conveniences: */ 
form label { 
cursor: pointer; 
} 
fieldset { 
border: none; 
} 
/* Form field text-scaling */ 
input, select, textarea { 
font-size: 100%; 
} 

@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
html { /*seems to be required for Safari */
background: #FFFFFF;
}

#emailpopupcontent {
	width: 400px;
	height: 368px;
	background-color: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 
}
#emailpopupcontent h1 {
	margin: 0;
	padding: 0px;
	text-align:left;
}
#emailpopupcontent h2 {
	margin: 0;
	padding: 10px 0 20px 0;
	text-align: left;
}
#emailpopupcontent ul {
	font-size: 0.7em;
	margin: 0px;
	}

#popupcontent {
	width: 460px;
	height: 368px;
	background-color: #ffffff;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 
}
#popupcontent h2 {
	margin: 0;
	padding: 20px 0 0 0px;
}

/* links */

a:link {
	color:#5b7201;
}
a:visited {
	color:#5b7201;
}
a:hover {
	color:#5b7201;
}
a:active {
	color:#5b7201;
}

/* MAIN ELEMENTS */

P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height:normal;
	font-weight:normal;
	color: #5B7201;
	margin: 0.5em 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #5B7201;	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:normal;
	color:#5B7201;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:normal;
	color:#5B7201;
	margin: 5px 0 5px 0;
}

ul {
  margin:0 0 5px 0;
  padding: 5px 0;
  list-style:none;
  line-height:1.1em;
  font-size: 0.6em;
  color: #333333;
  border: 1px solid #d7d7aa;
  }
li {
	padding:0;
	margin:0 0 0 5px;
}  

/* EMAIL FORM */

#email legend { 
	font-size:  12px; 
	font-weight:  normal; 
	color: #5B7201;
	position:  relative; 
	top:  -.4em; 
} 

#email form {
	margin:  0;
	padding: 0;
} 

#email fieldset { 
	background-color:  #f5f5f1; 
	border:  1px solid #d7d7aa; 
	margin:  0; 
	padding:  10px;
} 

#email label {  
	display: block;
	float: left; 
	clear: left;
	width: 100px;
	font-weight:  normal;
	padding: 5px;
	text-align: right;
	font-size: 11px; 
	line-height: 18px;
} 
#email input {
	margin:  5px 0;
	float: left; 
	font-size: 11px;
	width: 20em;
}
#email input#mag_year {
	width: 4em;
	}
#email select {
	margin: 5px 0;
	float: left;
	font-size: 11px;
}
#email textarea {
	width:25em;
	height: 10em;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
#email input.submit {
	margin-left: 110px;
}
#email input.delete {
	margin-left: 5px;
}

#email input[type=select], 
#email input[type=submit], 
#email input[type=checkbox] { 
	width: auto; 
} 
#email p {
	font-size: 0.8em;
	display: inline;
}
#email br {
	clear: both;
}

.medtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px 0 5px 2px;
	margin: 0;
	color:#666666;
	line-height:normal;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 5px 0 5px 2px;
	margin: 0;
	color:#666666;
	line-height:normal;
}
.red {
	color: red;
}
.darkred {
	color: #660000;
}
.limitorBox { /* for Jquery textbox input limitor */
	border: 1px solid #000;
	background-color: #CCCCCC;
	padding: 3px 6px;
	margin-top: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#divider {
	border-top: 1px solid #ccc;
	width: 100%;
	height: 2px;
	margin-top: 5px;
	padding: 0;
}
