1342
+ − 1 body {
+ − 2 font-family : "Lucida Grande" , "Lucida Sans Unicode" , Verdana , Arial , Helvetica , sans-serif ;
+ − 3 font-size : 12 px ;
+ − 4 }
+ − 5
+ − 6 p , h1 , form , button { border : 0 ; margin : 0 ; padding : 0 ;}
+ − 7 . spacer { clear : both ; height : 1 px ;}
+ − 8
+ − 9 /* ----------- My Form ----------- */
+ − 10 . formulario {
+ − 11 margin : 0 auto ;
+ − 12 width : 500 px ;
+ − 13 padding : 14 px ;
+ − 14 }
+ − 15 /* ----------- stylized ----------- */
+ − 16 # estilo {
+ − 17 border : solid 2 px #b7ddf2 ;
+ − 18 background : #ebf4fb ;
+ − 19 }
+ − 20
+ − 21 # estilo h1 {
+ − 22 font-size : 14 px ;
+ − 23 font-weight : bold ;
+ − 24 margin-bottom : 8 px ;
+ − 25 }
+ − 26
+ − 27 # estilo p {
+ − 28 font-size : 11 px ;
+ − 29 color : #666666 ;
+ − 30 margin-bottom : 20 px ;
+ − 31 border-bottom : solid 1 px #b7ddf2 ;
+ − 32 padding-bottom : 10 px ;
+ − 33 }
+ − 34
+ − 35 # estilo p . error {
+ − 36 font-size : 12 px ;
+ − 37 font-weight : bold ;
+ − 38 color : red ;
+ − 39 margin-bottom : 20 px ;
+ − 40 border-bottom : solid 1 px #b7ddf2 ;
+ − 41 padding-bottom : 10 px ;
+ − 42 }
+ − 43
+ − 44 # estilo label {
+ − 45 display : block ;
+ − 46 font-weight : bold ;
+ − 47 text-align : right ;
+ − 48 width : 140 px ;
+ − 49 float : left ;
+ − 50 }
+ − 51
+ − 52 # estilo . small {
+ − 53 color : #666666 ;
+ − 54 display : block ;
+ − 55 font-size : 11 px ;
+ − 56 font-weight : normal ;
+ − 57 text-align : right ;
+ − 58 width : 140 px ;
+ − 59 }
+ − 60
+ − 61 # estilo input {
+ − 62 float : left ;
+ − 63 font-size : 12 px ;
+ − 64 padding : 4 px 2 px ;
+ − 65 border : solid 1 px #aacfe4 ;
+ − 66 width : 200 px ;
+ − 67 margin : 2 px 0 20 px 10 px ;
+ − 68 }
+ − 69
+ − 70 . button {
+ − 71 -moz- box-shadow : inset 0 px 1 px 0 px 0 px #cae3fc ;
+ − 72 -webkit- box-shadow : inset 0 px 1 px 0 px 0 px #cae3fc ;
+ − 73 box-shadow : inset 0 px 1 px 0 px 0 px #cae3fc ;
+ − 74 background-color : #79bbff ;
+ − 75 -webkit- border-top-left-radius : 18 px ;
+ − 76 -moz- border-radius-topleft : 18 px ;
+ − 77 border-top-left-radius : 18 px ;
+ − 78 -webkit- border-top-right-radius : 18 px ;
+ − 79 -moz- border-radius-topright : 18 px ;
+ − 80 border-top-right-radius : 18 px ;
+ − 81 -webkit- border-bottom-right-radius : 18 px ;
+ − 82 -moz- border-radius-bottomright : 18 px ;
+ − 83 border-bottom-right-radius : 18 px ;
+ − 84 -webkit- border-bottom-left-radius : 18 px ;
+ − 85 -moz- border-radius-bottomleft : 18 px ;
+ − 86 border-bottom-left-radius : 18 px ;
+ − 87 text-indent : 0 ;
+ − 88 border : 1 px solid #469df5 ;
+ − 89 display : inline-block ;
+ − 90 color : #ffffff ;
+ − 91 font-family : Arial ;
+ − 92 font-size : 15 px ;
+ − 93 font-weight : bold ;
+ − 94 font-style : normal ;
+ − 95 height : 40 px ;
+ − 96 line-height : 40 px ;
+ − 97 width : 100 px ;
+ − 98 text-decoration : none ;
+ − 99 text-align : center ;
+ − 100 text-shadow : 1 px 1 px 0 px #287ace ;
+ − 101 }
+ − 102 . button : hover {
+ − 103 background-color : #4197ee ;
+ − 104 }
+ − 105 . button : active {
+ − 106 position : relative ;
+ − 107 top : 1 px ;
+ − 108 }
+ − 109