
	.crudbtn{
		font-size: 12px;
		text-decoration:none;
		/*Added: DPagtananan*/
	      background: linear-gradient(#808080, #606060);
	      border: 0;
	      color: #fff;
	      cursor: pointer;
	      font-weight: bold;
	      float: center;
	      padding: 5px 8px;	
	      /*Added: DPagtananan*/
			-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	        -moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	        box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	        /*color:#FFFFFF;
	        background-color:#F4EDF4;*/
	        border-radius:7px;
	        -moz-border-radius:7px;
	        -webkit-border-radius:7px;
	        /*border:none;
	        font-size:11px;
	        font-weight:100;
	        padding:3px 8px;     */ 
	}        
	
        #lean_overlay
        {
            position: fixed;
            z-index:100;
            top: 5px;
            left: 5px;
            height:100%;
            width:100%;
            background: #000;
            display: none;
        }


        .modal_close { 
          position: absolute; 
          top: 12px; 
          right: 12px; 
          width: 14px; 
          height: 14px;
          z-index: 2; 
        }

        #summary {
		/*Added: DPagtananan*/
		  text-decoration: none;
        }

        #signup-header p {
          font-weight: bold;
          color: white; 
          font-family: 'Open Sans', sans-serif;
          font-size:20px;
          letter-spacing: 2px;
          margin: 0; 
          padding-top: 5px;
          padding-bottom: 8px;
        }

        #projdetail {
          margin-top: -100px;
          display: none;
          width: 600px;
          position: fixed;
          opacity: 1;
          border: 1px;
          padding: 10px 40px; 
          background: url(../images/bg1.PNG);
          border-radius: 10px;
        }/*
        #projdetail {
          margin-top: 30px;
          visibilty: hidden;
          opacity: 1;
          border: 1px;
          border-radius: 10px; 
          background: url(../images/bg1.PNG);
		  width: 50%;
		  height: auto;
        }	*/	
        #title{
            font-size: 25px;
/*            color: gray;
*/

        #projdetail td {
          font-size: 12px;
          color:#454545;
          text-align: center;
        }



