@charset "utf-8";
/* CSS Document */

div.rentitem{
	position:relative;
	display:block;
	float:left;
/*	margin-right:30px;*/
	background-position:center;
	height:100px;
	width:130px;
}

div#rentleft{
	height:340px;
	float:left;
	width:690px;
}
div#rent{
	height:382px;
}
div#orderbox{
	float:left;
	margin:20px;
	margin-top:40px;
	width:239px;
	border: 2px solid #eedc89;
	background-image:url(../images/rentkedai/boxfade.png);
	position:absolute;
	left:500px;
}

div.rentcontainer{
/*	margin-left:100px;*/
	margin-bottom:50px;
	width:600px;
	height:180px;
}

div.emailreminder{
	position:relative;
/*	margin-left:100px;*/
	width:690px;
	height:100px;
}
div.ericon{
	background-position:center;
	background-image:url(../images/rentkedai/email.png);
	background-repeat:no-repeat;
	height:100px;
	float:left;
	display:block;
	width:100px;
}

div.ertext {
	float:left;
	width:500px;
	position:absolute;
	top:50%;
	margin-top:-24px;
	left:100px;
}

.rentitem p{
/*	position:absolute;
	bottom:0;*/
	margin:0;
	margin-top:90px;
	font-size:12px;
	text-align:center
}

div.plus{
	display:block;
	float:left;
	height:100px;
	background-image:url(../images/rentkedai/plus.png);
	background-repeat:no-repeat;
	background-position:center;
	width:30px;
	height:100px;
}

div#ri1{
	background-image:url(../images/rentkedai/order-console.png);
	background-repeat:no-repeat;
}
div#ri2{
	background-image:url(../images/rentkedai/order-shipping.png);
	background-repeat:no-repeat;
}
div#ri3{
	background-image:url(../images/rentkedai/order-gallery.png);
	background-repeat:no-repeat;
}
div#ri4{
	background-image:url(../images/rentkedai/order-cd.png);
	background-repeat:no-repeat;
}
.emailreminder img {
	display:block;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}

.emailreminder p {
	margin:0;
}

#orderbox a {
	display:block;
	background-position:center;
	background-image:url(../images/rentkedai/order-button.png);
	background-repeat:no-repeat;
	margin:20px;
	margin-top:15px;
	margin-bottom:27px;
	height:51px;
}

#orderbox ul{
	list-style-image:url(../images/rentkedai/bullet.png);
	list-style-position:outside;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#orderbox li {
	margin-bottom:5px;
}

.rentcontainer h1{
/*	margin-bottom:5px;*/
}

.rentcontainer>p {
/*	margin-top: 0px;*/
	font-size:14px;
}

p#disclaimer{
    position: absolute;
    bottom:0;
    font-size: 9px;
}
