/* CSS Document */

		#confirm-popup-wrapper {
			width:321px;
			padding:10px;
			background: #fff;
			position:relative;
			margin-left:auto;
			margin-right:auto;
			border:6px solid #D9EAF3;
			text-align:center;
		}
		
		#confirm-popup-wrapper h1 {
			width:300px;
			margin-top:20px;
			font-size:16px;
			letter-spacing:1px;
			font-weight:bold;
		}
		#confirm-popup-wrapper h2 {
			text-align:justify;
			margin-top:10px;
		}
		
		#confirm-popup-wrapper form {
			margin:0 auto;
			width:301px;
		}
		
		#confirm-popup-wrapper .confirm-button-holder {
			text-align:center;
			width:301px;
		}
		/*#confirm-popup-wrapper .confirm-button-holder input{
			color:#ffffff;
			width:59px;
			margin:20px 10px 0 10px;
			font-weight:normal;
			background:#0000AF;
			border: 1px solid #0000AF;
		}*/
		#confirm-popup-wrapper .confirm-button-holder input{
			background: transparent url(/images/collab/input_button_bg.png) repeat-x scroll left bottom;
			color:#545454;
			height:40px;
			font-size:18px;
			text-transform:none;
			border: 0 none;
			margin:20px 10px 0 10px;
			padding:0 20px;
		}
		#confirm-popup-wrapper .confirm-button-holder input#default {
			background: transparent url(/images/collab/input_submit_bg.png) repeat-x scroll left bottom;
			color:#ffffff;
		}		
		
