@charset "UTF-8";
/* 
Title:    PhotoEdit - popup.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	color: #666666;
	line-height: 1.3em;
	text-align: center;
	background: #e3e3e3;
}
html>body { /* be nice to Opera */
	font-size: small;
}

/* Links
------------------------------------------------------------------------------------------------- */
a:link {
	color: #71172d;
	text-decoration: none;
}
a:visited {
	color: #71172d;
	text-decoration: none;
}
a:hover {
	color: #71172d;
	text-decoration: underline;
}
/* Common Elements
------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
p {
	margin: 1em 0;
	padding: 0;
}
h1 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #666;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #71172d;
}
h3 {
	margin: 0 0 2px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #6a6a61;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.closeBtn {
	margin: 2em 0;
	text-align: center;
	}
/* Forms
------------------------------------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
input {
	vertical-align: middle;
}
/* Layout
------------------------------------------------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	padding: 10px;
	/*width: 500px;*/
	width: 95%;
	min-width: 500px;
	text-align: left;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
}
/* Header
------------------------------------------------------------------------------------------------- */	
#header {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	/*width: 480px;*/
	width: 100%;
	height: 75px;
	/*background: url(../images/popup_header_bg.gif) no-repeat top left;*/
	background: #611427 url(../images/popup_header_bg2.gif) no-repeat top left;
}
#header .gutter {
	height: 75px;
	background: url(../images/right_corners.gif) no-repeat top right;
}
/* Logo
------------------------------------------------------------------------------------------------- */
#logo {
	margin: 0;
	padding: 20px 0 0 20px;
	text-align: left;
	}
#logo span, #logo a {
	display: block;
	width: 203px;
	height: 39px;
	padding: 0;
	border-style: none;
	background: url(../images/pe_logo.gif) no-repeat;
	}
#logo img  {
	display: block;
	width: 0;
	}

#primaryContent {
	width: 100%;
	font-size: 85%;
}
#primaryContent .gutter {
	margin: 0;
	padding: 20px;
}

