/* CSS Document */
/* Remove bullets from list items */

ol, ul { list-style: none;}
/* Basic page layout */

	
/* Set up viewport onto sliding content  */	

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 400px;
	position: relative;
	}
	
/* Basic text formatting */

#frame p {
	line-height:1.0em;
	margin:0px 0 0px 0;
	}
	
/* Basic layout style for Form */

#frame fieldset {
	background: url(images/panel-bottom.gif) no-repeat 0 bottom;
	margin:0;
	padding:0px 0px 0px 0px;
	}

/* List and Form items */

#frame li {
	line-height:1.3em;
	margin:1px;
	padding:0;
	}

#frame li label {
	display:block;
	float:left;
	width:100px;
	font-size:1.2em;
	margin-right:10px;
	}

#frame li input {
	width:170px;
	height:18px;
	font-size:1.0em;
	margin:0;
	padding:0;
	color:#555;
	}

#frame li.wider input {
	width:250px;
	}

#frame li.final label {
	width:200px;
	}

#frame li.final select {
	width:170px;
	height:30px;
	font-size:1.0em;
	margin:0;
	padding:0;
	color:#555;
	}

#frame li.shorter input {
	width:100px;
	}

#frame li label.submit{
	font-family:Georgia, Times, serif;
	font-size: 1.0em;
	margin-top:8px;
	font-weight:normal;
	color: #ff0081;
	}

#frame li input.submit {
	width:57px;
	height:57px;
	margin:5px;
	padding:0;
	}

#frame ul {
	width:500px;
	line-height:57px;
	margin:0;
	padding:0;
	}

#frame ul li {
	font-family:Georgia, Times, serif;
	font-size: 1.3em;
	font-weight:normal;
	color: #fff; 
	height:57px;
	display:block;
	margin:0 0 0 5px;
	padding:0;
	width:230px;
	float:left;
	}

#frame ul li a img {
	margin:0 0 -15px 10px;
	padding:0;
	}

#frame ol {
	margin:0;
	padding:0 0 0 0;
	}
	
/* Sliding content box */



