@charset "UTF-8";
/* CSS Document - tdstables.com
   website design - micah g.

   layout for lightwindow with text. */


img {
	border: none;
}

#popup_container {
	width:425px;
	padding-left:10px;
	padding-right:10px;
	background-image: url(../images/popup_bg.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	padding-bottom: 125px;
	height: 375px;
}

#popup_container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 28px;
	margin-bottom:15px;
	color:#6d614b;
}

#popup_container h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 18px;
	margin-bottom:-12px;
	color:#5a7793;
}

#popup_container h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color:#000000;
	margin: 18px 0;
}

