
#column1 a {
	padding: 0px 5px;
	color: #898989;
}

.column1Text {
	padding: 15px 0px 0px 0px;
}

#main {
	float: none;
	width: 1000px;
}


/* People */

.person {
	float: left;
	width: 300px;
	height: 150px;
	padding: 10px;
	margin: 0px 5px 10px 5px;
	overflow: hidden;
}


.person .personPic {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.person .personPic img {
	max-width: 100px;
}

.person .personMiddle {
	float: right;
	width: 175px;
	overflow: hidden;
}

.person .status {
	float: right;
	width: 105px;
	overflow: hidden;
}


a.moreInfo {
	color: #898989;
}


h1.contact {
	padding: 10px 0px 15px 15px;
	margin: 0px;
	color: #87cc2d;
	background: url(bg/h1.jpg) repeat-x top;
}


a.contactLink {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 130px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	background: url(bg/buttonSmall.jpg) no-repeat center top;
	color: #fff;
}

input.buttonSmall {
    width: 130px;
    padding:10px 30px 10px 30px;
	margin:20px 0px  0px 110px;
	background: url(bg/buttonSmall.jpg) repeat-x top;
	color:#fff;
	text-align: center;
	cursor: pointer;
	border:0px;
	font: 12px Arial, sans-serif;
}

input.buttonLarge {
    width: 189px;
    padding:10px 30px 10px 30px;
	margin:20px 0px  0px 110px;
	background: url(bg/buttonLarge.jpg) repeat-x top;
	color:#fff;
	text-align: center;
	cursor: pointer;
	border:0px;
}



/* statukset */

.statusBusy {
	width: 155px;
}

.statusOffline {
	width: 155px;
}

.statusOnline {
	width: 155px;
}


/* form */
#contactForm {
	height: 400px;
	width: 800px;
	padding-left: 100px;
	display: none;
}

.closeContact {
	width: 46px; 
	height: 46px;
	margin: 0px;
	border: 0px; 
	cursor: pointer; 
	color: #ccc;
	clear:both;
	background: url(bg/closeCase.png) no-repeat left top;
	float: right;
}



input.textInput {
	width: 195px;
	height: 19px;
	padding: 5px 10px 0px 25px;
	border: 0px;
	font: 12px Arial, sans-serif;
	color: #000;
	background: #fff url(bg/textInput.jpg) no-repeat right top;
	overflow: hidden;
}

textarea.textareaInput {
	width: 437px;
	height: 246px;
	padding: 5px;
	border: 0px;
	font: 12px Arial, sans-serif;
	background: #fff url(bg/textareaInput.jpg) no-repeat left top;
}

