#callMe_dialog {
	position: absolute;
	height: 350px;
	width: 300px;
	padding: 8px;
	margin: 0;
	top: 100px;
	left: 200px;
	z-index: 99;
	border: 2px solid;
	color: #333;
	background-color: #eeeeee;
	text-align: center;
	font-size: 1.2em;
}

#callMe_dialog input {
	font-weight: bold;
	padding: 4px;
	border: 1px solid #666666;
	margin: 5px 0 15px;
15 px;
	width: 110px;
}

#callMe_dialog .message {
	clear: right;
}

.close {
	text-align: right;
	padding: 2px;
}

#callMe_dialog a.call-me {
	font-weight: bold;
	margin: 8px;
	text-decoration: none;
	padding: 5px;
	color: black;
	background-color: #ccccff;
	border: 1px outset #666666;
}

#callMe_dialog a.call-me:hover {
	background-color: #ffffcc;
}

#callMe_dialog a.call-me:active {
	border: 1px inset #666666;
}

#callMe_dialog .error {
	margin-top: 15px;
}

#callMe_dialog .status {
	margin-top: 15px;
	font-weight: bold;
}

#callMe_dialog .status img {
	margin-right: 8px;
}

#callMe_dialog .status span {
	padding-bottom: 4px;
}
.easy-steps-header {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}
.easy-steps {
	text-align: left;
}
.easy-steps li {
	color: red;
	font-size: 1.4em;
	list-style: inherit;
	margin-left: 20px;
}