/*
Registration/Login Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
*/

fieldset
{
   /*width: 320px;*/
   width: 80%;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}

legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 2.0em;
   font-weight:bold;
   color:#333;
}

label
{
   font-family : Verdana, sans-serif;
   font-size:0.8em;
   font-weight: normal;
}

input[type="text"],textarea,
input[type="password"]
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 1.0em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

input[type="text"],
input[type="password"]
{
  height:18px;
  /*width:220px;*/
  width: 100%;
}

 #scaptcha
{
  width:60px;
  height:18px;
}

input[type="submit"]
{ 
	position: relative;
	display: block;
	width: 120px;
	text-align: left;
	font-size: 0.9em;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	cursor: pointer;
	
	border: 1px solid #333333;
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
	
	background: #4f4f4f;
	background: -moz-linear-gradient(top,  #4f4f4f 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #4f4f4f 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #4f4f4f 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #4f4f4f 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #4f4f4f 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#0e0e0e',GradientType=0 );
}
input[type="submit"]:hover {
	border-radius: 5px;
	padding: 5px;
	
	background: #777777;
	background: -moz-linear-gradient(top,  #777777 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #777777 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #777777 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #777777 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #777777 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#0e0e0e',GradientType=0 );

}
input[type="submit"]:focus, input[type="submit"]:active {
	border-radius: 5px;
	padding: 5px;
	color: #666666;
	
	background: #0e0e0e;
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #545454 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#545454));
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#545454 100%);
	background: -o-linear-gradient(top,  #0e0e0e 0%,#545454 100%);
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#545454 100%);
	background: linear-gradient(to bottom,  #0e0e0e 0%,#545454 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#545454',GradientType=0 );
}

textarea
{
  height:120px;
  width:310px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  /*background-color : #ffff99;*/
  font-weight:bold;
}

.container
{
   margin-top:8px;
   margin-bottom: 10px;
}

.error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#register_password_errorloc
{
    clear:both;
}

 fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

.short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
.spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
 #fg_crdiv p
{
    display:none;
}

 li
{
font-family : Arial, sans-serif;
padding-top:10px;
padding-bottom:10px;
}
#fg_membersite_content
{
    font-family : Arial, sans-serif;
    font-size: 0.9em;
    line-height: 150%
}

 h2
{
   font-family : Arial, sans-serif;
   font-size: 1.5em;
   font-weight:bold;
   color:#333;
}









@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) {
/* ===================================== */
/* ! All tablet specific CSS goes here   */
/* ===================================== */

fieldset
{
   /*width: 320px;*/
	width: 80%;
	padding:20px;
	border:1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;   
}

legend, h2
{
   font-family : Verdana, sans-serif;
   font-size: 2.0em;
   font-weight:bold;
   color:#333;
}

label
{
   font-family : Verdana, sans-serif;
   font-size:1.5em;
   font-weight: normal;
}

input[type="text"],textarea,
input[type="password"]
{
  font-family : Verdana, sans-serif;
  font-size: 1.5em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

input[type="text"],
input[type="password"]
{
  height:45px;
  /*width:220px;*/
  width: 100%;
}

 #scaptcha
{
  width:60px;
  height:18px;
}

input[type="submit"]
{ 
	position: relative;
	display: block;
	width: 150px;
	height: 60px;
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	cursor: pointer;
	
	border: 1px solid #333333;
	border-radius: 5px;
	padding: 5px;
	padding-left: 10px;
	margin-top: 5px;
	
	background: #4f4f4f;
	background: -moz-linear-gradient(top,  #4f4f4f 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #4f4f4f 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #4f4f4f 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #4f4f4f 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #4f4f4f 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#0e0e0e',GradientType=0 );
}
input[type="submit"]:hover {
	border-radius: 5px;
	padding: 5px;
	
	background: #777777;
	background: -moz-linear-gradient(top,  #777777 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #777777 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #777777 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #777777 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #777777 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#0e0e0e',GradientType=0 );

}
input[type="submit"]:focus, input[type="submit"]:active {
	border-radius: 5px;
	padding: 5px;
	color: #666666;
	
	background: #0e0e0e;
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #545454 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#545454));
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#545454 100%);
	background: -o-linear-gradient(top,  #0e0e0e 0%,#545454 100%);
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#545454 100%);
	background: linear-gradient(to bottom,  #0e0e0e 0%,#545454 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#545454',GradientType=0 );
}

textarea
{
  height:120px;
  width:310px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  /*background-color : #ffff99;*/
  font-weight:bold;
}

.container
{
   margin-top:8px;
   margin-bottom: 10px;
}

.error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#register_password_errorloc
{
    clear:both;
}

 fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

.short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
.spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
 #fg_crdiv p
{
    display:none;
}

 li
{
font-family : Arial, sans-serif;
padding-top:10px;
padding-bottom:10px;
}
#fg_membersite_content
{
    font-family : Arial, sans-serif;
    font-size: 0.9em;
    line-height: 150%
}

 h2
{
   font-family : Arial, sans-serif;
   font-size: 1.5em;
   font-weight:bold;
   color:#333;
}
}

@media only screen and (max-width: 767px), only screen and (min-device-width: 640px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2), screen and (device-aspect-ratio: 40/71), screen and (device-aspect-ratio: 2/3) {
/* ========================================= */
/* ! All smartphone specific CSS goes here   */
/* ========================================= */

fieldset
{
   /*width: 320px;*/
	width: 80%;
	padding:20px;
	border:1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;   
}

legend, h2
{
   font-family : Verdana, sans-serif;
   font-size: 2.0em;
   font-weight:bold;
   color:#333;
}

label
{
   font-family : Verdana, sans-serif;
   font-size:1.5em;
   font-weight: normal;
}

input[type="text"],textarea,
input[type="password"]
{
  font-family : Verdana, sans-serif;
  font-size: 1.5em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

input[type="text"],
input[type="password"]
{
  height:45px;
  /*width:220px;*/
  width: 100%;
}

 #scaptcha
{
  width:60px;
  height:18px;
}

input[type="submit"]
{ 
	position: relative;
	display: block;
	width: 150px;
	height: 60px;
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	cursor: pointer;
	
	border: 1px solid #333333;
	border-radius: 5px;
	padding: 5px;
	padding-left: 10px;
	margin-top: 5px;
	
	background: #4f4f4f;
	background: -moz-linear-gradient(top,  #4f4f4f 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #4f4f4f 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #4f4f4f 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #4f4f4f 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #4f4f4f 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#0e0e0e',GradientType=0 );
}
input[type="submit"]:hover {
	border-radius: 5px;
	padding: 5px;
	
	background: #777777;
	background: -moz-linear-gradient(top,  #777777 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #777777 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #777777 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #777777 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #777777 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#0e0e0e',GradientType=0 );

}
input[type="submit"]:focus, input[type="submit"]:active {
	border-radius: 5px;
	padding: 5px;
	color: #666666;
	
	background: #0e0e0e;
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #545454 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#545454));
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#545454 100%);
	background: -o-linear-gradient(top,  #0e0e0e 0%,#545454 100%);
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#545454 100%);
	background: linear-gradient(to bottom,  #0e0e0e 0%,#545454 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#545454',GradientType=0 );
}

textarea
{
  height:120px;
  width:310px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  /*background-color : #ffff99;*/
  font-weight:bold;
}

.container
{
   margin-top:8px;
   margin-bottom: 10px;
}

.error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#register_password_errorloc
{
    clear:both;
}

 fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

.short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
.spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
 #fg_crdiv p
{
    display:none;
}

 li
{
font-family : Arial, sans-serif;
padding-top:10px;
padding-bottom:10px;
}
#fg_membersite_content
{
    font-family : Arial, sans-serif;
    font-size: 0.9em;
    line-height: 150%
}

 h2
{
   font-family : Arial, sans-serif;
   font-size: 1.5em;
   font-weight:bold;
   color:#333;
}
}