@charset "utf-8";
/* CSS Document */
#modal { 
	background-color: white;
	-moz-background-clip: padding; /* Firefox 3.6 */
	-webkit-background-clip: padding; /* Safari 4? Chrome 6? */
	background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
	border: 5px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px; 
	padding: 10px;
	width: 140px;
	text-align: center;
	position: fixed; 
	display: none;
	z-index:1500;
	}

#comment
	{		
		width:450px;
		margin-right:10px;
		font-family:'Cuprum';
		color:#333;
		padding:10px;
		margin-bottom:10px;	
		border-radius:8px; 
		background-color:#FFF;
		border:1px solid #ccc;
		opacity:1;	 
		position:relative; 
	} 


.header{
	width:100%;
	height: 55px;
	background-color:#000;	
	
}

.rightcontent
{
 
	height:510px;
	position:relative;
	width:340px; 
	padding-top:30px;
	float:right;
}


.textinput
{
	width:330px; height:28px; color:#000; line-height:30px; font-size:18px;
	
}

.msg{
	 color:#000; font-size:18px; width:330px; height:130px;
}
 
 .records {
            width: 510px;
            margin: 5px;
            padding:2px 5px;
            border:1px solid #B6B6B6;
        }
        
        .record {
            color: #474747;
            margin: 5px 0;
            padding: 3px 5px;
        	background:#E6E6E6;  
            border: 1px solid #B6B6B6;
            cursor: pointer;
            letter-spacing: 2px;
        }
        .record:hover {
            background:#D3D2D2;
        }
        
        .round {
        	-moz-border-radius:8px;
        	-khtml-border-radius: 8px;
        	-webkit-border-radius: 8px;
        	border-radius:8px;    
        }