﻿/*

Style Sheet for Borzoi.org
(c) 2006 Dave Mills

Set to fit the site within an 800px wide browser window

================================================*/ 

/* "Post-It" Input form
================================================*/	


/*.p3			{ font-size:115%;}*/
p.postit	{
			color:#f87d06;
/*			border-bottom:1px solid #d1d1d1 none;
			margin-bottom:6px;

			font-family:Arial;
*/}

#post-it {
	margin-left:50px;padding:15px;
	width: 470px;
	height:270px;
	background: url(../images/site/postit500x300.gif) no-repeat;
}

#post-it-header	{margin-bottom:0;margin-top:0;width:410px;}

.button {
	width:43px;height:53px;
	/*background: #F00;*/
		background: url(../images/site/submit.gif) no-repeat;

	font-weight: bold;padding:2px;
	color: #f87d06;
/*	border: 1px solid #666; */
	font-size: 105%;float:right;margin-top:10px;margin-right:15px;
}
input {
	border: 0px solid #CCC;
	font-weight: normal;background:transparent;

}

.fields {
	font-family: "Century Gothic", Georgia, "Times New Roman", Times, serif;	
	width: 180px;
	text-align: left;color:#888;
	margin: 0px;
	padding:0;
	padding-left: 3px;
	border:1px #000 dotted;
	font-size: 100%;
}
textarea {
	background:transparent;
	border:1px #000 dotted;	height: 90px;
	padding: 3px;

	overflow: auto;		/* scroll bar comes up only if needed */
}


