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

.obs{
	
	padding:20px;
	border:1px solid #ccc;
	margin-right:10px;
	background:#EAEDF0;
	}

table#turmas_abertas{
	
	margin:0 1px;
	}

table#turmas_abertas tr th{}

table#turmas_abertas tr th textarea{
	
	border:1px solid #bfbfbf;
	margin-left:10px;
	width:433px;
	height:200px;
	}

table#turmas_abertas tr th.tit{
	
	padding:10px;
	font-weight:bold;
	}

table#turmas_abertas tr td{
	
	vertical-align:top;	
	}

table#turmas_abertas tr td ol{
	
	list-style-image:none;
	overflow:hidden;
	vertical-align:top;
	padding:0;
	}

table#turmas_abertas tr td ol li{
	
	list-style-image:none;
	padding:10px;
	overflow:hidden;
	}
	
table#turmas_abertas tr td ol li input[type=checkbox]{
	
	vertical-align:top;
	float:left;
	}	
	
table#turmas_abertas tr td ol li label{
	
	display:block;
	vertical-align:top;
	margin-top:3px;	
	float:right;
	width:260px;
	margin-left:10px;
	}	