@charset "utf-8";
/* CSS Document */

.rounded_box {
    width:450px;
    float:left;
    margin-left:5px;
    background:#ffffff;
	border: none;
    font: 12px  'Trebuchet MS', Arial, Helvetica, sans-serif;
  
}
.rounded_box h1 {
	color:#333;
	border-bottom:#dfeedf 2px solid;
    font: 18px Verdana, Arial, Helvetica, sans-serif;
   
   padding-bottom: 10px;
   padding-top: 10px;
}
.rounded_box h6 {
	color:#333;
	 font: 10px Verdana, Arial, Helvetica, sans-serif;
	 padding: 0px;
	 margin: 0;
}

.button
{
 background-color:#FFFFFF; 
 color:#006633; 
 border:1px solid #006633;  
 -moz-border-radius: 15px 15px 15px 15px; font-size:x-large; font-family:verdana;

 width:200px; 
 height:40px;
}

div.alert, div.errorbox {
background-color:#FFFFFF;
color:#333333;
margin:0 0 15px;
min-height:28px;
overflow:hidden;
padding:7px 7px 7px 35px;
position:relative;
}
div.alert img, div.errorbox img {
display:none;
}
div.alert p, div.errorbox p, div.alert h3 {
font-size:13px;
margin:7px 21px 0 7px;
}
div.alert h3 {
font-weight:bold;
}
div.alert.attention {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFF5CC url(http://static02.linkedin.com/img/icon/icon_status_info_26x26.gif) no-repeat scroll 7px 7px;
}
div.alert.error, div.errorbox {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFEEEE url(http://static03.linkedin.com/img/icon/icon_status_fail_26x26.gif) no-repeat scroll 7px 7px;
}
div.alert.success {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E6F8DD url(http://static01.linkedin.com/img/icon/icon_status_success_26x26.gif) no-repeat scroll 7px 7px;
}
div.alert.notice {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#DDF0F8 url(http://static01.linkedin.com/img/icon/icon_status_info_blue_26x26.gif) no-repeat scroll 7px 7px;
}
div.alert .dismiss {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://static01.linkedin.com/img/sprite/sprite_globalnav_v8.png) no-repeat scroll 100% -356px;
cursor:pointer;
display:block;
height:18px;
padding:7px 0 2px;
position:absolute;
right:10px;
text-indent:-12345px;
top:3px;
width:18px;
}
div.alert a:visited {
color:#003399;
}
div.alert a, div.alert a:visited {
color:#006699;
text-decoration:underline;
}
