/* Copyright 2007, Google Inc.  All rights reserved. */

/* Direction-independent CSS for UploadImageForm.gxp 

*/

/* #preview
{
  overflow: hidden;
} */

#image-layout-positions .none
{
  background:#fff url(/msk/include/img/layout-image-none.png) no-repeat 0 0;
}

#image-layout-positions .right
{
  background:#fff url(/msk/include/img/layout-image-right.png) no-repeat 0 0;
}

#image-layout-positions .left
{
  background:#fff url(/msk/include/img/layout-image-left.png) no-repeat 0 0;
}

#image-layout-positions .center
{
  background:#fff url(/msk/include/img/layout-image-center.png) no-repeat 0 0;
}

#image-layout-positions label
{
  cursor:hand;
}

#image-layout-positions ul
{
  overflow:auto;
  display:block;
  width:100%;
  _width:auto;
}


#image-layout-sizes {
  width:30%;
  float:left;
}

#image-layout-positions ul li
{
  display:block;
  list-style:none;
  margin:0 20px 0 0;
  padding:68px 0 3px 0;
  float:left;
  width:80px;
  text-align:center;
  border:0px solid #CDBFAC;
  font-weight:bold;
}

#image-layout-sizes a
{
  margin:0px 5px;
}

#image-layout-sizes ul
{
  overflow:auto;
  display:block;
  width:80%;
}

#image-layout-sizes ul li
{
  background:#fff;
  display:block;
  margin-top:4px;
}

#image-layout
{
  width:auto;
  margin:1em 0 0;
  padding:0em 1em .5em;
  border-top:2px solid #ddd;
}

#add-from-disk input, #add-from-web span
{
  display:block;
}

#image-locations
{
  overflow:auto;
  width:100%;
}

form H2
{
  font-size:150%;
  margin:.3em 0 .5em;
  font-size:150%;
  line-height:1.3em;
  color:#826C55;
  font-weight:normal;
}

html>body #postbuttons a
{
  padding:.4em .6em;
}

#postbuttons a:hover
{
  text-decoration:none;
  background-color:#FF751A;
}

#loading-message
{
float:left;
width:60%;
margin-right:1em;
font-size:110%;
}

#uploader
{
width:100%;
overflow:hidden;
}

#add-from-web .learn-more,
{
font-size:90%;
margin-top:-0.25em;
font-style:italic;
}

#tosUpdated
{
font-style:italic;
}

#quotaMessage
{
font-size:90%;
padding-left:5px;
line-height:20px;
float:left;
color:#666;
}

#quotaMessage img 
{
position:relative;
top:2px;
}

.note
{
font-size:x-small;
}

#clickTrappingDiv
{
background:white;
position:absolute;
z-index:10;
filter:alpha(opacity=50);
opacity:.5;
}
#progress {
  display:none;
}
.status-progress #progress {
  display:block;
}

/* We need to set the uploader height and width to 1px rather than hiding
it so that the file is still in the request in Safari. */
.status-progress #uploader {
  height:1px;
  width:1px;
    }

