@charset "iso-8859-2";
/* CSS Document */

/* Begin Form Elements */
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#connectionform {
	margin: 20px 0px;
	color: #FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#connectionform input {
	width: 200px;
	padding: 2px;
	margin: 1px;
	background: url(../images/button.jpg);
	}

#connectionform textarea {
	width: 198px;
	padding: 5px;
	margin: 0px 7px 0px 0px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#connectionform #submit {
	padding: 3px 0px;
	border: none;
	color: #333333;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	width: 210px;
	float: left;
	height: 27px;
	}
		
/* End Form Elements */

