body{
	font:.75em/1.5 'Lucida Grande',sans-serif;
	color:#333;
	background-color:#99E2E6;
}

h1,h2,h3{
	font-size:1.4em;
	display:inline;
}

img{border:0};

input{
	width:200px;
	border:1px solid #AAAAAA;
	padding:4px 4px;
	margin-top:4px;
	margin-bottom:4px;
}

.submit{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #CCCCCC;
}
#loginFRM{
	width:430px;
}
#left{
	float:left;
	width:210px;
}
#right{
	float:right;
	width:210px;
}

#container{
	width:700px;
	margin:auto;
}

#box {
	 margin-top:50px;
     background: #eee;
     border: 1px solid #ccc;
     padding: 15px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}

#footer{
	padding-top:4px;
	font-size:0.72em;
	text-align:center;
}

/* re.twt */

.respDIV{
	border-bottom:1px dashed #cecece;
	height:50px;
}

.respDIV img{
	float:left;
	padding-right:6px;
}
