@charset "utf-8";
/* CSS Document */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/
@import url(http://fonts.googleapis.com/css?family=Raleway);

::selection{
	background-color:#0ECEEB;
	color:#fff;
}
::-moz-selection{
	background-color:#0ECEEB;
	color:#fff;
}
#header{
	width:100%;
	padding:10px 0px 0px 0px;
	height:auto;
}
#privacy_holder{
	width:100%;
	padding:10px 0px 10px 0px;
	height:auto;
}
.techarays_wrapper {
width: 100%;
max-width: 920px;
margin: 0 auto;
}
.techarays_wrapper h1{
	font-size: 24px;
	font-size:1.500em;
}
.b{font-weight:bold;
}
.raleway{
 font-family: 'Raleway',sans-serif !important;
    font-size: 24px;
    font-weight: 300 !important;
    text-transform: uppercase;
}
p {
color: #7c7b7b;
font-size:14px;
padding-top:12px;
margin:0 0 10px 0;
}
p > span{
	color:#000;
	font-size:15px;
	font-weight:bold;
}
.ul_setting{
	color: #000;
	font-size:14px;
	list-style-type:disc;
	padding-left:20px
}

.techarays_wrapper a{
	color:#0ECEEB;
	text-decoration:none;
	-webkit-transition-duration:1s;
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
}
.techarays_wrapper a:hover{
		color:#000;
		text-decoration:underline;
}
.techarays_wrapper a:visited{
color:#0ECEEB;
	text-decoration:none;
}

.clear{
	clear:both;
	height:0;
}
.logo_holder{
	width:100%;
	max-width:215px;
	height:auto;
	margin:0 auto;
}
#form_holder{
	width:100%;
	height:auto;
}
.register_title{
	text-transform:uppercase;
	width:100%;
	max-width:452px;
	margin:0 auto;
	margin-top:16px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-family: "open Sans", Arial, Helvetica, sans-serif;
}
.register_title h1{
	font-size:30px;
	font-size:1.875em;
}
.main_form{
	width: 100%;
max-width: 390px;
margin: 30px auto 0 auto;
padding: 30px 31px;
background-color: #FFF;
}
.content_single_form {
font-family: "open Sans", Arial, Helvetica, sans-serif !important;
margin-bottom: 15px;
width: 100%;
max-width: 374px;
font-size: 15px;
text-transform: uppercase;
}
.content_single_form p {
color: #000;
font-size:16px;
padding-top:0;
margin:0;
}
.content_single_form_last {
	font-family: "open Sans", Arial, Helvetica, sans-serif !important;
width: 100%;
max-width: 374px;
font-size: 15px;
text-transform: uppercase;
}
#registration_textbox {
width: 100%;
background-color: #faf9f9;
border: 1px solid #c3c3c3;
padding: 14px 0px 14px 14px;
font-size: 14px;
color: #a09f9f;
margin-top: 5px;
max-width: 390px;
outline:none;
}
.my_white_bg {
background-color:rgba(255, 255, 255, 0.8);
padding: 20px;
}
#registration_select {
background-color: #faf9f9;
border: 1px solid #c3c3c3;
padding: 5px 0px 5px 5px;
font-size: 14px;
color: #a09f9f;
margin-top: 5px;
max-width: 390px;
outline: none;
}
label:before {
content: '';
right: 2px;
top: -6px;
width: 47px;
height: 33px;
background: #f8f8f8;
position: absolute;
pointer-events: none;
display: block;
}
#registration_select {
margin: 10px 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #c3c3c3;
background: #f8f8f8;
color: #888;
outline: none;
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
width: 53%;
padding: 8px;
}
label:after {
content: '<>';
font: 11px "Consolas", monospace;
color: #aaa;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
right: 8px;
top: 2px;
padding: 0 0 2px;
border-bottom: 1px solid #ddd;
position: absolute;
pointer-events: none;
}
label {
position: relative;
}
#registration_submit {
	font-family: "open Sans", Arial, Helvetica, sans-serif !important;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	border:0;
	width:100%;
	max-width:200px;
	outline:none;
	padding:8px 0;
	cursor:pointer;
	background: #03c5e2; /* Old browsers */
background: -moz-linear-gradient(top,  #03c5e2 0%, #0eceeb 44%, #0eceeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03c5e2), color-stop(44%,#0eceeb), color-stop(100%,#0eceeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #03c5e2 0%,#0eceeb 44%,#0eceeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #03c5e2 0%,#0eceeb 44%,#0eceeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #03c5e2 0%,#0eceeb 44%,#0eceeb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #03c5e2 0%,#0eceeb 44%,#0eceeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03c5e2', endColorstr='#0eceeb',GradientType=0 ); /* IE6-9 */
border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
-ms-border-radius:4px;
}
.shadow_bottom{
	width: 100%;
max-width: 452px;
margin: 0px auto 30px auto;
}

@media screen and (max-width:960px){
	
	.techarays_wrapper {
width: 90%;
max-width: 920px;
margin: 0 auto;
word-break: break-word;
}
	
	}


@media screen and (max-width:540px){
	.main_form {
width: 78%;
	}
.my_white_bg {
padding: 4px;
}
}

@media screen and (max-width:320px){
.main_form{
	width: 85%;
margin: 30px auto 0 auto;
padding: 30px 5px 30px 10px;
}
#registration_textbox {
width: 85%;
}
}
 h3 {
    font-size: 24px !important;
    font-family: "Raleway",sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
}

ul .ul_setting{
color: #7C7B7B;
font-size: 14px;
margin: 0px 0px 10px;
padding-top: 12px;
text-align: justify;
line-height: 18px;
}
