@charset "UTF-8";
/* CSS Document */
		.black_overlay{
            display: none;
            position: fixed;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index:1001;
            -moz-opacity: 0.7;
            opacity:.70;
            filter: alpha(opacity=70);
        }
		
		.black_overlayBlock{
            display: block;
            position: fixed;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index:1001;
            -moz-opacity: 0.7;
            opacity:.70;
            filter: alpha(opacity=70);
        }
		
        .white_content {
            display: none;
            position: fixed;
            top: 25%;
            left: 25%;
            width: 50%;
            height: auto;
            padding: 16px;
            border: 4px solid #fff;
            background-color: #efefef;
            z-index:1002;
            overflow: auto;
        }
		
		#addNewTopic {
            display: none;
            position: fixed;
            top: 10%;
            left: 25%;
            width: 50%;
            height: auto;
            padding: 16px;
            border: 4px solid #fff;
            background-color: #efefef;
            z-index:1002;
            overflow: auto;
        }
		
		#reply {
            display: block;
            position: relative;
            top: 15%;
            left: 20%;
            width: 700px;
            height:auto;
            padding: 16px;
            border: 4px solid #fff;
            background-color: #efefef;
            z-index:1002;
            overflow: auto;
        }
		
		.signupBox {
            display: none;
            position: fixed;
            top: 25%;
            left: 25%;
            width: 50%;
            height: auto;
            padding: 16px;
            border: 4px solid #fff;
            background-color: #efefef;
            z-index:1002;
            overflow: auto;
        }
		
		#work {
			width:500px;
			display:none;
		}
		
		.loginSize {
			font-size:14px;
		}
		input, text {
			font-size:14px;
		}
		
		.addTopicTitle {
			color:#069;
		}
		
		textarea {
			font-size:14px;
			font-family:Arial, Helvetica, sans-serif;
		}