@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	}

img {
	border:0;
	}

a {
	outline:none;
	}

body {
	width:524px;
	background-image:url(images/repx.png);
	background-repeat:repeat-x;
	background-color:#d2d2d2;
	margin-left:auto;
	margin-right:auto;
	}

.container-top {
	float:left;
	width:564px;
	background-image: url(images/mininav.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	}

	.links {
		float:left;
		font-size:12px;
		padding:5px 0 0 19px;
		}

		.links a {
			color:#5bc4a9;
			text-decoration:none;
			padding-right:10px;
			}
		
		.links a:hover {
			color:#fff;
			text-decoration:none;
			}
	
	.mininav {
		height:25px;
		float:right;
		padding:0 92px 0 0;
		}
		
		.mininav img {
			padding:0 10px 0 10px;
			}
 
	.logo {
		float:left;
		padding:9px 0 6px 2px;
		}

.container-main {
	float:left;
	width:524px;
	background-image:url(images/repy.png);
	background-repeat:repeat-y;
	}
	
	.content-bottom {
		float:left;
		width:524px;
		background-image:url(images/bottom.png);
		background-repeat:no-repeat;
		background-position:center bottom;
		}
	
	.content-top {
		float:left;
		width:524px;
		background-repeat:no-repeat;
		background-position:center top;
		background-image:url(images/top.png);
		background-repeat:no-repeat;
		}
	
	.content {
		float:left;
		font-size:12px;
		height:250px;
		/* width:400px; */
		padding:50px 30px 0 50px;
		}
		
		h1 {
			font-size:14px;
			}
		
		ul {
			padding-left:20px;
			}
		
		#domain_check_form {
			float:left;
			/*background-color:#dbdcdc;
			padding:10px 20px 10px 20px;
			width:415px;*/
			}
			
		.submit {
			background-color:#ff5b00;
			border:1px solid #ff5b00;
			color:#fff;
			display:inline;
			font-size:12px;
			font-weight:bold;
			padding:0 3px 0 3px;
			text-decoration:none;
			}
			
		.domaincheck {
			width:250px;
			border:1px solid #dbdbdb;
			padding:1px;
			display:inline;
			}
			
		.content input {
			float:left;
			margin-left:5px;
			display:inline;
			}
		
		.content span {
			float:left;
			padding-top:1px;
			}