/* padding: top, right, bottom, left */

/* html properties */

body {
	width: 800px;
	margin: auto;
	margin-top: 30px;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 6px;
	margin: 0px;
}

a{
	text-decoration: none;
	color: #336699;
}


button {
	-webkit-appearance: square-button;
	-webkit-border-radius: 3px 7px;
}

input {
	-webkit-border-radius: 7px;
}

legend{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


comment {	font-family: sans-serif;
	font-size: 10px;
	padding: 6px;
	margin: 0px;
}

fieldset {
	padding: 5px;
	margin: 0;
	border-width: 0 0 0 0;
}


.setupmenu {
	margin: auto;
	padding: 4px;
}

/* setup menu */
ul.setupmenu {
	list-style-type: none;
	padding: 0 2px 2px 0;
	margin-bottom: 4px;
	text-align: left;
	border-bottom: 2px solid #336699;
	margin-left:0px;
	padding-left:4px;
}

ul.setupmenu li {
	display: inline;
	margin: 0;
}

ul.setupmenu a {
	padding: 2px 3px;
	border: 2px solid #336699;
	color: #fff;
	background: #336699;
	text-decoration: none;
	font-size: 15px;
	font-family: arial, helvetica, sans-serif;
	font-stretch: semi-condensed;
}

ul.setupmenu a:hover {
	background: #3399CC;
	border: 2px solid #3399CC;
}

ul.setupmenu a.active {
	padding: 2px 3px;
	background: #fff;
	font-size: 15px;
	cursor: default;
	color: #000;
	border: 2px solid #336699;
	border-bottom: 3px solid #fff;
}


.bordered {
	border:1px solid #000;
	-webkit-box-shadow: 1px 1px 4px #888;
}

.overlay img{ border: 0px; }

.tab {
	padding: 4px;
}

.hidden{
	display: none;
	z-index: 0;
}

.tooltip{
	padding: 0px;
	border: 1px solid #000;
	position: absolute;
	display: block;
	z-index: 1;
	width: 120px;
	height: 140px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11px;
	font-family: sans-serif;
	text-transform: capitalize;
}

.smiley{
	z-index: 2;
	display: inline;
	position: absolute;
    width: 40;
    height: 40;
}

.block {
	display: block;
}

.inline	{
	display: inline;
}

.splash{
	background: #fff;
	padding: 18px;
	font-family: georgia, times, serif;
	color:#777;
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
	
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.splashcomments{
	position: absolute;
	bottom: 0;
}

.messages{
	font-family: sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #7e354d;
}

.link{
    text-decoration: underline;
}

/* ids */
#instructions{
	font-weight: bold;
}

#whitespace {
	padding: 10px;
}

#blackline {
	border-bottom: 1px solid #000;
	padding: 5px;
	height:1px;
}

#solidline {
	border-bottom: 6px solid #336699;
	height:1px;
	margin-bottom: 15px;
}

#like img{
	margin: 3px;
	-webkit-box-shadow: 2px 2px 4px #000;
}

#dislike img{
	margin: 3px;
	-webkit-box-shadow: 2px 2px 4px #000;
}

#popup {
	z-index: 5;
	font-size: 14px;
	border: 1px solid #000;
	text-align: center;
	padding: 5px;
	width: 285px;
	background: #A0CFEC;
	font-family: sans-serif;
	-webkit-box-shadow: 2px 2px 3px #444;
	align: center;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#popup submit{
    background: #ccc;
    border: 1px solid #666;
}