/* 
    Document   : items_add.css
    Created on : 16-abr-2010, 14:10:56
    Author     : Stefano
    Description:
        CSS using in items/add
*/
#pension-add {
    background: #78A7F7;
    padding:10px;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -ms-border-radius:10px;
    border-radius: 10px;

}
#container-map2 {
    padding-bottom:40px;
}
#map2 {margin: 0 auto;}

div#address-form {
    margin:0 auto;
    width:627px;
    margin-bottom: 20px;
}
div#address-form [type=text] {
    width: 350px;
    padding:2px;
    font-style: italic;
}
#ItemAddress {
    border: 1px solid #78a7f7 ;
}
#address-search {
  width: 40px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(/img/search.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */

}

span#status {
    display:none;
}
span#status-icon {
    
}
span#status-msg {

}

#pension-add h1 {
    font-size: large;
    text-transform: uppercase;
    padding-bottom: 10px;
}
#pension-add p {
    width: 700px;
    margin:0 auto;
    line-height: 20px;
}
#pension-add2 {
    width: 800px;
    margin:0 auto;
    margin-bottom: 10px;
}
#pension-addmenu ul {
    text-transform: uppercase;
    list-style-type: none;
    display:inline;
}

#pension-addmenu li {
    height: 30px;
    text-indent: -9999px;
    margin-top:5px;
    cursor: pointer;
}
li#steep1 {
    background-image: url(/img/steep1.png);
    background-repeat: no-repeat;
}
li#steep2 {
    background-image: url(/img/steep2.png);
    background-repeat: no-repeat;
}
#pension-form1 {
    margin-top:20px;
    margin-bottom: 20px;
}

#pension-form2 {
    margin-top:20px;
    margin-bottom: 20px;
    display:none;
}
#pension-form2 div {
    margin-bottom: 10px;
}
#pension-form2 form {
    margin-left:50px;
}
#pension-form2 h2 {
    font-size:25px;
    margin-bottom: 10px;
}
#pension-form2 label {
    font-size: 12px;
    font-weight: bold;
    width: 200px;
    position: absolute;
    height: 70px;
}
#pension-form2 input,select {
    margin-left: 230px;
}
#pension-form2 [type=text] {
    width:300px;
    padding: 2px;
}
#pension-form2 textarea {
    padding:2px;
    margin-top:20px;
}
#steep2 {
    display:none;
}
#form2 {
    margin:0 auto;
    width:627px;
    margin-bottom: 20px;
}