html
	{
		width: 100%;
		height: 100%;
		margin: 0;
	}
  body
  {
		margin: 0 auto;
		height: 100%;
/*		width: 320px; */
/*		width: 100%; */
		padding: 20px;
		text-align: center;
		background-color: #000;
    background-image: url('../images/deco.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
		font-family: calibri, tahoma, arial;
		font-size: 1.2em;
		color: #fff;
	}
	#cover {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: rgba(50,50,50,0.5);
    z-index: 20;
    opacity: 0;
    transition: opacity 500ms;
  	-moz-transition: opacity 500ms;
  	-webkit-transition: opacity 500ms;
  }
	a:link {text-decoration: none; color:#333333;}
	a:visited{text-decoration:none; color:#333333;}
	a:active{text-decoration:none; color:#333333;}
	a:hover{text-decoration:underline; color:#333333;}
	img 
	{
		border:0;
	}
	.itab
	{
		display: inline-table;
	}
	.fullw
  {
		width:100%;
	}
	.halfw
  {
		width:50%;
	}
	.center
	{
		text-align: center;
	}
	.fontn
	{
		font-weight: normal;
	}
	.txtem5
	{
		line-height: 0.5em;
	}
	#titles
	{
		width: 100%;
		font-size: 0.7em;
		transition: font-size 0.3s;
	}
	#titles .fleft
	{
		font-weight: bold;
		height: 20px;
		transition: height 0.3s;
	}
	.fleft
  {
		float: left;
	}
	#next_domain,
	#dom_type,
	#dom_view
	{
		display: none;
	}
	#current_domain
	{
		width: 100%;
		height: 20px;
		font-size: 0.7em;
		transition: width 0.3s;
		transition: height 0.3s;
		transition: font-size 0.3s;
	}
	#upcoming_domain
	{
		width: 100%;
		height: 20px;
		font-size: 0.7em;
		transition: width 0.3s;
		transition: height 0.3s;
		transition: font-size 0.3s;
	}
	#domains
	{
		width: 100%;
		background-color: rgba(0, 0, 0, 0.7); 
		padding: 10px 0px;
		border: 1px solid #fff;
		border-radius: 6px;
		transition: width 0.3s;
		transition: padding 0.3s;
	}
	#maindiv
	{
		width: 100%;
		margin-left: auto;
    margin-right: auto;
	}
	#header
	{
		width: 100%;
		height: auto;
	}
	#header_img
	{
		max-width: 100%;
    height: auto;
    padding: 20px 0px;
    transition: padding 0.3s;
	}
	#content
	{
		width: auto;
		height: 500px;
		padding: 10px;
		text-align: left;
		transition: padding 0.3s;
		transition: height 0.3s;
	}
	.corners
	{
		position: absolute;
		width: 150px;
		height: 145px;
	}
	#nw
	{
		top: 0px;
		left: 0;
		background-image: url('../images/nw.png');
		display: none;
	}
	#ne
	{
		top: 0px;
		right: 0px;
		background-image: url('../images/ne.png');
		display: none;
	}
	#sw
	{
		bottom: 0px;
		left: 0px;
		background-image: url('../images/sw.png');
		position: fixed;
		display: none;
	}
	#se
	{
		bottom: 0px;
		right: 0px;
		background-image: url('../images/se.png');
		position: fixed;
		display: none;
	}
	.url
	{
		width: 115px;
		transition: width 0.3s;
	}
	.type
	{
		width: 150px;
		display: none;
	}
	.end
	{
		width: 90px;
		transition: width 0.3s;
	}
	.auct
	{
		width: 70px;
		transition: width 0.3s;
	}
	.view
	{
		width: 150px;
		display: none;
	}
	#upcoming
	{
		display: inline-table;
	}
	#blurb
	{
		width: 100%;
		font-weight: normal;
		font-size: 0.8em;
		transition: font-size 0.3s;
	}
	#examples
	{
		width: 100%; 
		text-align: center; 
		padding-bottom: 20px
	}
	#global, #uk
	{
		width: 100%;
	}
	#global .button, #uk .button
	{
		width: 80px;
		height: 20px;
		font-size: 14px;
		transition: width 0.3s;
		transition: height 0.3s;
		transition: font-size 0.3s;
	}
	.button
	{
		margin: 0 auto;
		height: 18px;
		width: 70px;
		border: 1px solid #555;
		border-radius: 3px;
		background-color: #333;
		background: linear-gradient(#333, #000);
		color: #fff;
		font-size: 11px;
		line-height:	16px;
		cursor: pointer;
		transition: width 0.3s;
		transition: height 0.3s;
		transition: font-size 0.3s;
	}
	#make_offer
	{
		position: absolute;
		width: 280px;
		height: 535px;
		top: 0px;
		left: 0;
		right: 0;
		margin: auto;
    display: none;
    opacity: 0;
    transition: opacity 500ms;
  	-moz-transition: opacity 500ms;
  	-webkit-transition: opacity 500ms;
  	background-color: #000;
  	border: 1px solid #fff;
  	padding: 15px;
  	border-radius: 6px;
  	z-index: 21;
  	transition: width 0.3s;
		transition: height 0.3s;
	}
	#mo_cover 
	{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: rgba(50,50,50,0.5);
    z-index: 22;
    opacity: 0;
    transition: opacity 500ms;
  	-moz-transition: opacity 500ms;
  	-webkit-transition: opacity 500ms;
  }
	#mo_content
	{
		border: 3px solid #fff;
  	border-radius: 6px;
		padding: 10px;
		height: 515px;
		background-color: #000;
		font-size: 14px;
		transition: padding 0.3s;
		transition: height 0.3s;
		transition: font-size 0.3s;
	}
	#mo_content #offer_blurb
	{
		height:	45px;
	}
	#mo_content #name_groups
	{
		width: 300px;
		display: inline-table;
		transition: width 0.3s;
	}
	#mo_content .name_group
	{
		width: 350px;
		display: inline-table;
		height: 26px;
		transition: width 0.3s;
		transition: height 0.3s;
	}
	#mo_content .name_group label,
	#mo_content .captcha_group .label
	{
		width: 200px;
		text-align: left;
		float: left;
	}
	#mo_content .name_group .txt,
	#mo_content .captcha_group .txt
	{
		width: 220px;
		float: left;
	}
	#mo_content .name_group input,
	#mo_content .captcha_group input
	{
		width: 100%;
		border: 0;
		height: 16px;
	}
	#mo_content .name_group select
	{
		width: 100%;
		border: 0;
		height: 18px;
	}
	#mo_content .name_group textarea
	{
		width: 100%;
		border: 0;
		height: 80px;
	}
	#mo_content .captcha_group
	{
		display: inline-table;
		height: 26px;
		margin-top: 15px;
		float: left;
		margin-left: 3px;
	}
	#mo_content #captcha_cont
	{
		width: 180px;
		height: 30px;
		background: #aaa;
		background: linear-gradient(-45deg, #fff, #555, #fff, #555, #fff, #555, #fff);
		display: inline-block;	
	}
	#mo_content #declared_cont
	{
		width: 120px;
		padding-top: 6px;
	}
	#mo_content #declared
	{
		width: 120px;
		float: left;
	}
	#mo_content .captcha_group span
	{
		width: 220px;
		margin-left: 10px;
		display: inline-block;
		font-size: 12.5px;
	}
	#refresh_captcha
	{
		font-size: 10.5px;
		float: left;
		text-decoration: underline;
		margin-top: 5px;
		cursor: pointer;
	}
	#mo_content .pix
	{
		width: 1px;
		height: 1px;
		position: absolute;
 		background-color: #000000; 
	}
	#mo_content .outer_cont
	{
		float: left;
	}
	#mo_content .cont
	{
		position: relative;
	}
	#sub_offer
	{
		position: absolute;
		bottom: 22px;	
		right: 30px;
		transition: bottom 0.3s;
		transition: right 0.3s;
	}
	#cancel
	{
		position: absolute;
		bottom: 22px;	
		right: 130px;
		transition: bottom 0.3s;
		transition: right 0.3s;
	}
	.show
	{
		display: inline;
    opacity: 1;	
	}
	.hide
	{
		display: none;
    opacity: 0;
	}
	#errmsg
	{
		color: #f00;
		visibility: hidden;
		height: 25px;
		padding-top: 25px;
		transition: height 0.3s;
		transition: padding 0.3s;
	}
	.domain-list-hdr
	{
		float: left;
		height: 40px;
		display: inline-table;
		width: 100%;
		font-weight: bold;
	}
	.domain-cont
	{
		height: 30px;
		display: inline-table;
		width: 100%;
	}
	.domain-list
	{
		float: left;
		width: 60%;
		font-weight: normal;
		text-align: left;
	}
	.domain-list-button
	{
		float: left;
		width: 60%;
		font-weight: normal;
		text-align: left;
	}
	.domain-sold
	{
		float: left;
		width: 60%;
		font-weight: normal;
		text-align: left;
		text-decoration: line-through;
	}
	.button-sold
	{
		color: #f00;
		font-weight: bold;
		background: linear-gradient(#222, #222);
		cursor: default;
	}
	@media all and (min-width: 360px) {

		.url
		{
			width: 130px;
		}
		.auct
		{
			width: 100px;
		}
		#make_offer
		{
			width: 320px;
			height: 540px;
			top: 0px;
		}
		#errmsg
		{
			padding-top: 25px;
			height:25px;
		}
		#mo_content
		{
			padding: 10px;
			font-size: 14px;
			height: 515px;
		}
		#mo_content #name_groups
		{
			width: 300px;
		}
		#mo_content .name_group
		{
			width: 350px;
		}
		#sub_offer
		{
			width: 90px;
			font-size: 12px;	
			right: 30px;
			bottom: 25px;	
		}
		#cancel
		{
			width: 90px;
			font-size: 12px;
			bottom: 25px;	
			right: 130px;	
		}
	}
	@media all and (min-width: 410px) {

		.url
		{
			width: 180px;
		}
		#make_offer
		{
			width: 350px;
			height: 530px;
			top: 50px;
		}
		#errmsg
		{
			padding-top: 10px;
			height: 35px;
		}
		#mo_content
		{
			padding: 10px;
			font-size: 14px;
			height: 505px;
		}
		#mo_content #name_groups
		{
			width: 300px;
		}
		#mo_content .name_group
		{
			width: 350px;
		}
		#sub_offer
		{
			width: 90px;
			font-size: 12px;	
			right: 30px;
			bottom: 30px;	
		}
		#cancel
		{
			width: 90px;
			font-size: 12px;
			bottom: 30px;	
			right: 130px;	
		}

	}
	@media all and (min-width: 580px) {

		.url
		{
			width: 250px;
		}
		.end
		{
			width: 140px;
		}
		.auct
		{
			width: 150px;
		}
		#titles
		{
			font-size: 1em;
		}
		#titles .fleft
		{
			height: 30px;
		}
		#current_domain
		{
			font-size: 1em;
			height: 40px;
		}
		#upcoming_domain
		{
			font-size: 1em;
			height: 40px;
		}
		.button
		{
			height: 24px;
			width: 120px;
			font-size: 16px;
			line-height: 20px;
		}
		#make_offer
		{
			position: fixed;
			width: 500px;
			height: 450px;
			top: 100px;
		}
		#errmsg
		{
			padding-top: 10px;
		}
		#mo_content
		{
			height: 404px;
			padding: 20px;
			font-size: 16px;
		}
		#mo_content #name_groups
		{
			width: 550px;
		}
		#mo_content .name_group
		{
			width: 545px;
			height: 26px;
		}
		#sub_offer
		{
			width: 120px;
			font-size: 16px;	
			right: 30px;	
		}
		#cancel
		{
			width: 120px;
			font-size: 16px;
			right: 170px;	
		}
	}
	@media all and (min-width: 710px) {
		
		body
  	{
			margin: 0 auto;
			width: 100%;
			padding: 0;
		}
		#nw, #ne, #sw, #se, 
		#next_domain,
		#dom_type,
		#dom_view
		{
			display: block;
		}
		#maindiv
		{
			width: 1000px;
			height: 1400px;
		}
		#header
		{
			height: 200px;
		}
		#header_img
		{
    	padding: 0px;
		}
		#domains
		{
			padding: 20px;
			border: 3px solid #fff;
		}
		#titles
		{
			width: auto;
			font-size: 1.2em;
		}
		#titles .fleft
		{
			height: 40px;
		}
		.url
		{
			width: 250px;
		}
		.type
		{
			display: inline;
		}
		.end
		{
			width: 250px
		}
		.auct
		{
			width: 200px;
		}
		.view
		{
			display: inline;
		}
		#current_domain
		{
			width: auto;
			height: 30px;
			font-size: 1.2em;
		}
		#upcoming_domain
		{
			width: auto;
			height: 30px;
			font-size: 1.2em;
		}
		#global .button, #uk .button, .button
		{
			height: 24px;
			width: 120px;
			font-size: 16px;
			line-height: normal;
		}
		#content
		{
			width: 100%;
			height: 500px;
			padding: 30px;
		}
		#blurb
		{
			width: 100%;
			font-weight: bold;
			height: 40px;
			font-size: 1.2em;
		}
		#global, #uk
		{
			width: 50%;
		}
		#make_offer
		{
			width: 600px;
			height: 450px;
			top: 100px;
			left: 0;
			right: 0;
			padding: 15px;
		}
		#errmsg
		{
			padding-top: 0px;
			height:35px;
		}
	}
	
		