/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background:#EDEDED;
	
}
p, li, strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:36px;
	font-weight: bold;
	color:#323232;
}
h3 { 
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:21px;
	font-weight: bold;
	color:#323232;
	
}
h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:24px;
	font-weight: bold;
	color:#323232;
}
.container {
	background:#FFF;
}
.bottom {
	padding:20px 25px 0px 25px;
	background:#E4E4E4;
	font-size:11px;
}
.bottom li {
	font-size:11px;
	list-style:circle;
	color:#515050;
}
.info {
	background:url(../images/sprite.png) 0px 0px no-repeat;
	padding-left:40px
}
.warnning {
	background:url(../images/sprite.png) 0px -104px no-repeat;
	padding-left:40px
}
.container {
	margin: 20px auto;
}
.red-text {
	color:#D60000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:36px;
	font-weight: bold;
}
.icann {
	background:url(../images/icann-logo-960.png) no-repeat right;
	height:142px;
	position:relative;
	top:-5px;
}

form input:not(id="recaptcha_response_field") {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFEFF;
    border-color: #A7AAAD #C2C7CA #D3D4D5;
    border-image: none;
    border-radius: 2px;
    border-right: 1px solid #C2C7CA;
    border-style: solid;
    border-width: 1px;
    color: #3A444F;
    font: 0.938em 'Open Sans',chaparral-pro-1,chaparral-pro-2,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    height: 35px;
    margin: 0;
    padding: 0 24px 0 7px;
    position: relative;
    width: 240px;
    z-index: 0;
}

form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFEFF;
    border-color: #A7AAAD #C2C7CA #D3D4D5;
    border-image: none;
    border-radius: 2px;
    border-right: 1px solid #C2C7CA;
    border-style: solid;
    border-width: 1px;
    color: #3A444F;
    font: 0.938em 'Open Sans',chaparral-pro-1,chaparral-pro-2,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    height: 181px;
    margin: 0 0 25px;
    overflow: auto;
    padding: 7px 24px 0 7px;
    position: relative;
    resize: none;
    vertical-align: bottom;
    width: 530px;
    z-index: 0;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    -moz-box-orient: vertical;
    background: linear-gradient(#1FB4DD, #13A7D0) repeat;
    border: 1px solid #0C9BC2;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 1 !important;
    margin: -10px 0 10px;
    padding: 10px 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    white-space: nowrap;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: linear-gradient(#38CBF3, #14A8D1) repeat;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 8px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
#recaptcha_privacy a{
	color: rgba(224,224,224,1.00);
}
#recaptcha_area p, #recaptcha_area li, #recaptcha_area strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
	.icann { background:url(../images/icann-logo-480.png) no-repeat center; }
	}
	
    @media only screen and (min-width: 320px) and (max-width: 480px) {
	.icann { background:url(../images/icann-logo-320.png) no-repeat center; }
	}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/