#show
{
	float: left;
}
#phone
{
	float: right;
	background: transparent url('phone000.jpg') top left no-repeat;
	width: 509px; height: 427px;
	padding: 35px 25px 0 25px;
}
	#phoneForm input
	{
		width: 155px; height: 28px;
		margin: 0; padding: 5px 0 0 10px;
		border: 0;
		background: transparent url('phone000.gif') top left no-repeat;
		font: 18px Arial, sans-serif;
	}
	#phoneForm button
	{
		width: 144px; height: 33px;
		margin: 0; padding: 0;
		border: 0;
		background: transparent url('check000.gif') top left no-repeat;
	}
	#demo
	{
		margin: 10px 0 0 30px;
	}
	#phone-content
	{
		width: 422px;
		margin-top: 15px;
		color: #0D1213;
	}
		#phone-content strong
		{
			color: red;
		}
			#phone-content a:link, #phone-content a:visited
			{
				color: #0D1213;
				text-decoration: underline;
			}
			.h2
			{
				font-size: x-large;
			}
		#phone-menu
		{
			margin-bottom: 20px;
		}
			#phone-menu li
			{
				float: left;
				margin-right: 13px;
				color: #0D1213;
				padding: 3px 0;
				cursor: pointer;
			}
			#phone-menu li.active
			{
				padding: 3px 5px;
				background-color: #bbb;
			}
		#phone-message
		{
			float: right;
			color: #0D1213;
			padding: 3px 0;
		}
		.phone-message
		{
			margin-top: 10px;
			color: #575555;			
		}
			.phone-message-phone
			{
				float: left;
				font-weight: bold;
				font-size: 11px;
			}
			.phone-message-date
			{
				float: right;
				font-size: smaller;
			}
			.phone-message-text
			{
				width: 395px; height: 33px;
				padding: 10px 15px;
				background: transparent url('message0.jpg') top left no-repeat;
			}
		.phone-footer
		{
				font-weight: bold;
				font-size: 11px;
				color: #575555;
				margin-top: 20px;
		}
			.phone-footer-left
			{
				float: left;
			}
			.phone-footer-right
			{
				float: right;
				text-decoration: underline;
				cursor: pointer;
			}
		#phone-menu, #phone-sms, #phone-calls, #phone-check, #phone-info, #phone-code { display: none; }
		#phone-code, #phone-loading, #phone-check
		{
			text-align: center;
		}
		
#operators
{
	height: 60px;
	background: #fff url('operator.gif') top left no-repeat;
}
#comments
{
	padding: 25px 30px;
	background-color: #202020;
}
	#comments li
	{
		display: block;
		float: left;
		margin-left: 35px;
		text-align: center;
		color: #6D6666;
	}
		#comments li img
		{
			display: block;
			margin-bottom: 10px;
		}