*{
margin: 0;
padding: 0;
}

body{
text-align: center;
font-family: Calibri;
font-size: 62.5%; /* Resets 1em to 10px */
color: #3d3d3d;
background:#3d7ff8
}

#cloud{
background:#3D7FF8 url('images/bg_clouds.png') repeat-x scroll center top;
height: 60px;
width: 100%;
}

#wrapper{
margin: 0 auto;
width: 900px;
background: #82B4F8;
padding: 10px;
}

#wrap{
background: #fff;
font-size: 1.2em;
text-align: left;
padding: 20px;
}

#side_left{
float: left;
height: auto;
width: 480px;
}

#side_right{
float: right;
height: 200px;
min-height: 200px;
height: auto !important;
width: 360px;
}

.box_right{
background: #cde;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
padding: 20px;
margin-bottom: 20px;
}

.box_right h2{
color: #5971B8;
font-size: 1.6em;
}

.box_right h2 span{
color: #92AB30;
}

.privacy p{
text-align: justify;
}

#title_site{
font-size: 2em;
text-align: center;
padding-bottom: 20px;
height: 100px;
}

#title_site a{
/* color: #66C3EE;
text-decoration: none; */
}

#title_site a:hover{
/* text-decoration: underline; */
}

#short_url_form{

}

#short_url_form p{
padding: 10px 0;
}

#short_url_form label, #result label{
width: 120px;
float: left;
font-size: 1.1em;
height: 20px;
line-height: 20px;
}

#short_url_form input[type=text]{
border: 1px solid #b4b4b4;
padding: 3px;
width: 250px;
font-size: 1em;
color: #999;
background: #FFFFFF url('images/bg_input.png') repeat-x scroll 0 0;
}

#submit, #reset{
background: #fff;
border: 1px solid #b4b4b4;
font-size: 1em;
color: #333;
padding: 2px 5px;
cursor: pointer;
margin-right: 10px;
}

#submit:hover, #reset:hover{
background: #f4f5f6;
}

#result{
background: #e4e5e6;
display: block;
}

#result p{
padding: 10px 20px;
}

#result input[type=text]{
border: 1px solid #b4b4b4;
padding: 3px;
width: 250px;
font-size: 1em;
color: #999;
text-align: center;
background: #FFFFFF url('images/bg_input.png') repeat-x scroll 0 0;
}

#footer{
font-size: 1.1em;
text-align: center;
}

#footer_2{
margin: 20px auto;
}

#footer_2 span{
margin: 0 10px;
}

#footer_2 a{
color: #fff;
font-size: 1.6em;
padding: 2px 10px;
}

#footer_2 a:hover{
background: #82B4F8;
text-decoration: none;
}

a{
color:#4172FD;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

.clear{
clear: both;
}

img.info{
margin-left: 10px;
cursor: pointer;
}