﻿body
{
}

#welcomePanelDiv
{
	position:relative;
	top:-20px;
	font-family:Arial;
	color: #FF9933;
}

.blogTitleIconDiv
{
	float:left;	
}

.blogTitleTextDiv
{	
	text-align:left;
	position:relative;
	top:8px;
	left:5px;
}

.startNextButton
{
	position:relative;
	left:-240px;
	top:-180px;
}

.noMarginTextBox
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;
}

.stepNextButton
{
	position:relative;
	left:-170px;
	top:-250px;
}

.stepPreviousButton
{
	position:relative;
	left:-200px;
	top:-250px;
}

.createButton
{
	position:relative;
	left:-190px;
	top:-230px;
}
.stepPreviousButtonLastPage
{
	position:relative;
	left:-10px;
	top:-230px;
	
}

.blogPostTitleBox
{
	height:70px;	
}

.blogTitleTextDiv
{
	margin-left:5px;
}

.blogPostContentsBox
{
	font-size: small;
	font-family: Arial;
	color: #FF9933;
	width:600px;
}