/* General styles */
body {
	font-family:Helvetica, arial, sans-serif;
	color:#000;
	font-size:12px;
}

/* Link Styles */
a{
color: #a68a00;
text-decoration:underline;
}
a:hover{
color: #333333;
}

/* ------------------------------------------------------------------------------ */
/* #############################   Main Styles   ################################ */
/* ------------------------------------------------------------------------------ */
#loginform{
	width:740px;
	height:430px;
}
#loginform h2, #loginform .right h2{
	font-size:1.3em;
	padding:0;
	font-weight:bold;
	margin:0 0 10px;
}
#loginform .right h2{
	text-align:center;
}
#loginform h3{
	font-size:1.0em;
	padding:0;
	font-weight:bold;
	margin:0 0 6px;
}
#loginform p{
	margin-bottom:20px;
	line-height:20px;	
}
#loginform p.indent{
	margin:17px 0 0 40px;
}
#loginform .top{
	width:700px;
	height:100px;
	margin:10px 0;
}
#loginform .top .logo{
	margin:10px auto 40px;
	text-align:center;
}
#loginform .left{
	width:290px;
	float:left;
	padding:0 55px;
	border-right:1px solid #ccc;
}
#loginform .left .uppercase{
	text-transform:uppercase;
}
#loginform .left .hugerounded{
	padding:12px;
	font-size:14px;
	font-weight:bold;
}
#loginform .right{
	float:right;
}
#loginform .right p.username{
	text-align:center;
}
#loginform .right .bigrounded{
	color:#eed865;
}
#loginform .right .form{
	background:#e7e7e7;
	width:290px;
	margin-top:15px;
	min-height:170px;
	height:auto;
	padding:20px 10px 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* ------------------------------------------------------------------------------ */
/* #############################   GENERALS   ################################### */
/* ------------------------------------------------------------------------------ */

.uniForm{ margin: 0; padding: 0; position: relative; z-index: 1; } /* reset stuff */
  
  /* Some generals and more resets */
  .uniForm fieldset{ border: none; margin: 0; padding: 0; }
    .uniForm fieldset legend{ margin: 0; padding: 0; }
    
    /* This are the main units that contain form elements */
    .uniForm .ctrlHolder,
    .uniForm .buttonHolder{ margin: 0; padding: 0; clear: both; }
    
    /* Clear all floats */ 
    .uniForm:after,
      .uniForm .buttonHolder:after, 
      .uniForm .ctrlHolder:after, 
        .uniForm .ctrlHolder .multiField:after,
          .uniForm .inlineLabel:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; }
      
      .uniForm label,
 

/* ------------------------------------------------------------------------------ */
/* ##########################   DEFAULT LAYOUT   ################################ */
/* ------------------------------------------------------------------------------ */
/*       Styles for form controls where labels are above the input elements       */
/* ------------------------------------------------------------------------------ */

      .uniForm label,
      .uniForm .label{ display: block; float: none; margin: 0 0 .5em 0; padding: 0; line-height: 100%; width: auto; font-size:1.25em; font-weight:bold;}
      
      /* Float the input elements */
      .uniForm .textInput,
      .uniForm .fileUpload,
      .uniForm .selectInput,
      .uniForm select,
      .uniForm textarea{ float: left; width: 53%; margin: 0; }

      /* Read-Only output */
      .uniForm .readOnlyLabel{ margin: 0; font-size: 1em; font-weight: bold; }
      .uniForm .readOnly{ font-size: .85em; }
        .uniForm .readOnly .choiceLabel{ color: #777; text-transform: uppercase; font-size: .75em; letter-spacing: .15em; }
      
      /* Postition the hints */
      .uniForm .formHint{ float: right; width: 43%; margin: 0; clear: none; }
      

      /* Position the elements inside combo boxes (multiple inputs/selects/checkboxes/radio buttons per unit) */
      .uniForm ul{ float: left; width: 53%; margin: 0; padding: 0; }
        .uniForm ul li{ margin: 0 0 .5em 0; list-style: none; }
          .uniForm ul li label{ margin: 0; float: none; display: block; overflow: visible; }
        /* Alternate layout */
        .uniForm ul.alternate li{ float: left; width: 30%; margin-right: 3%; }
          .uniForm ul.alternate li label{ float: none; display: block; width: 98%; }
            .uniForm ul .textInput,
            .uniForm ul .selectInput,
            .uniForm ul select,
            .uniForm ul.alternate .textInput,
            .uniForm ul.alternate .selectInput,
            .uniForm ul.alternate select{ width: 98%; margin-top: .5em; display: block; float: none; }
            
        /* Required fields asterisk styling */
        .uniForm label em,
        .uniForm .label em{ float: left; width: 1em; margin: 0 0 0 -1em; }
		
		


/* ----------------------------------------------------------------------------- */
/* ########################### Additional Stuff ################################ */
/* ----------------------------------------------------------------------------- */

  /* Generals */
    .uniForm legend{ color: inherit; }
    
      .uniForm .secondaryAction{ float: left; }
      
      /* .inlineLabel is used for inputs within labels - checkboxes and radio buttons */
      .uniForm .inlineLabel input,
      .uniForm .inlineLabels .inlineLabel input,
      .uniForm .blockLabels .inlineLabel input,
      /* class .inlineLabel is depreciated */
      .uniForm label input{ float: none; display: inline; margin: 0; padding: 0; border: none; }
            
      .uniForm .buttonHolder .inlineLabel,
      .uniForm .buttonHolder label{ float: left; margin: .5em 0 0 0; width: auto; max-width: 60%; text-align: left; }
      
      /* When you don't want to use a label */
      .uniForm .inlineLabels .noLabel ul{ margin-left: 34%; /* Match to width of label + gap to field */ }
      
      /* Classes for control of the widths of the fields */
      .uniForm .small { width: 30% !important; }
      .uniForm .medium{ width: 45% !important; }
      .uniForm .large {  } 
      .uniForm .auto  { width: 95% !important; height: auto !important; }
      .uniForm .small,
      .uniForm .medium,
      .uniForm .auto{ margin-right: 4px; }

/* Columns */
.uniForm .col{ float: left; }
.uniForm .col{ width: 50%; }



.uniForm{}
    
    .uniForm legend{ font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 0; }
  
    .uniForm .ctrlHolder{ padding: 0 1em 1em;  }
    .uniForm .ctrlHolder.focused{ background: #fffcdf; }
    
    .uniForm .inlineLabels .noLabel{}
    
    .uniForm .buttonHolder{ background: #e7e7e7; text-align: left; margin: .25em 0 0 0; padding: 0 0 15px 12px;
                            /* CSS3 */
                            border-radius:         4px;
                            -webkit-border-radius: 4px;
                            -moz-border-radius:    4px;
                            -o-border-radius:      4px;
                            -khtml-border-radius:  4px;
                          }
      .uniForm .buttonHolder .primaryAction{ padding: 10px 22px; line-height: 1; background: #254a86; border: 1px solid #163362; font-size: 12px; font-weight: bold; color: #fff;
                                             /* CSS3 */
                                             border-radius:         4px;
                                             -webkit-border-radius: 4px;
                                             -moz-border-radius:    4px;
                                             -o-border-radius:      4px;
                                             -khtml-border-radius:  4px;
                                             box-shadow: 1px 1px 0 #fff;
                                             -webkit-box-shadow: 1px 1px 0 #fff;
                                             -moz-box-shadow: 1px 1px 0 #fff;

                                             text-shadow: -1px -1px 0 rgba(0,0,0,.25);
                                           }
      .uniForm .buttonHolder .primaryAction:active{ position: relative; top: 1px; }
      .uniForm .secondaryAction            { text-align: left; }
      .uniForm button.secondaryAction      { background: transparent; border: none; color: #777; margin: 1.25em 0 0 0; padding: 0; }
      
        .uniForm .inlineLabels label em,
        .uniForm .inlineLabels .label em{ font-style: normal; font-weight: bold; }
        
      .uniForm .textInput,
      .uniForm textarea    { 
	  background:#FFFFFF url(../../images/login-bg.png) repeat-x left;border:1px solid #ccc;display: block;padding:8px 5px 8px 8px; }
      
      .uniForm ul{}
        .uniForm li{}
          .uniForm ul li label{ font-size: .85em; }
            
            .uniForm .small {}
            .uniForm .medium{}
            .uniForm .large {} /* Large is default and should match the value you set for .textInput, textarea or select */
            .uniForm .auto  {}
            .uniForm .small,
            .uniForm .medium,
            .uniForm .auto{}
      
      /* Get rid of the 'glow' effect in WebKit, optional */
      .uniForm .ctrlHolder .textInput:focus,
      .uniForm .ctrlHolder textarea:focus{ outline: none; }
      
      .uniForm .formHint                    { font-size: .85em; color: #777; }
      .uniForm .inlineLabels .formHint      { padding-top: .5em; }
      .uniForm .ctrlHolder.focused .formHint{ color: #333; }
      
/* ----------------------------------------------------------------------------- */
/* ############################### Messages #################################### */
/* ----------------------------------------------------------------------------- */

  /* Error message at the top of the form */
  .uniForm #errorMsg{ background: #ffdfdf; border: 1px solid #f3afb5; margin: 0 0 1.5em 0; padding: 0 1.5em;
                      /* CSS3 */
                      border-radius:         4px;
                      -webkit-border-radius: 4px;
                      -moz-border-radius:    4px;
                      -o-border-radius:      4px;
                      -khtml-border-radius:  4px;
                    }
    .uniForm #errorMsg h3{} /* Feel free to use a heading level suitable to your page structure */
    .uniForm #errorMsg ol{ margin: 0 0 1.5em 0; padding: 0; }
      .uniForm #errorMsg ol li{ margin: 0 0 3px 1.5em; padding: 7px; background: #f6bec1; position: relative; font-size: .85em;
                                /* CSS3 */
                                border-radius:         4px;
                                -webkit-border-radius: 4px;
                                -moz-border-radius:    4px;
                                -o-border-radius:      4px;
                                -khtml-border-radius:  4px;
                              }
  
  .uniForm .ctrlHolder.error,
  .uniForm .ctrlHolder.focused.error{ background: #ffdfdf; border: 1px solid #f3afb5;
                                      /* CSS3 */
                                      border-radius:         4px;
                                      -webkit-border-radius: 4px;
                                      -moz-border-radius:    4px;
                                      -o-border-radius:      4px;
                                      -khtml-border-radius:  4px;
                                    }
    .uniForm .ctrlHolder.error input.error,
    .uniForm .ctrlHolder.error select.error,
    .uniForm .ctrlHolder.error textarea.error{ color: #af4c4c; margin: 0 0 6px 0; padding: 4px; }
  
  /* Success messages at the top of the form */
  .uniForm #okMsg{ background: #c8ffbf; border: 1px solid #a2ef95; margin: 0 0 1.5em 0; padding: 1.5em; text-align: center;
                   /* CSS3 */
                   border-radius:         4px;
                   -webkit-border-radius: 4px;
                   -moz-border-radius:    4px;
                   -o-border-radius:      4px;
                   -khtml-border-radius:  4px;
                 }
    .uniForm #okMsg p{ margin: 0; }

/* ----------------------------------------------------------------------------- */
/* ############################### Columns ##################################### */
/* ----------------------------------------------------------------------------- */

    .uniForm .col{}
    .uniForm .col.first{}
    .uniForm .col.last{}
    .uniForm .col{ margin-bottom: 1.5em; }
    /* Use .first and .last classes to control the layout/spacing of your columns */
    .uniForm .col.first{ width: 49%; float: left; clear: none;                   }
    .uniForm .col.last { width: 49%; float: right; clear: none; margin-right: 0; }


/* ----------------------------------------------------------------------------- */
/* ########################## Validation Errors ################################ */
/* ----------------------------------------------------------------------------- */


#Forms label.error, #login label.error, #Forms_Edit label.error {
	color:#A90006;
	font-size:11px;
	font-style:italic;
	margin: 10px 0 0 0;
	padding:0;
	text-align:left;
}
#Forms div.error, #login div.error, #Forms_Edit div.error {
	display:none;
	float:left;
}
.uniForm ul.alternate li label,.uniForm .inlineLabels ul li label .textInput,.uniForm .inlineLabels ul li label textarea,.uniForm .inlineLabels ul li label select {
	display:block;
	float:none;
	width:98%;
}
#Forms input.error,#Forms select.error, #login input.error, #Forms_Edit select.error {
	background-color:#ffe4e4;
	border:1px solid #A90006;
}


/* ----------------------------------------------------------------------------- */
/* ################################## List Styles ################################### */
/* ----------------------------------------------------------------------------- */
ul[class*="style"] { padding-left: 0; }
ul[class*="style"] li { background-position: 0 3pt; background-repeat: no-repeat; list-style: none; padding-left: 12px; margin-left: 0; padding-left: 35px;}
.list-styles-preview { margin-bottom: 20px !important; }
.list-styles-preview ul { margin-top: 0; margin-bottom: 0; padding: 0; }
.list-styles-preview li { border-top: 1px solid #eee; padding-top: 0px; padding-bottom: 3px; background-position: 0 7px !important;}
ul.style li {  padding-top: 4px; line-height:18px; padding-bottom: 6px;}
ul.style li:first-child {  border: none; /*padding-top: 0;*/  padding-bottom: 0;}

.list-styles-preview ul + h4 { margin-top: 40px !important; }
ul.check-1 li { background-image: url(../../images/list-styles/check/1.png); }


/* ----------------------------------------------------------------------------- */
/* ################################## Button ################################### */
/* ----------------------------------------------------------------------------- */
.button {
	font-family:Arial, Helvetica, sans-serif;
	background: #222; 
	display: inline-block; 
	zoom: 1;
	*display: inline;
	outline:none;
	padding: 5px 10px 6px;
	font-size: 11px; 
	font-weight: bold;
	line-height:10px;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border:1px solid;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position:relative;
	top: 1px;
	text-decoration: none;
}
.smallrounded, .smallroundedright{ 
	padding: ; 
}
.smallrounded.input, smallroundedright.input { 
	height: 20px; 
}
.button.medium.input_button { 
	height: 30px; 
} 
.smallroundedright{
	float:right;
}
.bigrounded, .bigroundedright {
	line-height: 1; 
}
.bigroundedright{
	float:right;
}
.giantrounded, .giantroundedright {
	padding: 8px 14px 9px;
}
.giantroundedright{
	float:right;
	margin:0;
}
input:focus, 
input:active, 
input:hover 
{ 
   outline: none; 
}

/* color styles 
---------------------------------------------- */

/* Light Gray */
.lightgray {
	color: #666;
	border: solid 1px #c9c9c9;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ebebeb));
	background: -moz-linear-gradient(top,  #fefefe,  #ebebeb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ebebeb');
}
.lightgray:hover {
	color:#666;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e5e2e2));
	background: -moz-linear-gradient(top,  #f4f4f4,  #e5e2e2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e5e2e2');
}
.lightgray:active {
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#ccc));
	background: -moz-linear-gradient(top,  #f1f1f1,  #ccc);
}

/* Gray */
.gray {
	color: #f1f1f1;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	color: #ffffff;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* Red */
.red {
	color: #ffffff;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	color: #ffffff;
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
.red:visited{
	color: #ffffff;
}

/* Blue */
.blue {
	color: #ffffff;
	border: solid 1px #2b4681;
	background: #4d80ee;
	background: -webkit-gradient(linear, left top, left bottom, from(#4d80ee), to(#325297));
	background: -moz-linear-gradient(top,  #4d80ee,  #325297);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d80ee', endColorstr='#325297');
	
}
.blue:hover {
	color: #ffffff;
	background: #4d80ee;
	background: -webkit-gradient(linear, left top, left bottom, from(#4d80ee), to(#253c6d));
	background: -moz-linear-gradient(top,  #4d80ee,  #253c6d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d80ee', endColorstr='#253c6d');
}
.blue:active {
	color: #ffffff;
	border: solid 1px #2b4681;
	background: #253c6d;
	background: -webkit-gradient(linear, left top, left bottom, from(#253c6d), to(#253c6d));
	background: -moz-linear-gradient(top,  #253c6d,  #253c6d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#253c6d', endColorstr='#253c6d');
}
.blue:visited{
	color: #ffffff;
}

/* Gold */
.gold {
	color: #ffffff;
	border: solid 1px #846e00;
	background-color: #846e00; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a68a00), to(#846e00));
	background-image: -webkit-linear-gradient(top, #a68a00, #846e00); 
	background-image: -moz-linear-gradient(top, #a68a00, #846e00);
	background-image: -ms-linear-gradient(top, #a68a00, #846e00);
	background-image: -o-linear-gradient(top, #a68a00, #846e00);
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#a68a00', startColorstr='#846e00'); /* for IE */
	text-shadow: 0px 1px 0px #4e4101;
}
.gold:hover {
	color: #ffffff;
	border: solid 1px #382f00;
	background-color: #695700;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#846e00), to(#4e4101));
	background-image: -webkit-linear-gradient(top, #846e00, #4e4101);
	background-image: -moz-linear-gradient(top, #846e00, #4e4101);
	background-image: -ms-linear-gradient(top, #846e00, #4e4101);
	background-image: -o-linear-gradient(top, #846e00, #4e4101);
	background-image: -ms-linear-gradient(bottom, #846e00 0%, #4e4101 100%);
	background-image: linear-gradient(bottom,#846e00 0%,#4e4101 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#846e00', startColorstr='#4e4101'); /* for IE */
}
.gold:active {
	color: #ffffff;
	border: solid 1px #846e00;
	background-color: #695700;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e4101), to(#846e00));
	background-image: -webkit-linear-gradient(top, #4e4101, #846e00);
	background-image: -moz-linear-gradient(top, #4e4101, #846e00);
	background-image: -ms-linear-gradient(top, #4e4101, #846e00);
	background-image: -o-linear-gradient(top, #4e4101, #846e00);
	background-image: -ms-linear-gradient(bottom, #4e4101 0%, #846e00 100%);
	background-image: linear-gradient(bottom,#4e4101 0%,#846e00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#4e4101', startColorstr='#846e00'); /* for IE */
}
.gold:visited{
	color: #ffffff;
}
/* Gold */
.black {
	color: #ffffff;
	border: solid 1px #333333;
	background-color: #999999; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#333333));
	background-image: -webkit-linear-gradient(top, #999999, #333333); 
	background-image: -moz-linear-gradient(top, #999999, #333333);
	background-image: -ms-linear-gradient(top, #999999, #333333);
	background-image: -o-linear-gradient(top, #999999, #333333);
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#999999', startColorstr='#333333');
	text-shadow: 0px 1px 0px #333333;
}
.black:hover {
	color: #ffffff;
	border: solid 1px #000000;
	background-color: #000000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#000000));
	background-image: -webkit-linear-gradient(top, #666666, #000000);
	background-image: -moz-linear-gradient(top, #666666, #000000);
	background-image: -ms-linear-gradient(top, #666666, #000000);
	background-image: -o-linear-gradient(top, #666666, #000000);
	background-image: -ms-linear-gradient(bottom, #666666 0%, #000000 100%);
	background-image: linear-gradient(bottom,#666666 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#666666', startColorstr='#000000'); /* for IE */
	background-image: -o-linear-gradient(top, #000000, #666666);
	background-image: -ms-linear-gradient(bottom, #000000 0%, #666666 100%);
	background-image: linear-gradient(bottom,#000000 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#000000', startColorstr='#666666'); /* for IE */
}
.black:visited{
	color: #ffffff;
}
.black:active {
	color: #ffffff;
	border: solid 1px 000000;
	background-color: #000000;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#666666));
	background-image: -webkit-linear-gradient(top, #000000, #666666);
	background-image: -moz-linear-gradient(top, #000000, #666666);
	background-image: -ms-linear-gradient(top, #0000000, #666666);
}

a.button, a.red, a.blue, a.bigrounded {text-decoration:none; padding:8px 10px; }


/*--Maintenance Modal Window--*/
.modal{
	display:none;
}
#fade {
	display: none; 
	background: #575757;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 9999;
}

.popup_block{
	display: none;
	padding: 20px;
	background:#fff;
	border: 20px solid #f1f1f1;
	float: left;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

/* ----------------------------------------------------------------------------- */
/* ################################## Media Queries ################################### */
/* ----------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {


}

@media screen and (max-device-width: 480px) {

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

}