.input-submit {
    display: block;
    margin: auto;
    width: 150px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

.form-input {
	width: 320px;
	padding: 4px;
	background-color: #DEEBF8;
	border: solid 1px #8ab8e6;
	border-radius: 1px;
	font-family: Arial;
	font-weight:bold;
}

/* signup_form.php */
#signup-form {
	float: right;
	width: 69%;
}

#signup-form form, #login-form form {	
	margin-right: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#login-popup-form form {
	margin: 0px auto;
	padding-right: 10px;
}

#signup-left, #login-left {
	width: 26%;
    float: left;	
	min-height: 250px;
	margin: 10px;
	padding: 5px;
}

#signup-left, #login-left {
	background-color: #99CCCC;
	color: #336666;
	font-size: 14px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* login_form.php */
#login-form {
	float: right;
	width: 69%;
}

#login-popup-form {
	float: right;
	direction: rtl;	
}

.popup-heading {
	text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #0066cc;
	padding-top: 10px;
}

/* submit_form1.php */
#submit1-form {
	float:left;
	width: 69%;
}

#submit1-right {
	width: 27%;
    float: right;	
	height: 250px;
	margin: 10px;
	padding: 5px;
}

#submit1-form label {
    float: none;
}

#submit1-right ul li {
	font-size: 13px;	
}

#submit1-form form {
	border: none;
    margin: 0px 0px 10px 0px;
    padding: 0 10px;
}

.label {
	color: #336666;
	font-weight: bold;
    float: right;
    margin: 0px 0px 0px 10px;
    width: 100px;
}

.radio, .thumbnail-radio {
	float:right;
	width: 110px;
	height: 110px;
	margin: 1em 10px 0 3px;
	position: relative;
}

.radio label, .thumbnail-radio label {
	border: 1px solid #8ab8e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #336666;
	width: 110px;
	height: 110px;
	margin: 0;
	overflow: hidden;	
	text-align: center;
    background-position: 50% 15px;
	background-repeat: no-repeat;
	line-height: 190px;
 	letter-spacing: -0.03em;
	float: none;
	display: block;
}

.radio label:hover, .radio label:active, .thumbnail-radio label:hover, .thumbnail-radio label:active {
	cursor: pointer;
	color: #000;
	border: 1px solid #7e8ea2;
	z-index: 201;
}

.thumbnail-radio label img {
	margin-top: 17px;
	margin-left: 18px;
	padding: 3px;
	border: 1px solid #BFBFBF;
}

.radio input {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 301;
}

.thumbnail-radio input {
	position: absolute;
	top: 47px;
	left: 3px;
	z-index: 301;
}

.radio label.radio-news {
	background-image: url('../images/radio-news.png');
}

.radio label.radio-video {
	background-image: url('../images/radio-video.png');
}

.radio label.radio-image {
	background-image: url('../images/radio-image.png');
}

/* submit_form2.php */
#submit2-form form, #edit-form form {
	border: none;
    margin: 0px 20px 10px 20px;
    padding: 0 20px;
}

.link-url {
	background-color: #CDE5E5;
	border: 1px solid #ABD3D3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#linkcontent {
	padding: 5px;
	width: 500px;
}

#linkurl, #imgurl {
	text-align: left;
	direction: ltr;
}

#charLeft {
	font-size: 14px;
	font-family: Verdana;
	color: #000;
	font-weight:bold;
}

.category-container {
	position: relative;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    margin-bottom: 0 !important;
    clear: both;
    padding: 0.5em !important;
    font-weight: bold;
}

.category-container:hover {
	background-color: #EEF6F6;
}

.category-container h4 {
	color: #333;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 85%;
    margin: 0 !important;
    padding: 0.8em 0 0 0;
}

.category-container ul {
	margin: 0;
    padding: 0 8em 0 0; 
    list-style: none;
    font-size: 85%;
}

.category-container ul li {	
    float: right;
	margin-right: 2px;
}

.category-container ul li a:link, 
.category-container ul li a:visited {
	cursor: default !important;
    padding: 0.3em 0.5em;
    color: #677cd8;
    text-decoration: none;
    border: 1px solid #fff;
}

.category-container:hover a:link,
.category-container:hover a:visited {
        border: 1px solid #EEF6F6;
}

.category-container ul li a:hover, 
.category-container ul li a:active { 
    background-color: #f8fbfb;
    color: #2745c7;
        border: 1px solid #2745c7 !important;
}

.category-container li.selected a:link,
.category-container li.selected a:visited,
.category-container li.selected a:hover {
        background-color: #2745c7;
        border: 1px solid #2745c7;
        color: #fff;  
}

#forgotpassword input[type = submit] {
    display:inline;
    margin: 0px 5px;
    width: 100px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

#loading-container {
	position: fixed;
	top: 35%;
	left: 30%;
	width: 40%;
	height: 30%;
	min-width: 300px;
	min-height: 150px;
	text-align: center;
	background-color:#ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #ffffff;
	display: none;
	z-index: 1104;
}

#text {
	text-align: center;
	position: absolute;
	top: 20%;
	width: 100%;
	font-weight: bold;
	font-size: large;
	color: #0066cc;
}

#loading {
	position: relative;
	height: 66px;
	width: 66px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
}

#img {
	position: absolute;
	top: 0;
	left: 0;
	width: 66px;
	height: 803px;
}

#loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
	opacity: 0.3;
}

#fb-signup {
	width: 450px;
	margin: 10px auto 0px auto;
	background-color: #fff;
	padding: 20px;
	border: 2px solid #0066cc;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	direction: rtl;
}

.fb-heading {
	text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #0066cc;
	padding-top: 10px;
}
