.clearfloat {
   display:block;
   float:none;
}
.outofstock {
   display:block;
   float:none;
}

.oshead {
   background-color:#ccc;
}
.osItem1 {
   display:block;
   float:left;
   background-color:#eee;
   padding-top:4px;
}
.osItem2 {
   display:block;
   float:left;
   background-color:#ddd;
   padding-top:4px;
}
.outofstock .Itemdata {
   display:block;
   float:left;
   width:450px;
   font-size:12px;
   padding-left:6px;
}
.outofstock label{
   font-weight:bold;
}

.outofstock .notifymsg {
    display:block;
    float:left;
    width:140px;
    font-size:12px;
    text-align:center;
    font-weight:bold;
}

.outofstock .notifyme {
     display:block;
     float:right;
     width:160px;
}

.outofstock .notifyme input {
     height:20px;
     margin-bottom:10px;
}

.outofstock .notifyme table {
	padding-left: 4px;
	background: url("/store/images/product/btn_notify_sm.gif") no-repeat;
}

.outofstock .notifybottom {
	width:500px;
        height:40px;
        margin-left:auto;
        margin-right:auto;
}
.outofstock .notifyemail {
display:block;
text-align:center;
float:left;
margin-top:6px;
}

.outofstock .notifysubmit {
display:block;
float:right;
}