textarea {
	width: 300px;
}

#storyTextArea {
	height: 200px;	
}

#divActivateMessage, #divJoinSuccess { 
	position: fixed;
	top: 100px;
	z-index: 10;
	left: 30px;	
}

#divLoginForm, #divLoggedIn {
	z-index: 3;
}

#divLoggedIn { 
	color: white;	
}

#divWelcomeText { 
	width: 330px;
	font-size: x-small;
}

#aboutText {
	width: 250px;
	height: 70px;	
}

.aProductListing {
	color: #444444;
	text-align: left;
	font-family: Verdana;
}

.imgSmall, .imgLarge { 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.divComment {
	min-height: 80px;
	width: 300px;
	border-top: dashed 1px grey;
	padding-top: 5px;
	padding-bottom: 5px;
}

.divReply {
	min-height: 80px;
	width: 280px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	background-color: #F5F5F5;
}

.info, .success, .warning, .error {
	position: absolute;
	z-index: 10;
	top: 250px;
	width: 95%;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/images/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/images/error.png');
}

.divPriceAvailability {
	font-family: Georgia;
}
.nptShortText { 
	width: 100px;
}
.loggedIn { 
	color: black;
}
.profileAboutText {
	height: 200px;
}
