download_list *{
    font-size: 11px;
}
.required_star:before{
    content:'*';
    color: #78000b;
}
a.orange_text_button2:link, a.orange_text_button2:visited, a.orange_text_button2:active{
    color: #333333;
    background: #cccccc;
    text-decoration: none;
    padding: 2px;
}
a.orange_text_button2:hover{
    color: #FFFFFF;
    background: #d32005;
    text-decoration: none;
    padding: 2px;
}
a.orange_text_button1:link, a.orange_text_button1:visited, a.orange_text_button1:active{
    text-decoration: none;
    color: #FFFFFF;

    padding: 5px;
}
a.orange_text_button1:hover{
    text-decoration: none;
    color: #FFFFFF;
    background: #d32005;
    padding: 5px;
}
a.no_uline:link, a.no_uline:visited, a.no_uline:active{
    color: #212121;
    text-decoration: none;
}
a.no_uline:hover{
    text-decoration: none;
}
a.orange_text_button:link, a.orange_text_button:visited, a.orange_text_button:active{
    text-decoration: none;
    color: #FFFFFF;
    background: #d32005;
    padding: 5px;
}
a.orange_text_button:hover{
    text-decoration: none;
    color: #FFFFFF;
    background: #d32005;
    padding: 5px;
}
.page_number_active{
    color: #212121;
    text-decoration: none;
    font-size: 16px;
}
.page_number{
    text-decoration: none;
}
.whitetext{
    color: #FFFFFF;
}
.input{
    background-color:#FFFFFF;
    color:#000000;
    font-size:10px;
    font-family:Verdana;
    border-color:#BFBFBF;
    border-width:1px;
    border-style:solid;
    margin:0px;
    padding:3px 0 0 4px;
}
.input2{
    width:205px; height:20px;
    background-color:#FFFFFF;
    color:#858585;
    font-size:11px;
    font-family:Verdana;
    margin:0px;
    padding:1px 0 0 4px;
}
.input3{
    width:205px; height:25px;
    background-color:#FFFFFF;
    color:#343434;
    font-size:11px;
    font-family:Verdana;
    margin:0px;
    padding:1px 0 0 4px;
}
.input4{
    width:230px; height:20px;
    background-color:#FFFFFF;
    color:#343434;
    font-size:11px;
    font-family:Verdana;
    margin:0px;
    padding:1px 0 0 4px;
}
.textarea{
    width:205px; height:108px;
    background-color:#FFFFFF;
    color:#858585;
    font-size:11px;
    font-family:Verdana;
    margin:0px;
    padding:1px 0 0 4px;
    overflow:hidden;
}
.textarea1{
    width:100%; height:108px;
    background-color:#FFFFFF;
    color:#858585;
    font-size:11px;
    font-family:Verdana;
    margin:0px;
    padding:1px 0 0 4px;
    overflow:hidden;
}
.textarea2{
    width:260px; height: 170px;
    background-color: #ffffff;
    color:#343434;
    font-size:11px;
    font-family:Verdana;
    margin:0px;
    padding:1px 0 0 4px;
    overflow: auto;

}
.padd_l_5{
    padding-left:5px;
}
.account_option{
    width:502px; height:25px;
    background-color:#FFFFFF;
    color:#343434;
    font-size:11px;
    font-family:Verdana;
    margin:0px;
    padding:1px 0 0 4px;
}
.account_company_section1 {
	float: left;
	width: 46%;
}
.account_company_section2 {
	float: right;
}
.account_company_section2 table {
	width: 450px;
}
.company_details_container {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3D3D3D;
}
.direct_debit_container{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3D3D3D;
}
#form_sepa_direct_debit input[type=text] {
    width:300px;
}
.account_options_row {
	margin: 20px 0px;
}
.account_options_row > div {
	float: left;
	width: 48%;
}
.account_options_row > div:first-child {
	float: right;
	width: 48%;
}
.account_options_row > div input {
	width: 97%;
	padding: 1px 1% 0 1%;
}
.account_options_row > div input[type=checkbox] {
	width: auto;
}
.account_options_row table {
	width: 100%;
}
.account_options_addmore {
	float: right;
}
/*~~~~~~~~~~~~~~~~~~~~~~*\
	Media Queries
\*~~~~~~~~~~~~~~~~~~~~~~*/


/* Styles for < 1060px device width */
@media only screen and (max-width: 1060px) {
	.options_details_container table table {
		width: 50%;
	}
}
/* Styles for < 950px device width */
@media only screen and (max-width: 950px) {
	.account_company_section2 {
		width: 40%;
	}
	.account_company_section2 table {
		width: 100%;
	}
}
/* Styles for < 710px device width */
@media only screen and (max-width: 710px) {
	.account_company_section1 {
		float: left;
		width: 49%;
	}
	.account_company_section2 {
		width: 49%;
	}
}
/* Styles for < 620px device width */
@media only screen and (max-width: 620px) {
	/*.account_page_container table , .account_page_container tbody , .account_page_container tr , .account_page_container td{
		display: block;
	}*/
	.account_company_section1 { width: 100%; }
	.account_company_section1 table  , .account_company_section2 table {
		width: 370px;
	}
	.account_company_section2 { 
		width: 100%;
		margin-top: 60px;
	}
	.account_company_section2 tbody tr:first-child td {
		text-align: left;
	}
}
/* Styles for < 550px device width */
@media only screen and (max-width: 550px) {
	.account_options_row {
		margin: 0;
	}
	.account_options_row > div {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	.account_options_row > div:first-child {
		width: 100%;
	}
	.account_page_container table , .account_page_container tbody , .account_page_container tr {
		width: 100%;
	}
	.options_details_container table table {
		width: 100%;
	}
	.account_page_container table.account_delete_option td{
		display: inline-block; 
	}
	.options_details_container table table.account_delete_option {
		float: left;
		width: 30%;
	}
	.account_layout_select {
		margin-bottom: 30px;
	}
	.account_options_addmore table {
		margin-bottom: 10px;
	}
	.account_options_addmore table td {
		display: inline-block;
	}
}
/* Styles for < 400px device width */
@media only screen and (max-width: 400px) {
	.account_page_container table , .account_page_container tbody , .account_page_container tr , .account_page_container td{
		display: block;
		text-align: left;
	}
	.account_company_section1 table, .account_company_section2 table {
		width: 100%;
	}
	.account_page_container table td input {
		width: 96%;
		padding: 2px 1% 0 1%;
	}
	.account_page_container .button_submit {
		width: 100%;
		padding: 1.2em 0;
		display: block;
		text-align: center;
	}
}


















