@charset "utf-8";
/* CSS Document */

div.rounded_window {
	border: 0px solid #000;
	width: 470px;
}
div.rounded_window_r1 {
	height: 12px;
	width: 100%;
	
}
div.rounded_window_r1 div { 
	display: inline-block;
	float: left;
	padding:0; margin: 0;
	
}
div.rounded_window_r1 corner_left {
	height: 12px;
	width: 12px;
}
div.rounded_window_r1 div.header_length {
	/* border-top: 1px solid #dcddde;*/
	width: 444px;
	height: 12px;
	background-image: url(/images/rounded_window/rwindow_h_vert.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}
div.rounded_window_r1 corner_right {
	
	 height: 12px;
	 width: 12px;

}
div.rounded_window_r2 {
	border: solid 1px #dcddde;
	border-top:0px;
	background-color: #FFF;
	padding:15px;
	margin: 0;
	background-image: url(/images/rounded_window/rwindow_b_vert.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}
div.rounded_window_r2 h1 {
	font-size: 14px;
	font-weight: bold;
	color: #6cb33f;
	padding:0; margin:0;
}
div.rounded_window_r2 p {
	font-weight: normal;
	color: #909293;	
}

div.rounded_window_r2 img {

}


/* Second Style - no rounded window */
div.about_no_window { 
	border-top: 1px dashed #d9e8f1;
	width: 470px;
	padding-top: 5px; 
	margin-top: 5px;
	margin-bottom: 10px;
}
div.about_no_window h1 { 
	margin-bottom:0;
	padding-bottom:0;
}
div.about_no_window p {
	
}
