ins				{display: inline-block; text-decoration: none}
.clear			{clear: both; width: 1px; height: 1px}

.mycms_cmp.sidebar			{position: fixed; right: 0; z-index: 10000000; width: inherit}
.mycms_cmp.sidebar .sidetag	{width: 12px; float: left; padding: 3px; cursor: pointer;
							background: black; color: white; font-size: 12px; line-height: 1.1em; z-index: 1100}
.mycms_cmp.sidebar .body	{display: none; width: 160px; float: left; background: white; padding: 4px}
.mycms_cmp.sidebar label	{display: block; margin: 3px 0}
#authorization_bar .sidetag	{color: #DDD}
#authorization_bar			{top: 200px}
#authorization_bar .body		{border: 1px solid red}
.auth_greeting				{}
.auth_greeting span			{cursor: pointer; color: blue}
.error			{color: red}
.dots			{font: bold 14px Tahoma; color: #666; padding: 0 8px; letter-spacing: 2px}

.robject		{width: 10px; height: 16px; color: red}

.sign-up		{padding: 45px 20px 0px}
.sign-up input	{background: transparent; border: none; width: 160px; height: 18px; margin-bottom: 16px}
.sign-up textarea		{background: transparent; border: none; width: 308px; height: 66px; resize: none}
.sign-up .sign-up_submit{margin: 13px 0 0 -6px; width: 95px; height: 23px}

.grey			{color: #888}
.no_underline	{text-decoration: none}
.placeholder	{color: #999}
input, textarea	{font: 13px Arial}
.tick			{display: inline-block; visibility: hidden;  width: 16px; height: 16px;
				background: url(../img/icons/tick.png) center center no-repeat}
.excm			{display: inline-block; visibility: hidden;  width: 16px; height: 16px;
				background: url(../img/icons/error.png) center center no-repeat}
.remove			{display: inline-block; visibility: visible; width: 16px; height: 16px;
				background: url(../img/icons/remove.gif) center center no-repeat; cursor: pointer}
#puel .remove	{float: right; position: relative; top: 0; right: -16px}
#puel.get_block_content .remove	{position: absolute; right: 0}
.get_block_content	{background: white; padding: 40px; /*min-width: 800px; */margin: 4%; display: inline-block}
.mycms_cmp input	{border-width: 1px; width: 150px}
.mycms_cmp dd		{line-height: 1}
.pointer,
.nolink			{cursor: pointer}
.nounderscore	{text-decoration: none !important}
.left			{float: left}
.right			{float: right}