.textreg
{
	width:185px;
	height: 30px;
	border-radius:5px;
	border: 1px solid;
}

.button1
{
	width:10%;
	height:15px;
}

.login_button1
{
	width:8%;
	height:15px;
}


.button {
	box-shadow:inset 0px 1px 0px 0px #f4c430;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f4c430), color-stop(1, #f4c430) );
	background:-moz-linear-gradient( center top, #ea8d2a 5%, #ea8d2a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4c430', endColorstr='#f4c430');
	background-color:#f2ba13;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #f4c430;
	display:inline-block;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:30px;
        line-height:20px;
        text-spacing: 50px;
	width:10%;
	text-decoration:none;
	text-align:center;
	/*text-shadow:1px 1px 0px #eee;*/
        /*added border curves c bottom if needed */
        border-radius: 4px;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ba13), color-stop(1, #f2ba13) );
	background:-moz-linear-gradient( center top, #f2ba13 5%, #f2ba13 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ba13', endColorstr='#f2ba13');
	background-color:#f2ba13;
        color:#000;
}.button:active {
	position:relative;
	top:1px;
}

.well {
min-height: 20px;
padding: 5%;
margin-bottom: 20px;
background-color: #f6f6f6;
border: 1px solid #e5e5e5;
clear: both;
overflow: hidden;
width: 80%;
}

.video-name {
float: left;
width: 100%;
padding: 0 0 8px 0;
font-size: 26px;
color: #4d778b;
line-height: 26px;
text-transform: uppercase;
/*background: url(../img/bgs/title1.gif) repeat-x left bottom;*/
}

.page-header {
padding-bottom: 9px;
margin: 20px 0 30px;
border-bottom: 1px solid #eeeeee;
}

.reg_well {
min-height: 20px;
padding: 3%;
margin-top: -50px;
background-color: #fff;
border: 1px solid #e5e5e5;
clear: both;
overflow: hidden;
width: 80%;
}

.reg_video-name {
float: right;
width: 100%;
padding: 0 0 8px 0;
font-size: 25px;
color: #4d778b;
line-height: 33px;
text-transform: uppercase;
background: url(../themes/img/title1.gif) repeat-x left bottom;
}

.signup-socialnetworks {
float: left;
/*background: url(../img/bgs/top-border.gif) repeat-x left top;*/
padding: 25px 0 0 0;
width: 100%;
margin: 15px 0 0 0;
}