/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 4%;
    left: 50%;
    margin-left: -330px;
    width: 660px;
    color: #333;
    z-index: 20000;
    background: #FFFFFF;
}

.jqmOverlay { background: #000000; z-index: -1; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth + 'px');
	height: expression(this.parentNode.offsetHeight + 'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead }*/
     
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(5 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); 
}

/* feedback content */

div#feedback_content {
	background: #FFFFFF;
	padding: 20px;
	font: normal 11px Arial;
}

div#close_feedback {
  position: absolute;
  margin: -30px 0px 0px 660px;
  width: 35px;
  height: 35px;
  background: url('/includes/js/jqModal/image/close.png') no-repeat;
  cursor: pointer; 
  cursor: hand;
  z-index: 100;
}

span.question {
	padding: 2px 2px 5px 4px;
	color: #FFFFFF;
	margin: 5px;
	background: #FFFFFF url('/design/graphics/q1.jpg') no-repeat;
}

div#feedback_heading {
	width: 180px;
	height: 35px;
	background: #FFFFFF url('/design/graphics/feedback_heading.jpg') no-repeat;
}

div#feedback_content span,div#send_link_content span,div#add_recept_content span {
	font: bold 11px Verdana;
}

div#feedback_content p.head,div#send_link_content p.head {
	margin: 5px 0px 10px 5px;
	font: normal 15px Arial;
}

div#feedback_content p,div#send_link_content p,div#add_recept_content p {
  margin: 3px 0px 3px 0px;	
}

div#feedback_content input.text,div#send_link_content input.text,div#add_recept_content input.text {
	margin: 2px 0px 2px 5px;
	background: #f3f3f1;
	font: normal 11px Arial;
	color: #262626;
	padding: 3px;
	width: 189px;
	border: 1px solid #deded3;
}

div#feedback_content input.radio,div#add_recept_content input.radio {
	margin: 10px 5px 10px 5px;
	background: #f3f3f1;
	font: normal 11px Arial;
	color: #262626;
	padding: 3px;
	width: auto;
	border: 0px;
	background: none;
}

div#feedback_content input#check_it {
	width: auto;
	height: auto;
	border: 0px;
	background: none;
}

div#feedback_content input#q2_cont {
	background: #f3f3f1;
	margin: 0px;
	font: normal 11px Arial;
	color: #262626;
	padding: 5px;
	margin-left: 5px;
}

div#feedback_content textarea,div#send_link_content textarea,div#add_recept_content textarea {
	margin: 10px 0px 10px 5px;
	width: 615px;
	height: 72px;
	background: #f3f3f1;
	border: 1px solid #deded3;
	font: normal 11px Arial;
	color: #262626;
	padding: 5px;
}

div#feed_check {
	margin: 15px 0px 0px 8px;
	font-size: 1px;
	float: left;
}

div#feed_text {
	margin: 2px 0px 0px 0px;
	float: left;
	font: normal 12px Arial;
	padding: 5px;
}

div.options {
	margin: 0px 20px 0px 20px;
	text-align: center;
}

/* send_link */

div#send_link_content {
	background: #FFFFFF;
	padding: 20px;
	font: normal 11px Arial;
}

div#send_link_heading {
	width: 150px;
	height: 29px;
	background: #FFFFFF url('/design/graphics/send_link_heading.jpg') no-repeat;
}

div#close_send_link {
  position: absolute;
  margin: -30px 0px 0px 660px;
  width: 35px;
  height: 35px;
  background: url('/includes/js/jqModal/image/close.png') no-repeat;
  cursor: pointer; 
  cursor: hand;
  z-index: 100;
}

/* add_recept */

div#add_recept_content {
	background: #FFFFFF;
	padding: 20px;
	font: normal 11px Arial;
}

div#add_recept_link_heading {
	width: 188px;
	height: 44px;
	background: #FFFFFF url('/design/graphics/add_recept_heading.jpg') no-repeat;
}

div#close_recept_add {
  position: absolute;
  margin: -30px 0px 0px 660px;
  width: 35px;
  height: 35px;
  background: url('/includes/js/jqModal/image/close.png') no-repeat;
  cursor: pointer; 
  cursor: hand;
  z-index: 100;
}
