fieldset{
	border:1px solid #3d3d3d; 
	padding:10px; 
	margin:5px;}
       		legend{
				padding-left: 
				5px;padding-right:5px; 
				text-transform:capitalize; 
				margin-bottom:10px; 
				font-family:verdana; 
				font-size:10pt;}
			.testimonial fieldset
			{
				font-size:12pt;
				font-family:verdana,arial;
				border:1px solid #3d3d3d;
			}
			
                        .popupbg
                        {
                        background-color:#ccccff;
                        padding:3px;
			color:#000;
                        font-family:verdana,arial;
                        font-size:9pt;
                        font-weight:normal;
                        }
                        .popupcaption
                        {
			color:#fff;
			font-size:9pt;
                        background-color:#333399;
                        border:1px solid #333399;
                        font-family:verdana;
                        font-weight:bold;
                        }
                        
				#messagecontainer h1 {font-size:20pt;}
				#messagecontainer h2 {font-size:17pt;}
				#messagecontainer h3 {font-size:14pt;}
				#messagecontainer h4 {font-size:11pt;}
				#messagecontainer h5 {font-size:6pt;}
				                        	
		
					#upload_border
					{
						width: 300px;
						border: 1px solid #000;
					}

					#upload_bar
					{
						background-color: #00a;	
						width: 1px;
						height: 30px;
					}

					#upload_text_eta, #upload_text_per, #upload_text_size 
					{
						float: left;
						width: 100px;
						height:	20px;	
					}

					#upload_text_per
					{
						text-align: center;	
					}

					#upload_text_size
					{
						text-align: right;	
					}
					
					#upload_display_meter
					{
						display: none;
					}
					body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7d7d7d;
	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;
}
.NaughtyStyle #container { 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.NaughtyStyle #header { 
	background: url(http://www.haveanaughty.com/images/header.jpg) no-repeat #000000; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
} 
.NaughtyStyle #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.NaughtyStyle #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 5px 0px 5px;
}
.NaughtyStyle #mainContent { 
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 5px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.NaughtyStyle #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(http://www.haveanaughty.com/images/footer.jpg) no-repeat #000000; 
	height: 100px;
} 
.NaughtyStyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p, td, tr, table {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.normal, .error {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited, a:active {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a.menu:link, a.menu:visited, a.menu:active {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:hover {
	color: #99FFFF;
	text-decoration: none;
}

a.footer:link, a.footer:visited, a.footer:active {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

a.footer:hover {
	color: #99FFFF;
	text-decoration: none;
}

.last20head {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF; 
	background-color: #000000;
}

a.last20head:link, a.last20head:visited, a.last20head:active {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

a.last20head:hover {
	color: #99FFFF;
	text-decoration: none;
}

.last20one {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000; 
	background-color: #FFFFFF;
}

.last20two {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000; 
	background-color: #CCCCCC;
}

.small {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.tiny {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
}

.miniheader {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.huge {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.minibuddylisthead {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color: #999999;
	color: #000000;
	text-align: center;
}

.minibuddylist1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color: #ffffff;
	color: #000000;
}

.minibuddylist2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color: #CCCCCC;
	color: #000000;
}

.msgbody {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #ffffff;
	color: #000000;
}

.messagenew {
	font: Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #000000;
}

.messageold {
	font: Arial, Helvetica;
	font-size: 8pt;
	background-color: #CCCCCC;
	color: #000000;
}

.admirerheader {
	font: Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	background-color: #999999;
	text-align: center;
}
