#wrap.moje_ephoto #content {
  width: 690px;
}

#wrap.moje_ephoto #content.registracia {
  width: 1000px !important;
  /*background: black url(https://img.ephoto.sk/images/theme_default/background_ephoto.jpg) no-repeat; */
  background: black;
}



/*** FORMS ***/

#content .form {
  /*width: 650px; */
  font-size: 12px;
  color: #777777;
  padding-top: 7px;
}


#content .resize {
  width: 500px;
 }


#content .form h2 {
  color: #F60;
}

#content .margin2 {
 margin-left: 50px;
}

#content .form .block1  {
	float: left;
	display: block;
	width: 298px;
}

#content .form .block1 input {
	float: left;
	margin-top: 10px;
}


#content .form table {
  margin: 0px 15px 15px 0px;
  width: 95%;
}

#content .form table th {
  text-align: right;
  padding-right: 8px;
  vertical-align: top;
  padding-top: 10px;
}

#content #register.form table th {
  text-align: left;
}

#content #register.form table td.price {
  text-align: right;
  font-weight: bold;
  color: #fff;
}

#content #register.form table td.price table {
  margin: 0px;
  padding: 0px;
}

#content .form table th.top {
  padding-top: 6px;
}

#content .form table th label {
  color: #aaaaaa;
  font-weight: normal;
  padding-right: 11px;
}

#content .form table th label.required {
  padding: 0px;
}

#content .form em {
  font-size: 14px;
  font-weight: bold;
  display: block;
  float: right;
  padding: 2px 0px 0px 2px;
}

#content #register.form em {
  float: none;
  display: inline;
}

#content .form label.error {
  padding-left: 5px;
  color: #f7e47d;
}

#content .form table td.submit {
  padding: 15px 0px 15px 0px;
}

#content .form input, #content .form textarea, #profile_statistics .select_date input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #1a1a1a;
  padding: 5px 4px;
  font-size: 12px;
  border: 1px solid #313131;
  margin-right: 3px;
}

#content .form input {
  width: 255px;
}

#content .form select {
  width: 185px;
}

#content .form input.radio {
  width: auto;
  padding: 0px;
}

#content .form textarea {
  width: 445px;
}

#content .form span.note {
  display: block;
  color: gray;
  font-size: 10px;
  padding-top: 3px;
}

#content .form .required_note {
  clear: both;
  padding-top: 6px;
  border-top: 1px solid #1a1a1a;
  font-size: 10px;
  color: #4b494a;
}

#content .form.register label.error {
  font-size: 12px;
}

#content .form table td.columns label {
  width: 50%;
  float: left;
  font-size: 12px;
}

#content .form ul.list {
  padding: 0px 0px 10px 0px;
  list-style-type: none;
}

#content .form ul.list li {
  border-bottom: 1px dotted #202020;
  padding: 3px 0px;
}

#content .register_title {
  background: #F60;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 286px;
  padding: 8px 14px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

#content #register.form .radio {
  width: 15px;
  margin-right: 10px;
} 

/*** TERMS ***/

#terms {
  background-color: black;
  color: #AAAAAA;
  height: 170px;
  margin: 10px;
  overflow: auto;
  padding: 0px 10px 10px 10px;
  width: 620px;
}

#terms h1, #terms h2 {
  color: #AAAAAA !important;
  font-size: 14px;
  font-weight: bold;
}

#terms ul li {
  padding: 4px 0px;
}

#content h1.main, #content strong.main, .main {
  padding: 0px 0px 8px 0px;
  margin-left: 20px;
  color: #F60;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
}

/*---- REGISTRATION FORM ****/

#registration {
	margin: -10px 20px 5px 20px;
}

#registration h1 {
  padding: 10px 0px 8px 0px;
  color: #F60;
  font-size: 18px;
  font-weight: normal;
}


#registration .reg_form { 
    margin: 10px auto;
    border: 1px solid #1C1C1C;
    background-color: #181818;
    width: 400px;
    padding: 20px;
    -moz-box-shadow: 0 0 5px 5px black;
    -webkit-box-shadow: 0 0 5px 5px black;
    box-shadow: 0 0 5px 5px black;
}

#registration .reg_form_height {
    min-height: 420px;
}

#registration .reg_form input, #phone_number input, table.invoice_table input {
    width: 205px;
    border: 1px solid #C5C7C8;
    background: #FBF9F9;
    padding: 5px; 
    height: 17px;
    border: 1px solid #303030;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 3px #8E8E8E;
    -webkit-box-shadow: inset 0 0 3px #8E8E8E;
    box-shadow: inner 0 0 5px white;
    margin-bottom: 15px;
    color: #0f0f0f;
    font-size: 14px;
}

#registration .facebook_login_notification {
    color: #aaaaaa;
    background-color: #3b5997;
    padding: 20px;
    margin: 20px;
    color: #fff;
    border-radius: .5em;
}

.invoice_title {
	color: #8e8e8e;
	font-size: 11px;
}

#registration .reg_form label {
float: left;
width: 85px;
margin: 6px 5px 15px 0px;
text-align: right;
}

#registration .reg_form label.error {
	position: absolute;
	float: right;
	width: 55px;
}

#registration .reg_form .lzone {
margin: 20px 0px 0px 23px;
width: 310px;
text-align: right;
}

#registration .reg_form h2, #registration h2 {
  color: #F05A22;
  font-weight: normal;
}


a.facebook {
       -webkit-border-radius: .5em; 
       -moz-border-radius: .5em;
       border: solid 1px #000000;
       color: #fff;
       background: #3b5997;
       background: -webkit-gradient(linear, left top, left bottom, from(#3b5997), to(#284683));
       background: -moz-linear-gradient(top,  #3b5997,  #284683);
       float: left;
}

.button2_size {
        margin: 15px 0px 0px 0px;
	height: 17px;
	padding: 8px 15px 5px 15px;
	font-size: 13px;
}

.reg_button1 {
	position:absolute;
        margin: 15px 0px 0px -300px;
	height: 17px;
	padding: 8px 15px 5px 15px;
	font-size: 13px;
}

.reg_button1_login {
        margin: 15px 0px 0px 20px;
}

.reg_button2 {
	position:absolute;
	padding: 7px 15px 6px 15px;
	font-size: 13px;
	height: 32px;
}

#registration .reg_form button {
   margin: 15px 0px 0px -100px;
}

#registration .reg_form button.log2 {
  margin-top: -5px;
}

#registration .reg_form .leftForm {
	float: left;
	margin: 0px 0px 20px 78px;
	width: 250px;
	text-align: left;
}

#registration .reg_form .leftForm input {
	float: left;
	margin-top: 0px;
}



.program_select {
	width: 740px;
	margin: 10px auto 0px auto;
}

.program_select .item {
  float: left;
  border: 2px solid #1C1C1C;
  background-color: #181818;
  width: 150px;
  height: 380px;
  -moz-box-shadow: 0 0 5px 5px black;
  -webkit-box-shadow: 0 0 5px 5pxblack;
  box-shadow: 0 0 5px 5px black;
  margin: 0px 0px 0px 10px;
  padding: 20px 40px 15px 40px;
}

.program_select .item button {
	margin: 20px 0px 0px 50px;
}

.program_select .round_block button {
	margin: 20px 0px 0px 220px;
	padding: 8px;
}

#account_period .round_block_period {
	padding: 20px 0px 20px 260px;
	width: 400px;
	float: left;
	font-size: 14px;
}


table.invoice_table {
	margin-top: 30px;
	margin-left: 30px;
}

table.invoice_table tr {
	margin-bottom: 10px;
}

table.invoice_table th {
	text-align:right;
	font-weight: normal;
	padding: 2px 10px 2px 2px;
}

table.invoice_table td input {
	padding-top:8px;
 	margin-bottom: 6px;
}


.program_select .item img {
  margin-left: 20px;
}

.program_select .item ul { 
	margin-top: 10px;
}

.program_select .item ul li {
  border-bottom: 1px solid #2d2d2d;
  list-style:none;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 13px;
}

.program_select .item .price {
  margin-top: 10px;
  font-size: 15px;
  text-shadow: 1px 1px solid black; 
  color: #fdfad8;	
  line-height: 17px;
  padding-left: 15px;
}

.program_select .item:hover, .program_select .selected {
	border: 2px solid #F60;
	background-color:#1e1e1e;
}

.program_select .round_block {
	float: left;
	border: 2px solid #1C1C1C;
	background-color: #181818;
	width: 650px;
	-moz-box-shadow: 0 0 5px 5px black;
	-webkit-box-shadow: 0 0 5px 5px black;
	box-shadow: 0 0 5px 5px black;
	padding: 20px 0px 15px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.program_select .round_block ul li  {
	border-bottom: 1px solid #2D2D2D;
	list-style: none;
	padding: 10px 35px 10px 35px;
	float: left;
	margin-left: 20px;
	
}
.program_select .round_block ul li input {
	margin-right: 10px;
}

.program_select .round_block ul li.off {
	color: #626262;
}
.program_select .item .price1{
  margin-top: 30px;
  padding-left: 40px;
}

.program_select .item .price2  {
  margin-top: 30px;
  padding-left: 20px;
}

.program_select .item .button1 {
  margin-top: 38px;
}

.program_select .item .button2 {
  margin-top: 38px;
  margin-left: 30px;
}


.program_select a.link_program {
	color: #C3C3C3;
	border-bottom: 1px dotted #464646;
}

#payments {
  float: left;
  margin-left: 50px;
}

#account_period {
  float: left;
  margin-left: 50px;
}


#account_type {
  float: left;
  margin-top: 30px;
  display:none;
  margin-left: 50px;
}

#phone_number {
	float: left;
	margin: 15px 0px 20px 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	display:none;	
	border-bottom: 1px solid #464646;
	width: 460px;
}

#phone_number input {
	margin-bottom: 0px;
	margin-left: 65px;
}


/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #404040; background: #121212 url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_gloss-wave_16_121212_500x100.png) 50% top repeat-x; color: #eeeeee; }
.ui-widget-content a { color: #eeeeee; }
.ui-widget-header { border: 1px solid #404040; background: #888888 url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_highlight-hard_15_888888_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #adadad url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_highlight-soft_35_adadad_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #333333; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #333333; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #dddddd; background: #dddddd url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_highlight-soft_60_dddddd_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; }
.ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #000000; background: #121212 url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_inset-soft_15_121212_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #404040; background: gray url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_highlight-hard_55_555555_1x100.png) 50% top repeat-x; color: #cccccc; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #cccccc; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(https://img.ephoto.sk/images/theme_default/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }

/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 4px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 4px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/*** AUTOCOMPLETE ***/

#searches h2 {
  color: #82A3A9;
  font-size: 12px;
}

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  z-index: 99999;
  overflow: hidden;
  text-align: left;
}

.ac_results ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.ac_results li {
  display: block;
  margin: 0px;
  padding: 2px 5px;
  overflow: hidden;
  font: menu;
  font-size: 12px;
  line-height: 16px;
  cursor: default;
}

.ac_odd {
  background-color: #eeeeee;
}

.ac_over {
  background-color: #0A246A;
  color: white;
}

#field_password_repeat2 { 
   display: none;
}

.system_message {
   margin: 5px 0px 20px 0px;
}

.system_message b {
	color: #fff;
}

.registration_welcome {
   padding: 10px 30px 25px 30px;
   line-height: 16px;
   text-align: justify;
   font-size: 15px;
}

table.payments tr {
	padding-bottom: 10px;
}

#register a {
	color: #e5741b;
}


#registration h1 {
	padding: 10px 0px 8px 0px;
	color: #F60;
	font-size: 22px;
	font-weight: normal;
}

/*** REGISTRACIA + UCET ***/

.plus-table {
  border-collapse: collapse;
  margin-top: 10px;
  width: 800px;
  background-color: #000000;
}

.plus-table td {
  padding: 10px 0;
  font-size: 13px;
  border: 1px solid #313131;
  text-align:center;
}

.plus-table th {
  padding: 10px;
  font-size: 13px;
  border: 1px solid #313131;
  text-align: left;
  font-weight:normal;
}

.plus-table a {
  color: #F60;
  text-decoration: underline;
}

.plus-table a:hover {
  text-decoration: none;
}

.plus-table td table td {
  padding: 0 !important;
  border: none !important;
}

.plus-table td.no-border {
  border: none !important;
}

.plus-table td.orange-border, .plus-table th.orange-border {
  border-bottom: 1px solid #484848;
}

.small {
  font-size: 10px;
}

.notify {
	float: left;
	width: 850px;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	padding: 100px 50px 100px 50px;
	font-family:Helvetica, Arial, sans-serif;
	color: grey;
}

.login_reg {
	font-size: 14px;
	padding: 7px 10px 7px 10px;
}

