.boxy-wrapper 		{ position: absolute; }

.boxy-wrapper.fixed { 	position: fixed;
						border:2px solid #fff;
						background-color: white;

				  		-moz-border-radius: 25px; -webkit-border-radius: 25px;

						-moz-box-shadow: 0px 2px 12px black; -webkit-box-shadow: 0px 2px 12px black;
					}

  /* darken screen around */
.boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; width:300px;height:300px;}


  /* Title bar */
	
.boxy-wrapper .title-bar {	height: 47px;
							background-color: #CC0000;
									
							color: white;
			 				font-weight: bold;
			 				font-size: 1.1em;
			 					
							padding: 21px 5px 5px 15px; position: relative; 
								
							-moz-border-radius-topleft: 25px; -moz-border-radius-topright: 25px;
					
							-webkit-border-top-right-radius: 25px; -webkit-border-top-left-radius: 25px;
							}
	
.boxy-wrapper .title-bar.dragging { cursor: move; }

.boxy-wrapper .title-bar .close {position: absolute; top: -13px; right: -13px;}
		
/* Content Region */

.boxy-inner 	{ padding: 0 }
.boxy-content 	{ padding: 15px; }
	
/* Question Boxes */

.boxy-wrapper .question { width: 350px; min-height: 80px; }
.boxy-wrapper .answers  { text-align: right; }
    
.submitbutton {	margin-left: 113px;
   				margin-top: 10px;
   				padding: 4px 8px 4px; 
   				cursor: pointer; 

				background-color: #DDDDDD;
					
				border: solid 1px gray;
				border-spacing:1px;

			  	-moz-border-radius: 5px; -webkit-border-radius: 5px;
				-moz-box-shadow: 0px 1px 3px #555; -webkit-box-shadow: 0px 1px 3px #555;

				font-family: Lucida, Helvetica, sans-serif; 
				font-weight: bold;
				}