.callbackBox {
	width: 680px;
	text-align: center;
	overflow: visible;
	padding-top: 10px;
	margin-bottom: 10px;
}
.callbackBox h1{
	font: 24px Georgia;
	font-weight: bold;
	font-style: italic;
	color: #717171;
	margin: 10px 0 50px 0;
	text-shadow: 0 2px 0 #fff;
}
.callbackIcqBox {
	width: 260px;
	height: 214px;
	padding: 20px 10px;
	background: #ffffcc;
	margin: 0 0 0 5px;
	box-shadow: 0 2px 5px #999;
	font: 13px Verdana;
	font-style: italic;
	text-align: justify;
	float: left;
}
.callbackIcqBox p {
	font: 23px Georgia;
	font-style: italic;
	text-indent: 30px;
	margin: 10px 0 0 10px;
	background: url(../img/icq.png) no-repeat 0 5px;
}
.callback {
	width: 345px;
	height: 215px;
	padding: 20px 10px;
	margin: -1px 5px 0px 17px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 #fff, inset 0 1px 0 #fff;
	background: #e9e9e9;
	overflow: visible;
	font: 13px Verdana;
	font-style: italic;
	color: #777;
	text-align: left;
	float: left;
}
.callback input {
	width: 340px;
	height: 25px;
	padding: 3px;
	margin: 15px 0 0 0;
	border-radius: 5px;
	border: none;
	box-shadow: inset 0 1px 2px #999;
	background: #e2e2e2;
	font: 15px Georgia;
	font-style: italic;
	color: #666;
}
.callbackButton {
	width: 220px;
	height: 30px;
	border-radius: 20px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px #aaa;
	margin: 13px 0 0 0;
	position: relative;
	font: 13px Verdana;
	font-style: normal;
	background: #f4f4f4;
	text-align: center;
	line-height: 27px;
	color: #aaa;
	float: right;
}
.callbackButton:hover {
	margin-top: 11px;
	box-shadow: 0 0px 0px #aaa;
}
.icqEdit {
	width: 260px;
	height: 214px;
}
.icqEditInput {
	width: 254px;
	height: 25px;
	padding: 3px;
	margin: 25px 0 0 0;
	border-radius: 5px;
	border: none;
	box-shadow: inset 0 1px 2px #999;
	background: #e7dd9d;
	font: 15px Georgia;
	font-style: italic;
	color: #666;
}
.icqEditButton {
	width: 150px;
	height: 30px;
	padding: 0 0 3px 0;
	border-radius: 20px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px #aaa;
	margin: 13px 0 0 0;
	position: relative;
	font: 13px Verdana;
	font-style: normal;
	background: #f4f4f4;
	text-align: center;
	color: #aaa;
	float: right;
	cursor: pointer;
}
.icqEditButton:hover {
	margin-top: 11px;
	box-shadow: 0 0px 0px #aaa;
}













