body#change-name-body {
	background: white;
	margin: 0;
	padding: 0;
}

div#content-wrapper {
	margin: auto;
	width: 858px;
}

div#header h1 {
	margin: 0;
	padding: 0;
}

h3#sub-header {
	background: url('../img/scenario-name-change-header.gif') no-repeat;
	text-indent: -1000em;
	height: 35px;
}

div#name {
	margin: 50px 100px 0;
	height: 500px;
	width: 1068px
}

div#content-wrapper p {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	color: #005db2;
	width: 375px;
}

div#content-wrapper h5 {
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	color: #005db2;
}

/*h5.change-name-submit {
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	color: #15b052 !important;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0;
}*/

h5.change-name-submit {
	background: url('../img/set-new-name.gif') no-repeat;
	width: 122px;
	height: 23px;
	margin-top: 5px;
	margin-bottom: 20px;
	cursor: pointer;
	text-indent: -1000em;
}

h5 a:link {
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	color: #005db2;
	text-decoration: underline;
}

h5 a:active {
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	color: #005db2;
	text-decoration: underline;
}


h5 a:hover {
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	color: #15b052;
	text-decoration: underline;
}

h5 a:visited {
	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	color: #005db2;
	text-decoration: underline;
}



