/**
 * This source file is subject to the (Open Source Initiative) BSD license
 * that is bundled with this package in the LICENSE file. It is also available
 * through the world-wide-web at this URL: http://www.ontic.com.au/license.html
 * If you did not receive a copy of the license and are unable to obtain it through
 * the world-wide-web, please send an email to license@ontic.com.au immediately.
 * Copyright (c) 2010-2014 Ontic. (http://www.ontic.com.au). All rights reserved.
 */
 
 #expressinterest-form .input-text, #expressinterest-form .text-area
 {
 	width: 98%;
 	color: #888;
	border-color: #ddd;
 }
 
 #expressinterest-form
 {
	 display: none;
	 padding: 10px;  
	 border: 2px solid #c2c2c2; 
	 border-radius: 10px;
	 z-index: 1000000;
 }
 #expressinterest-submit,#expressinterest-cancel
 {
 	margin-top:10px;
 }

#expressinterest-cancel span span, #expressinterest-cancel span
{
	background:#cccccc;
} 
.close-btn { 
    border: 2px solid #c2c2c2;
    position: relative;
    padding: 1px 5px;
	 top: 0px;
	background-color: #605F61;
	left: 95%;
    border-radius: 20px;
}

.close-btn a{
	color:#ffffff !important;
}

 .Absolute-Center {
    height: 50%;
    width: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #F4F4F4; 
  }


  /* Make sure our center blocks stay in their container! */

  .Absolute-Center.is-Fixed {
    position: fixed;
    
  }
  /* Fixed floating element within viewport */

  .Absolute-Center.is-Responsive {
    width: 80%;
	min-height: 465px;
    min-width: 200px;
    max-width: 700px;
    padding: 40px;
  }