/* layout template - estudio izus */

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container{}

	
	#content{
		width:400px;
		height:272px;
		margin-left:auto;
		margin-right:auto;	
	}
	
	
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
    clear: both; 
    visibility: hidden;
}
a img{
	 border:none;
}

.hidden {
	display:none;
}

h1.logo{
	/*text-indent:-5000px;
	background:url(/assets/common/logo_w.png);*/
	width:208px;
	height:96px;
	margin: 64px auto 32px auto;
}

/* form styles */

input, select, checkbox, textarea {
	color: #000;
	background: #FFF;
	border: 1px solid #666;
	width:190px;
}
label {
	display: block;
	float: left;
	width: 80px;
	text-align:right;
	font-size:13px;
	color:#666666;
	font-weight:bold;
}
form {
	width: 334px;
	height:206px;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
	padding:32px;
}
form div {
	margin: 8px 0;
}

form p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	margin:-16px auto 32px auto;
	padding:2px;
}
fieldset {
	padding: 10px;
	border: none;
}
legend {
	color: #000066;
	padding: 5px;
	border: none;
}


div.submit{
	margin-top:16px;
	padding-left:100px;
	text-align:left;
}

div.submit input{
	width:134px;
	height:24px;
	/*text-indent:-5000px;*/
	background-color:#CCCCCC;

	margin:0;
}

input:focus, select:focus, checkbox:focus, textarea:focus {

}

